]> granicus.if.org Git - esp-idf/commit
Handle deprecated values in sdkconfig.defaults
authorRoland Dobai <roland@espressif.com>
Wed, 25 Sep 2019 13:58:02 +0000 (15:58 +0200)
committerbot <bot@espressif.com>
Wed, 2 Oct 2019 16:29:25 +0000 (16:29 +0000)
commit15857d9cbbb61970fcd2d98ebba8493f5643d0c3
treeb68763c30dc3379c824aeba3d0544b3592538d1e
parentadbf0bff53e3c72196eec6849b6f1010b4a7a119
Handle deprecated values in sdkconfig.defaults

The issue was pointed out also in
https://github.com/espressif/esp-idf/issues/4092
19 files changed:
components/bt/host/bluedroid/common/include/common/bluedroid_user_config.h
components/esp32/spiram_psram.c
examples/bluetooth/bluedroid/ble/ble_ancs/sdkconfig.defaults
examples/bluetooth/esp_ble_mesh/ble_mesh_client_model/sdkconfig.defaults
examples/bluetooth/esp_ble_mesh/ble_mesh_console/ble_mesh_node/sdkconfig.defaults
examples/bluetooth/esp_ble_mesh/ble_mesh_console/ble_mesh_provisioner/sdkconfig.defaults
examples/bluetooth/esp_ble_mesh/ble_mesh_fast_provision/ble_mesh_fast_prov_client/sdkconfig.defaults
examples/bluetooth/esp_ble_mesh/ble_mesh_fast_provision/ble_mesh_fast_prov_server/sdkconfig.defaults
examples/bluetooth/esp_ble_mesh/ble_mesh_node/sdkconfig.defaults
examples/bluetooth/esp_ble_mesh/ble_mesh_provisioner/sdkconfig.defaults
examples/bluetooth/esp_ble_mesh/ble_mesh_vendor_models/fast_prov_vendor_model/sdkconfig.defaults
examples/bluetooth/esp_ble_mesh/ble_mesh_wifi_coexist/sdkconfig.defaults
make/project_config.mk
tools/ci/check_deprecated_kconfigs.py [new file with mode: 0755]
tools/ci/config/check.yml
tools/ci/executable-list.txt
tools/ci/test_build_system.sh
tools/ci/test_build_system_cmake.sh
tools/kconfig_new/confgen.py