diff options
author | Victor Rajewski <victor@allumeenergy.com.au> | 2023-07-04 15:11:06 +1000 |
---|---|---|
committer | Damien George <damien@micropython.org> | 2023-07-13 12:49:51 +1000 |
commit | 730525cec965a912354454ec015a3d043d5579d3 (patch) | |
tree | cf8395c31dcf7b84df2b8733a4f1f65766046725 /tests/basics/async_for.py | |
parent | 409978a1fb85968ac3a5eb0bc33788eb507dee14 (diff) |
stm32/qspi: Allow qspi_write_cmd_data to write cmd with 1 data byte.
The existing qspi for stm32 implementation can only send a spi command with
exactly 0 or 2 data bytes. Certain spiflash chips (e.g. AT25SF321B) have
commands that only take a single data byte, and will ignore the command if
more than that is sent. This commit allows sending a command with a single
data byte.
Signed-off-by: Victor Rajewski <victor@allumeenergy.com.au>
Diffstat (limited to 'tests/basics/async_for.py')
0 files changed, 0 insertions, 0 deletions