commit | 457b6cb427d413261eccab41a04749a402723ffa | [log] [tgz] |
---|---|---|
author | Adam Berlinger <adam.berlinger@st.com> | Fri Apr 04 12:34:52 2025 +0200 |
committer | Benjamin Cabé <kartben@gmail.com> | Tue Apr 08 17:37:24 2025 +0200 |
tree | e9074414a53494c4942f3a6e8538b9f7bc31243b | |
parent | a4b819f9535f283827d3951149c9336090bf7d6e [diff] |
driver: dma: stm32u5 Optimize circular mode This removes big structures allocated on stack. It also moves linked list node to dedicated buffer. Signed-off-by: Adam Berlinger <adam.berlinger@st.com>