diff options
author | robert-hh <robert@hammelrath.com> | 2022-11-25 21:28:30 +0100 |
---|---|---|
committer | Damien George <damien@micropython.org> | 2022-12-14 12:46:20 +1100 |
commit | a73dcb3d228008a6225fd80627d3b9566470c687 (patch) | |
tree | 4bb7e855ba622b5204f2f89bd17091e437972e7c /docs/esp32/tutorial | |
parent | f78dd25a2cb729cc5b59f5df8cda1b57535c4244 (diff) |
samd/machine_uart: Fix uart.deinit() and save some RAM.
Changes in this commit:
- Do not deinit IRQ when uart.deinit() is called with an inactive object.
- Remove using it for the finaliser. There is another machanism for soft
reset, and it is not needed otherwise.
- Do not tag the UART buffers with MP_STATE_PORT, it is not required.
Diffstat (limited to 'docs/esp32/tutorial')
0 files changed, 0 insertions, 0 deletions