summaryrefslogtreecommitdiff
path: root/docs/esp32
diff options
context:
space:
mode:
authoriabdalkader <i.abdalkader@gmail.com>2024-12-02 08:09:25 +0100
committerDamien George <damien@micropython.org>2024-12-10 10:53:24 +1100
commitd42e39d87d37f20d74456222e603d0b6b409a556 (patch)
tree2068787134828ab2e3b5823624553470474680a3 /docs/esp32
parent17808e7b749b269b58dcee67df599a0c61d455bd (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