Skip to content

Conversation

@andrewleech
Copy link
Contributor

This MR allows building stm32wb55 boards with MICROPY_BLUETOOTH_NIMBLE = 0 / MICROPY_BLUETOOTH_BTSTACK = 1

@andrewleech andrewleech marked this pull request as draft September 14, 2022 07:53
size_t len = 0;
while (cur != head) {
volatile tl_list_node_t *next = tl_list_unlink(cur);

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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...

@projectgus
Copy link
Contributor

This is an automated heads-up that we've just merged a Pull Request
that removes the STATIC macro from MicroPython's C API.

See #13763

A search suggests this PR might apply the STATIC macro to some C code. If it
does, then next time you rebase the PR (or merge from master) then you should
please replace all the STATIC keywords with static.

Although this is an automated message, feel free to @-reply to me directly if
you have any questions about this.

tannewt pushed a commit to tannewt/circuitpython that referenced this pull request Jun 17, 2024
Update readme to show the support status of the new esps
@codecov
Copy link

codecov bot commented Feb 25, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.38%. Comparing base (57fd66b) to head (cdf01ec).
Report is 2697 commits behind head on master.

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.
📢 Have feedback on the report? Share it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants