FREERTOS.h supports AVR, there is an rp2040_mbed library #1705
-
Hi, I am trying to play audio from my Arduino nano rp2040 running on mbed_os architecture. I found your library. I found the .h file named "src/AudioI2S/I2SRP2040-MBED.h" I thought that maybe this would be compatible with the board. I am compiling in arduino IDE. I get the following error: fatal error: FreeRTOS.h: No such file or directory include "FreeRTOS.h"I did at one point download the FreeRTOS. But I could see it was only supporting AVR architecture, as mentioned this is mbed_os. I was compiling the simple star wars example in your readme file. Is there another way or a different type of RTOS I should be using for my board? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
I committed some corrections but I recommend to use the more popular core for Earle Phil Hower instead |
Beta Was this translation helpful? Give feedback.
I committed some corrections but I recommend to use the more popular core for Earle Phil Hower instead