xmos / fwk_io

I/O Framework
Other
3 stars 11 forks source link

Make a wrapper for lib_qspi_io that is thread safe #4

Closed keithm-xmos closed 1 year ago

keithm-xmos commented 3 years ago

It is not safe to call qspi_flash_xxxxx functions from multiple bare-metal threads. This enhancement request is to add a bare-metal middleware utility that wraps qspi_flash_xxxxx functions with a hardware and/or software lock.

keithm-xmos commented 2 years ago

The qspi_io library will be replaced by one distributed with the June 2022 XTC Tools release.