// Copyright (c) 2017-2022, Mudita Sp. z.o.o. All rights reserved. // For licensing, see https://github.com/mudita/MuditaOS/LICENSE.md #pragma once #include "SAIAudioDevice.hpp" #include "fsl_sai_edma.h" #include "FreeRTOS.h" #include "task.h" #include "macros.h" #include #include "drivers/pll/DriverPLL.hpp" #include "drivers/dmamux/DriverDMAMux.hpp" #include "drivers/dma/DriverDMA.hpp" #include