esp-idf/examples/bluetooth
Darian Leung 13f3a226bb change(examples): Update example configurations for FreeRTOS v10.5.1
This commit updates the sdkconfig for some examples when building with the
v10.5.1 kernel. The updates fixes the following:

Place FreeRTOS functions into flash

- Some examples use nearly 100% of available IRAM, thus any small increase in
IRAM in other components (e.g., FreeRTOS) will lead to a build error. As a
result, 'CONFIG_FREERTOS_PLACE_FUNCTIONS_INTO_FLASH' has been enabled in those
examples to save some IRAM.
- Some examples consume too much flash memory, leading to the 'factory'
parition overflowing. IN those examples,
'CONFIG_PARTITION_TABLE_SINGLE_APP_LARGE' has been enabled to use a larger
'factory' partition.
2023-10-21 04:39:16 +08:00
..
bluedroid Merge branch 'ci/update_bt_examples_build_rules' into 'master' 2023-10-20 10:50:06 +08:00
blufi feat(bt/bluedroid): Add new version of API for Bluedroid host stack initialization 2023-08-31 12:28:38 +00:00
esp_ble_mesh fix(esp_coex): Fix dependency errors in coexist configuration 2023-10-16 11:44:23 +08:00
esp_hid_device ci: update bluetooth examples build rules 2023-10-18 21:58:28 +08:00
esp_hid_host ci: update bluetooth examples build rules 2023-10-18 21:58:28 +08:00
hci feat: add config to disable ble hci uart flow control 2023-09-25 14:26:59 +08:00
nimble change(examples): Update example configurations for FreeRTOS v10.5.1 2023-10-21 04:39:16 +08:00
.build-test-rules.yml ci: update bluetooth examples build rules 2023-10-18 21:58:28 +08:00