diff options
author | iabdalkader <i.abdalkader@gmail.com> | 2024-12-02 08:09:25 +0100 |
---|---|---|
committer | Damien George <damien@micropython.org> | 2024-12-10 10:53:24 +1100 |
commit | d42e39d87d37f20d74456222e603d0b6b409a556 (patch) | |
tree | 2068787134828ab2e3b5823624553470474680a3 /docs/esp32 | |
parent | 17808e7b749b269b58dcee67df599a0c61d455bd (diff) |
stm32/spi: Add spi_deinit_all function.
SPI objects can remain active after a soft-reboot because they are
statically allocated and lack a finalizer to collect and deinitialize them.
This commit adds a `spi_deinit_all()` functions for SPI, similar to other
peripherals such as UART, DAC, etc.
Signed-off-by: iabdalkader <i.abdalkader@gmail.com>
Diffstat (limited to 'docs/esp32')
0 files changed, 0 insertions, 0 deletions