Commit Graph

3 Commits (9087dacd26ad7f12b0088cc8cab8e48fd3d6ddf5)

Author SHA1 Message Date
Martin Kojtal 9087dacd26 QSPI: change length to be in/out parameter
This provides a way to return how many bytes have been written/read (as status codes
are returned via func ret value)
2018-02-19 13:43:05 +00:00
Martin Kojtal 95bc624bd2 QSPI: fix address/alt variable sizes (can be skipped)
Fixing by adding NONE values for both
2018-02-19 13:43:05 +00:00
Martin Kojtal b89e6a8ed6 QSPI HAL addition
Adding new QSPI HAL header file. This should help to use memory-maped devices
as memories, graphical displays.

The API consist of few functions, most important are read/write/write_command functions.

The command format is:

```
----------------------------------------------
| Instruction | Address | Alt | Dummy | Data |
----------------------------------------------
```

We define only synch API at the moment.
2018-02-19 13:43:05 +00:00