Commit Graph

18 Commits

Author SHA1 Message Date
Zhou Xiao
aaa000356e feat(ble): support ble log uart dma out
(cherry picked from commit 534b43e85a)

Co-authored-by: Zhou Xiao <zhouxiao@espressif.com>
2025-09-25 18:19:44 +08:00
Zhou Xiao
42cbd032b0 feat(ble): refactored ble log module with layered design
(cherry picked from commit 797a0c4e6eafaf6164e0f9c34f3867a46733924c)

Co-authored-by: Zhou Xiao <zhouxiao@espressif.com>
2025-09-01 13:13:26 +08:00
Zhou Xiao
c9877cda33 feat(ble): ble log spi out dev phase 5
* supported ts sync for light sleep
* removed controller event queue dependency
* supported get lc ts for ESP32-C3/S3
* optimized ble log spi out code size


(cherry picked from commit f99389e00d)

Co-authored-by: Zhou Xiao <zhouxiao@espressif.com>
2025-07-30 13:13:34 +08:00
Zhou Xiao
0012f5c1b1 change(ble): removed esp log to save code size 2025-07-08 23:06:55 +08:00
Zhou Xiao
b078a02379 feat(ble): support ble mesh log module 2025-07-08 23:06:55 +08:00
Zhou Xiao
f15fce7756 feat(ble): support host & hci log module 2025-07-08 23:06:49 +08:00
Zhou Xiao
b4273a5786 fix(ble): ensure internal malloc in ble log spi out 2025-06-30 10:33:42 +08:00
Zhou Xiao
b0fa5ce3d2 feat(ble): support le audio log buffer separation
(cherry picked from commit cd3aa6527c)

Co-authored-by: Zhou Xiao <zhouxiao@espressif.com>
2025-05-22 16:53:31 +08:00
Zhou Xiao
569634d9ab feat(ble): refactored flush module and provided public flush api
(cherry picked from commit 70792443c7)

Co-authored-by: Zhou Xiao <zhouxiao@espressif.com>
2025-05-22 16:53:27 +08:00
Zhou Xiao
41c21b1fb5 feat(ble): provided dynamic spi enable/disable api
(cherry picked from commit 3568f19fef)

Co-authored-by: Zhou Xiao <zhouxiao@espressif.com>
2025-05-22 16:53:22 +08:00
Zhou Xiao
c2802d567c feat(ble): support hci log buffer separation
(cherry picked from commit 16a3b2c71b)

Co-authored-by: Zhou Xiao <zhouxiao@espressif.com>
2025-05-22 16:53:20 +08:00
Zhou Xiao
2ae73e2e4b feat(ble): optimized macros readability
(cherry picked from commit f8699785e9)

Co-authored-by: Zhou Xiao <zhouxiao@espressif.com>
2025-05-22 16:53:17 +08:00
Zhou Xiao
0eed404ef2 feat(ble): support ble log simple output via SPI interface 2025-03-19 19:29:56 +08:00
Zhou Xiao
84a7fe240c fix(ble): fix flushout and sync issues 2025-02-27 13:12:02 +08:00
zhanghaipeng
899140216b fix(ble/bluedroid): Added SPI output support for Bluedroid host log 2025-02-27 13:11:38 +08:00
Zhou Xiao
9e7144d171 feat(ble): add printf and write with timestamp interface for ble log spi out
(cherry picked from commit f8efa4cd80)

Co-authored-by: Zhou Xiao <zhouxiao@espressif.com>
2025-02-21 11:53:39 +08:00
Zhou Xiao
5cea16e9e7 feat(ble): improved ble log spi output interface to support multisource log 2025-02-20 10:36:41 +08:00
Zhou Xiao
1fd53ccc33 feat(ble): add spi output interface for esp ble controller log 2025-02-14 12:23:38 +08:00