Hi, really pulling my hair here. I'm trying to build DCS-BIOS for STM32. It works fine initially, I can compile a simple sketch that blinks PC13 in sync with the Master Caution light in the airplane, using USB.
The problem appears when I try to build for RS485 instead of USB. This seems to be supported by DCS-BIOS for STM32, however it's trying to include <libmaple/usart.h> in DcsBiosNgRS485Slave.h:9. I have probably tried a million ways of installing libmaple, including as a folder in Documents/Libraries/libmaple, and a libraries subfolder in the sketch.
The usart.h file is there, but the Arduino IDE 2.0.4 still can't find it. Is the problem that it's the DCS-BIOS library that is trying to include the file, and not my sketch?
Where should I put libmaple please?