diff options
author | Damien George <damien.p.george@gmail.com> | 2018-06-15 14:15:31 +1000 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2018-06-15 14:15:31 +1000 |
commit | 7be4a23c0cccbcd9096d57235f32c5c2e02f6604 (patch) | |
tree | f0a8f0500401b36b4a9cd7fd5f9e1968f9af45aa /tests/unix/extra_coverage.py | |
parent | bc5e8a2cb6f17bc5a9fec108a2421adc77f5cb3c (diff) |
stm32/i2cslave: Fix ordering of event callbacks in slave IRQ handler.
It's possible (at least on F4 MCU's) to have RXNE and STOPF set at the same
time during a call to the slave IRQ handler. In such cases RXNE should be
handled before STOPF so that all bytes are processed before
i2c_slave_process_rx_end() is called.
Diffstat (limited to 'tests/unix/extra_coverage.py')
0 files changed, 0 insertions, 0 deletions