esp-idf/components/bt/controller
Marius Vikhammer d2872095f9 soc: moved kconfig options out of the target component.
Moved the following kconfig options out of the target component:
 * CONFIG_ESP*_DEFAULT_CPU_FREQ* -> esp_system
 * ESP*_REV_MIN -> esp_hw_support
 * ESP*_TIME_SYSCALL -> newlib
 * ESP*_RTC_* -> esp_hw_support

Where applicable these target specific konfig names were merged into
a single common config, e.g;
CONFIG_ESP*_DEFAULT_CPU_FREQ -> CONFIG_ESP_DEFAULT_CPU_FREQ_MHZ
2022-04-21 12:09:43 +08:00
..
esp32 soc: moved kconfig options out of the target component. 2022-04-21 12:09:43 +08:00
esp32c2 esp8684: rename target to esp32c2 2022-01-19 11:08:57 +08:00
esp32c3 soc: moved kconfig options out of the target component. 2022-04-21 12:09:43 +08:00
esp32h2 Add support in Nimble for ESP32H2 2022-03-14 11:57:53 +05:30
esp32s2 components/bt: Combine 3 Bluetooth controller menu 2021-09-15 10:57:37 +08:00
esp32s3 soc: moved kconfig options out of the target component. 2022-04-21 12:09:43 +08:00
lib_esp32@b877f7e1fc Fix crash when host exit sniff mode 2022-03-02 03:56:52 +00:00
lib_esp32c3_family@98dcc95913 Update ESP32-C3 and ESP32-S3 bt lib and phy lib 2022-03-03 07:39:22 +00:00
lib_esp32h2 Add support in Nimble for ESP32H2 2022-03-14 11:57:53 +05:30