commit | b100ffb1df2a9b75307e4a72f67ed56a27ea64ec | [log] [tgz] |
---|---|---|
author | Lucas Tamborrino <lucas.tamborrino@espressif.com> | Fri Mar 24 10:26:05 2023 -0300 |
committer | Anas Nashif <anas.nashif@intel.com> | Sun Apr 02 22:07:55 2023 -0400 |
tree | b671de3a017123209de6128fdca0724775604378 | |
parent | 08d1b33d079be633459c6a68efbd1e3c2bef769b [diff] |
drivers: spi: esp32xx: Fix word size issue This commit fixes the word size configuration issue described in #54746 by considering the data frame size when trasmitting in case the configuration is applied. It also fixes an heap corruption problem when using SPI DMA with a buffer that is not multiple of 32 bits in lenght and GDMA instance in initialization. Signed-off-by: Lucas Tamborrino <lucas.tamborrino@espressif.com>