Files
esp-nimble/babblesim
Andrzej Kaczmarek 045c3d19cd babblesim/edtt: Workaround EDTT not consuming cs/cc
It seems that sometimes EDTT can send a command before cs/cc is consumed
by get_event and this triggers an error since cmd buffer is reused for
cs/cc and thus it will be queued as an event on edtt_q_event.

Not sure if this is an EDTT issue/feature or smth on our side, for now
we can workaround this by simply creating a copy of cs/cc which can be
safely enqueued on edtt_q_event waiting to be consumed and freed by
get_event while original cmd buffer is freed as soon as cs/cc is
processed.
2022-03-03 15:04:41 +01:00
..
2022-02-17 15:55:41 +01:00
2022-02-19 15:02:07 +01:00
2022-02-16 09:15:09 +01:00

BabbleSim support for Apache NimBLE