Merge develop
This commit is contained in:
@@ -8,6 +8,8 @@
|
||||
#include <semphr.h>
|
||||
|
||||
#include "BufferProvider.h"
|
||||
#include <semphr.h>
|
||||
|
||||
namespace Pinetime {
|
||||
namespace Drivers {
|
||||
class SpiMaster {
|
||||
@@ -55,11 +57,9 @@ namespace Pinetime {
|
||||
SpiMaster::SpiModule spi;
|
||||
SpiMaster::Parameters params;
|
||||
|
||||
// volatile bool busy = false;
|
||||
volatile uint32_t currentBufferAddr = 0;
|
||||
volatile size_t currentBufferSize = 0;
|
||||
volatile TaskHandle_t taskToNotify;
|
||||
|
||||
SemaphoreHandle_t mutex;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user