Running an empty program with the library rSoftwareSeriak marked and with stm32 board I get the following error:
Why isn't it found ?
B4R Version: 2.20
Parsing code. (0.00s)
Compiling code. (0.01s)
Building project (0.03s)
Compiling & deploying Ino project (Generic STM32F103C series - COM5) Error
Loading configuration...
Initializing packages...
Could not find boards.txt in C:\Program Files (x86)\Arduino\hardware\Arduino_STM32\examples. Is it pre-1.5?
Preparing boards...
Verifying...
In file included from D:\B4R\Test\Objects\src\src.ino:1:0:
D:\B4R\Test\Objects\bin\sketch\B4RDefines.h:22:28: fatal error: SoftwareSerial.h: No such file or directory
#include <SoftwareSerial.h>
^
compilation terminated.
exit status 1
Why isn't it found ?