ArduinoCore-arc32 icon indicating copy to clipboard operation
ArduinoCore-arc32 copied to clipboard

CurieMailbox: remove HW access code which is now in cores/arduino

Open eriknyquist opened this issue 7 years ago • 1 comments

The mailbox HW initialisation now happens in cores/arduino/main.cpp. All of the core code for accessing the mailbox HW now lives in cores/arduino/mailbox.cpp; the CurieMailbox library is now just a wrapper that calls the methods from mailbox.cpp, plus a ring buffer.

NOTE: this must not be merged until https://github.com/01org/corelibs-arduino101/pull/547 has been merged into master, and also migrated over to the target branch of this PR (codk-m-corelibs)

eriknyquist avatar May 17 '17 21:05 eriknyquist

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

CLAassistant avatar Apr 09 '21 13:04 CLAassistant