@kulitorum to compile under Windows you will need to do at least the following:
Set your Windows compiler to C++17 or later Deal with any #pragma directives and any gcc-specific attributes. Declaring __attribute(...)__ as a macro that expands to nothing may be a good start. Replace all the FreeRTOS and CoreN2G project files that are needed by RRF by suitable functions. Mostly they will be do-nothing stubs. RRFLibraries includes a couple of assembler functions that you will need to replace by suitable C code, but should otherwise compile.HTH David