kasjer opened a new pull request, #3372:
URL: https://github.com/apache/mynewt-core/pull/3372

   When common code for QSPI was introduced to
   use nrfx API instead of direct register access,
   erase functions that waited for QSPI controller
   to become ready started usin nrfx API but did
   not take into account that waiting for previous
   task to complete is required.
   
   Now after each nrfx_qspi_erase() call, code
   waits for controller to be ready as was the
   case before switching to nrfx


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to