stm32/btstack: Add support for btstack on WB55 / rfcore.#9309
stm32/btstack: Add support for btstack on WB55 / rfcore.#9309andrewleech wants to merge 1 commit into
Conversation
| size_t len = 0; | ||
| while (cur != head) { | ||
| volatile tl_list_node_t *next = tl_list_unlink(cur); | ||
|
|
There was a problem hiding this comment.
This change (moving the line up) is what solved my HardFault...
In the processing of tl_parse_hci_msg() below a new message might be sent which changes the cur / head of ipcc_mem_ble_evt_queue
"snapshotting" the cur / next here before processing preserves them. Indeed removing it from the linked list before processing perhaps makes sense? Or might be dangerous, I'm not entirely certain...
|
This is an automated heads-up that we've just merged a Pull Request See #13763 A search suggests this PR might apply the STATIC macro to some C code. If it Although this is an automated message, feel free to @-reply to me directly if |
Update readme to show the support status of the new esps
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #9309 +/- ##
=======================================
Coverage 98.38% 98.38%
=======================================
Files 156 156
Lines 20477 20477
=======================================
Hits 20147 20147
Misses 330 330 ☔ View full report in Codecov by Sentry. |
This MR allows building stm32wb55 boards with
MICROPY_BLUETOOTH_NIMBLE = 0/MICROPY_BLUETOOTH_BTSTACK = 1