FX_STANDALONE_ENABLE option not found in CubeMX when generating Azure FileX project
I'm trying to build a project using FileX in standalone mode (without ThreadX dependecies). According to Microsoft's documentation the FX_STANDALONE_ENABLE flag must be defined in order to disable the use of ThreadX specifics (timers, semaphores etc.), but I can't seem to find this option in CubeMX when generating code. I've noticed that the documentation by Microsoft is deprecated in some areas (in regards to function names for instance), and am wondering if this flag might have been replaced by some other flag or if there is another way to run FileX in standalone mode?
