check_public_headers_exceptions.txt 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155
  1. ### General ignore list
  2. #
  3. components/xtensa/include/xtensa/
  4. components/xtensa/include/
  5. components/xtensa/esp32/include/xtensa/config/
  6. components/xtensa/esp32s2/include/xtensa/config/
  7. components/xtensa/esp32s3/include/xtensa/config/
  8. components/freertos/esp_additions/include/freertos_tasks_c_additions.h
  9. components/freertos/FreeRTOS-Kernel/include/freertos/
  10. components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos/
  11. components/freertos/FreeRTOS-Kernel-SMP/include/freertos/
  12. components/freertos/FreeRTOS-Kernel-SMP/portable/xtensa/include/freertos/
  13. components/log/include/esp_log_internal.h
  14. components/hal/
  15. components/soc/include/soc/
  16. components/esp_rom/include/esp32s2/rom/rsa_pss.h
  17. components/esp_common/include/esp_private/
  18. # LWIP: sockets.h uses #include_next<>, which doesn't work correctly with the checker
  19. # memp_std.h is supposed to be included multiple times with different settings
  20. components/lwip/lwip/src/include/lwip/priv/memp_std.h
  21. components/lwip/include/lwip/sockets.h
  22. components/lwip/lwip/src/include/lwip/prot/nd6.h
  23. ## Header produced non-zero object:
  24. components/esp_phy/esp32/include/phy_init_data.h
  25. components/esp_phy/esp32s2/include/phy_init_data.h
  26. components/esp_phy/esp32s3/include/phy_init_data.h
  27. components/esp_phy/esp32c3/include/phy_init_data.h
  28. components/esp_phy/esp32c2/include/phy_init_data.h
  29. components/spi_flash/include/spi_flash_chip_issi.h
  30. components/spi_flash/include/spi_flash_chip_mxic.h
  31. components/spi_flash/include/spi_flash_chip_gd.h
  32. components/spi_flash/include/spi_flash_chip_winbond.h
  33. components/spi_flash/include/spi_flash_chip_boya.h
  34. components/spi_flash/include/spi_flash_chip_th.h
  35. components/spi_flash/include/memspi_host_driver.h
  36. components/spi_flash/include/spi_flash_chip_driver.h
  37. components/spi_flash/include/spi_flash_chip_generic.h
  38. components/bootloader_support/include/esp_app_format.h
  39. components/wpa_supplicant/include/
  40. components/wpa_supplicant/port/
  41. components/wpa_supplicant/esp_supplicant/include/
  42. components/mbedtls/mbedtls/
  43. components/mbedtls/port/include/
  44. components/mbedtls/port/dynamic/esp_mbedtls_dynamic_impl.h
  45. components/mbedtls/test/
  46. components/esp-tls/private_include/
  47. components/protobuf-c/
  48. components/esp_serial_slave_link/include/esp_serial_slave_link/essl.h
  49. components/esp_serial_slave_link/include/esp_serial_slave_link/essl_sdio.h
  50. components/fatfs/vfs/vfs_fat_internal.h
  51. components/fatfs/src/ffconf.h
  52. components/idf_test/include/idf_performance.h
  53. components/json/cJSON/
  54. components/spiffs/include/spiffs_config.h
  55. components/unity/unity/src/unity_internals.h
  56. components/unity/unity/extras/
  57. components/unity/include/unity_config.h
  58. components/unity/include/unity_test_runner.h
  59. components/cmock/CMock/src/cmock.h
  60. components/cmock/CMock/src/cmock_internals.h
  61. components/openthread/openthread/
  62. ### Here are the files that do not compile for some reason
  63. #
  64. components/app_trace/include/esp_sysview_trace.h
  65. components/esp_gdbstub/include/esp_gdbstub.h
  66. components/openssl/include/platform/ssl_pm.h
  67. components/esp_hw_support/include/esp_memprot.h
  68. components/esp_hw_support/include/esp_private/esp_memprot_internal.h
  69. ### Here are the files that use CONFIG_XXX values but don't include sdkconfig.h
  70. #
  71. components/esp_wifi/include/esp_private/wifi_os_adapter.h
  72. ### To be fixed: headers that rely on implicit inclusion
  73. #
  74. components/esp_rom/include/esp32/rom/sha.h
  75. components/esp_rom/include/esp32/rom/secure_boot.h
  76. components/esp_rom/include/esp32c3/rom/spi_flash.h
  77. components/esp_rom/include/esp32c3/rom/rtc.h
  78. components/esp_rom/include/esp32s2/rom/spi_flash.h
  79. components/esp_rom/include/esp32s2/rom/cache.h
  80. components/esp_rom/include/esp32s2/rom/secure_boot.h
  81. components/esp_rom/include/esp32s2/rom/opi_flash.h
  82. components/esp_rom/include/esp32s2/rom/rtc.h
  83. components/esp_rom/include/esp32s2/rom/efuse.h
  84. components/esp_rom/include/esp32s3/rom/rtc.h
  85. components/esp_rom/include/esp32h2/rom/rtc.h
  86. components/esp_rom/include/esp32c2/rom/rtc.h
  87. components/esp_ringbuf/include/freertos/ringbuf.h
  88. components/esp_wifi/include/esp_wifi_crypto_types.h
  89. components/esp_wifi/include/esp_coexist_internal.h
  90. components/esp_wifi/include/esp_wifi_netif.h
  91. components/esp_wifi/include/smartconfig_ack.h
  92. components/esp_wifi/include/esp_wifi_default.h
  93. components/esp_wifi/include/esp_coexist_adapter.h
  94. components/esp_event/include/esp_event_base.h
  95. components/esp_netif/include/esp_netif_sta_list.h
  96. components/esp_netif/include/esp_netif_defaults.h
  97. components/esp_netif/include/esp_netif_net_stack.h
  98. components/esp_netif/include/esp_netif_ppp.h
  99. components/protocomm/include/transports/protocomm_httpd.h
  100. components/fatfs/src/diskio.h
  101. components/fatfs/diskio/diskio_sdmmc.h
  102. components/openssl/include/openssl/ssl.h
  103. components/ulp/include/ulp_common.h
  104. components/ulp/include/esp32s2/ulp_riscv.h
  105. components/mbedtls/esp_crt_bundle/include/esp_crt_bundle.h
  106. components/wifi_provisioning/include/wifi_provisioning/scheme_softap.h
  107. components/usb/include/esp_private/usb_phy.h
  108. components/usb/include/usb/usb_types_stack.h
  109. ### To be fixed: files which don't compile for esp32s2 target:
  110. components/esp_psram/include/esp32/himem.h
  111. components/esp_rom/include/esp32/rom/ets_sys.h
  112. components/esp_rom/include/esp32/rom/rtc.h
  113. components/esp_rom/include/esp32/rom/uart.h
  114. ### To be fixed: files which don't compile for esp32s3 target:
  115. ### To be fixed: files which don't compile for esp32c3 target:
  116. components/esp_system/port/include/private/esp_private/trax.h
  117. components/espcoredump/include/port/xtensa/esp_core_dump_summary_port.h
  118. components/riscv/include/esp_private/panic_reason.h
  119. components/riscv/include/riscv/interrupt.h
  120. components/riscv/include/riscv/rvruntime-frames.h