21. app_preinclude.h
should contain all sw switches for
1.KW40Z_Connectivity_Software_1.0.1\ConnSw\framework
2. KW40Z_Connectivity_Software_1.0.1\ConnSw\bluetooth
selected by folder then by file:
Bootloader, Common, DCDC, Flash, FSCI, FunctionLib, GPIOIrq
Keyboard, LED, Lists, LowPower, MemManager, Messaging
ModuleInfo, MWS, NVM, OSAbstraction, OtaSupport, Panic
Reset, RNG, SecLib, SerialManager, Shell, TimersManager, XCVR
for bluetooth
controller, hci_transport, host, profiles, app
/*! *********************************************************************************
* Framework Configuration
********************************************************************************** */
/*! *********************************************************************************
* Common
********************************************************************************** */
/* FwkInit.c */
/* Defines a smaller FWK configuration */
/* Range default not defined */
#define FWK_SMALL_RAM_CONFIG
..........
/*! *********************************************************************************
* Bluetooth - BLE Stack Configuration
********************************************************************************** */
/*! *********************************************************************************
* controller
********************************************************************************** */
/*! *********************************************************************************
* hci_transport
********************************************************************************** */
/* hci_transport.h*/
#define APP_SERIAL_INTERFACE_TYPE (gSerialMgrNone_c)
#define APP_SERIAL_INTERFACE_INSTANCE (0)
........