Skip to content

Commit

Permalink
Merge branch 'feature/remove-cxx-experimental' into 'master'
Browse files Browse the repository at this point in the history
cxx: removed cxx experimental components

See merge request espressif/esp-idf!20411
  • Loading branch information
zikalino committed Jan 25, 2023
2 parents 4757099 + 3574fc1 commit 50ad61c
Show file tree
Hide file tree
Showing 121 changed files with 9 additions and 9,367 deletions.
1 change: 0 additions & 1 deletion .gitlab/ci/rules.yml
Expand Up @@ -40,7 +40,6 @@

.patterns-build_components: &patterns-build_components
- "components/**/*"
- "examples/cxx/experimental/experimental_cpp_component/*"

.patterns-downloadable-tools: &patterns-downloadable-tools
- "tools/idf_tools.py"
Expand Down
35 changes: 0 additions & 35 deletions examples/cxx/.build-test-rules.yml
Expand Up @@ -6,41 +6,6 @@ examples/cxx/exceptions:
temporary: true
reason: lack of runners

examples/cxx/experimental/esp_modem_cxx:
enable:
- if: IDF_TARGET in ["esp32", "esp32s2"]
temporary: true
reason: the other targets are not tested yet

examples/cxx/experimental/esp_mqtt_cxx/ssl:
disable:
- if: IDF_TARGET == "esp32c6" or IDF_TARGET == "esp32h2"
temporary: true
reason: target esp32c6 is not supported yet

examples/cxx/experimental/esp_mqtt_cxx/tcp:
disable:
- if: IDF_TARGET == "esp32c6" or IDF_TARGET == "esp32h2"
temporary: true
reason: target esp32c6 is not supported yet

examples/cxx/experimental/experimental_cpp_component/host_test:
enable:
- if: IDF_TARGET == "linux"
reason: only test on linux

examples/cxx/experimental/simple_i2c_rw_example:
disable:
- if: IDF_TARGET in ["esp32c2", "esp32c6", "esp32h2"]
temporary: true
reason: target(s) not supported yet

examples/cxx/experimental/simple_spi_rw_example:
disable:
- if: IDF_TARGET in ["esp32c2", "esp32c6", "esp32h2"]
temporary: true
reason: target(s) not supported yet

examples/cxx/pthread:
disable_test:
- if: IDF_TARGET not in ["esp32", "esp32c3"]
Expand Down
10 changes: 0 additions & 10 deletions examples/cxx/experimental/blink_cxx/CMakeLists.txt

This file was deleted.

60 changes: 0 additions & 60 deletions examples/cxx/experimental/blink_cxx/README.md

This file was deleted.

2 changes: 0 additions & 2 deletions examples/cxx/experimental/blink_cxx/main/CMakeLists.txt

This file was deleted.

39 changes: 0 additions & 39 deletions examples/cxx/experimental/blink_cxx/main/main.cpp

This file was deleted.

3 changes: 0 additions & 3 deletions examples/cxx/experimental/blink_cxx/sdkconfig.defaults

This file was deleted.

10 changes: 0 additions & 10 deletions examples/cxx/experimental/esp_event_async_cxx/CMakeLists.txt

This file was deleted.

44 changes: 0 additions & 44 deletions examples/cxx/experimental/esp_event_async_cxx/README.md

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

10 changes: 0 additions & 10 deletions examples/cxx/experimental/esp_event_cxx/CMakeLists.txt

This file was deleted.

0 comments on commit 50ad61c

Please sign in to comment.