I imported the demo_frdmk22f example from KSKD 1.2. I compiled the libraries, but when I compile the demo project, I get the following errors:
#error LOG component is currently disabled in MQX kernel. Please set MQX_USE_LOGS to 1 in mqx_sdk_config.h and recompile kernel.
#error SEMAPHORE component is currently disabled in MQX kernel. Please set MQX_USE_SEMAPHORES to 1 in mqx_sdk_config.h and recompile kernel.
#error This application requires MQX_HAS_TIME_SLICE defined non-zero in mqx_sdk_config.h. Please recompile kernel with this option.
However, making the changes and recompiling the libraries and the demo does not fix the errors.