commit | 2bfe69d0205bf4bcb62d77f24a0b82d1c8a5ee5a | [log] [tgz] |
---|---|---|
author | Peter Bigot <peter.bigot@nordicsemi.no> | Mon Jan 04 10:21:51 2021 -0600 |
committer | Anas Nashif <anas.nashif@intel.com> | Mon Jan 18 16:58:09 2021 -0500 |
tree | 31413ad652d45669acf7d7478f3b17211ea71181 | |
parent | 60885270d1ac73eb3be8fedbdfd5e5bca9a66a7d [diff] |
drivers: flash: nrf_qspi: detect unsupported cinstr commands The interface used to send commands supports only a command followed by 8 bytes of data transfer. Reject attempts to do more, as the result will be a successful transfer of only the first 8 bytes. Signed-off-by: Peter Bigot <peter.bigot@nordicsemi.no>