Hi,
I'm using KDS-3.0, KSDK-1.2.0, FRDM-K64F.
I want a CDC-MSD USB connection, and I've finally managed to take the CDC-MSD example and merge into a project using PEx.
During this work I've stumbled across this file: ..\usb\adapter\sourcs\sdk\adapter_cfg.h
which looks like this:
#ifndef _OSADAPTER_CFG_H
#define _OSADAPTER_CFG_H 1
#define OS_ADAPTER_MQX 1
#define OS_ADAPTER_BM 2
#define OS_ADAPTER_SDK 3
#define OS_ADAPTER_UCOSIII 4
/*#define OS_ADAPTER_ACTIVE_OS OS_ADAPTER_UCOSIII*/
#define OS_ADAPTER_ACTIVE_OS OS_ADAPTER_SDK
# endif
I could not find any description of these definitions, and I just wonder:
1. My exmple is for MQX, should I use OS_ADAPTER_MQX and recompile the usb-libraries?
2. What OS is OS_ADAPTER_SDK representing?