arduino-audio-tools
Loading...
Searching...
No Matches
src
AudioTools
Concurrency
STM32.h
Go to the documentation of this file.
1
#pragma once
2
3
// Dependendency: https://github.com/stm32duino/STM32FreeRTOS
4
5
#if defined(ARDUINO_ARCH_STM32)
6
# if __has_include("STM32FreeRTOS.h")
7
# include "STM32FreeRTOS.h"
8
# include "
RTOS.h
"
9
# define USE_FREETROS
10
# else
11
# warning("STM32FreeRTOS not found")
12
# endif
13
14
#include "
AudioTools/Concurrency/LockGuard.h
"
15
#include "
AudioTools/Concurrency/SynchronizedQueue.h
"
16
#include "
AudioTools/Concurrency/SynchronizedBuffer.h
"
17
18
#endif
LockGuard.h
RTOS.h
SynchronizedBuffer.h
SynchronizedQueue.h
Generated by
1.9.8