Skip to content

Commit 2200f30

Browse files
committed
Merge branch 'refactor/remove_essl_component' into 'master'
remove(essl): remove essl related files Closes IDF-13433 See merge request espressif/esp-idf!40261
2 parents 95efe53 + 5909a4d commit 2200f30

File tree

41 files changed

+18
-3584
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+18
-3584
lines changed

CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,6 @@ if(CMAKE_C_COMPILER_ID MATCHES "Clang")
105105
list(APPEND compile_options "-Wno-char-subscripts")
106106
# Clang seems to notice format string issues which GCC doesn't.
107107
list(APPEND compile_options "-Wno-format-security")
108-
# Logic bug in essl component
109-
list(APPEND compile_options "-Wno-tautological-overlap-compare")
110108
# Some pointer checks in mDNS component check addresses which can't be NULL
111109
list(APPEND compile_options "-Wno-tautological-pointer-compare")
112110
# Similar to the above, in tcp_transport

components/driver/test_apps/components/esp_serial_slave_link/CMakeLists.txt

Lines changed: 0 additions & 10 deletions
This file was deleted.

components/driver/test_apps/components/esp_serial_slave_link/LICENSE

Lines changed: 0 additions & 202 deletions
This file was deleted.

components/driver/test_apps/components/esp_serial_slave_link/README.md

Lines changed: 0 additions & 16 deletions
This file was deleted.

0 commit comments

Comments
 (0)