cjin
6f7eec029b
feat(ble): support ble on esp32s31
2026-04-21 17:50:36 +08:00
Rahul Tank
9a5f644134
fix(nimble): Update example READMEs with correct console log information
2026-04-14 17:48:22 +08:00
ShenWeilong
6e359ad99e
feat(ble): added ble support for esp32h4 eco1
2026-04-02 14:59:40 +08:00
Rahul Tank
9036880677
feat(nimble): Added changes in examples to have code under flags
2026-03-11 19:12:26 +05:30
Shreeyash
bd971c5d0e
fix(nimble): Fix vulnerabilities in NimBLE examples
2026-02-06 17:47:06 +05:30
Rahul Tank
2738c5ac76
fix(nimble): Address compilation issues in nimble examples
2025-10-30 10:54:36 +05:30
C.S.M
c81cf3bdf6
refactor(spi_flash): Remove spi_flash rom driver patch config option
2025-10-22 10:37:19 +08:00
Marek Fiala
9d35d63651
feat(cmake): Update minimum cmake version to 3.22 (whole repository)
2025-08-19 14:44:32 +02:00
Rahul Tank
304b561f8a
Merge branch 'fix/gatt_cache_peer_init_incl_svc' into 'master'
...
fix(nimble): Added parameter in peer_init for included service allocation
See merge request espressif/esp-idf!39822
2025-06-18 16:24:49 +05:30
Jiang Jiang Jian
22ae972229
Merge branch 'feat/resupport_esp32c61eco3_ble' into 'master'
...
change(ble): resupport ble for ESP32C61ECO3
Closes BLERP-1948, IDF-10360, IDF-10361, IDF-10363, IDF-10365, and IDF-10362
See merge request espressif/esp-idf!39601
2025-06-18 10:26:07 +08:00
Astha Verma
a82bdb87d3
fix(nimble): Added parameter in peer_init for included service allocation
2025-06-17 11:56:20 +05:30
Shreeyash
bb5fc032e0
fix(nimble): Add support to minimize ram consumption
2025-06-12 19:31:07 +05:30
Zhou Xiao
7847a82b28
change(ble): resupport ble for ESP32C61ECO3
2025-06-10 14:34:49 +08:00
wanckl
6fde8cf8d2
ci(esp32c61): disable soc_caps, docs, test for eco3 update
2025-05-26 16:04:23 +08:00
Rahul Tank
a58ce394c4
fix(nimble): Add support for minimilistic builds
2025-05-19 12:44:34 +05:30
Sumeet Singh
12639efed5
feat(nimble): Added some fixes for autopts testing
2025-05-07 15:27:08 +05:30
Zhou Xiao
2e8d8beb9d
change(ble): supported ble for esp32c5-eco2
2025-04-29 14:24:47 +08:00
laokaiyao
9a88effab8
ci: disabled RF soc caps for c5 eco2
...
Disable the RF soc caps to bypass the build of un-supported RF examples
2025-04-16 11:01:39 +08:00
Shreeyash
19716c764d
feat(nimble): Allow BLE SPP Client to subscribe to the server
2025-03-05 11:26:16 +05:30
Rahul Tank
891f86d649
fix(nimble): Keep only BLE_GAP_EVENT_CONNECT gap event
2025-02-27 16:21:31 +05:30
Astha Verma
f1d19bb19f
docs: Updated README.md by removing unclear lines
2025-02-05 14:06:02 +05:30
Rahul Tank
30f7fa5e0e
fix(nimble): Corrected link_estab event handling parameters
2024-12-19 12:27:09 +05:30
Frantisek Hrbata
1c92945f59
change(examples): switch examples to use a minimal build
...
Currently, several example dependencies rely on the fact that all
registered components are added to the build, along with components
specified in common requirements. This results in longer build times
because even unused components must be built. Switch all examples to use
idf_minimal_build to compile only the components actually required by
the example.
Signed-off-by: Frantisek Hrbata <frantisek.hrbata@espressif.com >
2024-11-20 20:14:40 +01:00
Shen Weilong
bf52e37fa8
feat(ble): added ble support on esp32c61
2024-09-14 12:22:04 +08:00
Astha Verma
4cbf2eb899
fix(nimble): Added support for bidirectional data trasfer
2024-09-09 18:36:21 +05:30
Rahul Tank
61aae40313
feat(nimble): BLE_GAP_EVENT_LINK_ESTAB event to ensure link established
2024-08-21 13:07:46 +05:30
Rahul Tank
f03c3ed43e
feat(nimble): Add support to allow connection during scanning
2024-08-20 10:05:14 +05:30
Shen Weilong
777b48a494
feat(ble): support ble on esp32c5
2024-07-23 20:12:43 +08:00
Rahul Tank
eafad32dc6
fix(nimble): Handle missing free in application
2024-03-29 16:37:11 +05:30
Fu Hanxi
4dbf8c8948
ci: remove ttfw related files
2023-10-16 10:23:09 +02:00
Rahul Tank
7022c93b9d
Merge branch 'feature/walkthrough_for_spp_server' into 'master'
...
doc(nimble): Added the tutorial for spp_server example.
See merge request espressif/esp-idf!26159
2023-09-26 12:43:45 +08:00
Rahul Tank
b953afe030
Merge branch 'feature/walkthrough_for_spp_client' into 'master'
...
doc(nimble): Added the tutorial for spp_client example.
See merge request espressif/esp-idf!26030
2023-09-25 19:08:34 +08:00
darshan
326ced0b35
doc(nimble): Added the tutorial for spp_server example.
2023-09-22 15:39:42 +05:30
darshan
a79910cb21
doc(nimble): Added the tutorial for spp_client example.
2023-09-20 11:32:06 +05:30
Ivan Grokhotkov
6d87100a70
feat(examples): add local components via idf_component.yml
...
Specifying all the dependencies (managed and local) in the manifest
makes it easier for users to see every component the example
depends on.
2023-09-19 10:38:24 +02:00
Rahul Tank
df2612d104
Nimble: Corrected conditional check during connection to handle failure case
2023-06-21 11:56:36 +05:30
KonstantinKondrashov
e72061695e
all: Removes unnecessary newline character in logs
...
Closes https://github.com/espressif/esp-idf/issues/11465
2023-06-09 03:31:21 +08:00
Isha Pardikar
743fd29187
Merge branch 'bugfix/spp_notify' into 'master'
...
NimBLE: Removed indicate flag from gatt db and added subscription case in spp_server example
See merge request espressif/esp-idf!23409
2023-04-26 13:21:54 +08:00
isha.pardikar@espressif.com
718c6a4f13
NimBLE: Removed indicate flag from gatt db, added subscription case and corrected indentation
...
in spp_server example.
2023-04-25 12:25:51 +05:30
laokaiyao
bf2a7b2df6
esp32h4: removed esp32h4 related codes
2023-04-23 12:03:07 +00:00
Rahul Tank
b9c7281079
Nimble:Updated nimble examples README to include chip information
2023-03-19 17:07:48 +05:30
isha.pardikar@espressif.com
b43d29fffe
Doc : SPP server documentation fix
...
Closes https://github.com/espressif/esp-idf/issues/10930
2023-03-09 11:57:09 +05:30
Rahul Tank
8969139b06
Nimble:Change component path to relative path for remaining examples
2023-02-20 10:15:50 +05:30
Rahul Tank
826495a145
Nimble: Added return value (success / failure ) to nimble_port_init
2023-01-31 12:01:02 +05:30
isha.pardikar@espressif.com
8c6cbf5ff5
Bluetooth/NimBLE : Fixed clearing connection_handle[] after disconnect event
2023-01-24 17:37:45 +05:30
Shen Weilong
6e962ce8dd
Modify the readme files in example/bluetooth
2023-01-13 15:05:34 +08:00
isha.pardikar@espressif.com
b950ddb0fd
NimBLE : Change GATT notify/indicate from gattc to gatts
2022-11-08 14:02:54 +05:30
Isha Pardikar
fb619d20ee
NimBLE: Reorganized nimble examples structure to avoid repetition of files.
2022-09-05 17:35:46 +05:30
Fu Hanxi
17e312f87b
docs: improve the installation instructions
2022-08-01 15:52:21 +08:00
GengYuchao
fd055d3ba6
Fix example after removing API esp_nimble_hci_and_controller_init
2022-07-20 11:44:00 +08:00