Work with INI files.

==========Build the Convert Utility =============	
Linux version:
	a.run make in the SLink_CC3100\WiLink\CUDK\tiwlan_cfg directory
	b. run ./tiwlan_cfg. Please care that tiwlan.ini, roleSta.ini files were exist in the  SLink_CC3100\WiLink\CUDK\tiwlan_cfg directory

Windows:	
	a. Install mingw-get-inst-20110802.exe in the c:\mingw --> program for run gcc from windows
	b. path=%path%;c:\mingw\bin  for win Makefile
	C. mingw32-make -f MakefileWin -B

==========Convert INI files to BIN=============

Linux:
	run ./tiwlan_cfg. Please care that tiwlan.ini, roleSta.ini files were exist in the  SLink_CC3100\WiLink\CUDK\tiwlan_cfg directory

Windows:
	run tiwlan_cfg_win.exe.  Please care that tiwlan.ini, roleSta.ini files were exist in the  SLink_CC3100\WiLink\CUDK\tiwlan_cfg directory

==========DownLoad INI files to Flash=============	
Linux/Windows:		
	a. copy the bin files to SLink_Tools\Python\
	b. run write_file_to_flash.py file_ID (NVMEM_STA_INI_FILEID[5] or NVMEM_GENERAL_INI_FILEID[6]), (file.bin path) --> result the files will burn to flash
	c. compile the Wilink library with option (ENABLE_USER_DEFAULTS) add the FLAG in C/C++ compiler -->Preproccesor-->Defined Symbol: ENABLE_USER_DEFAULTS (Change NO_ENABLE_USER_DEFAULTS to ENABLE_USER_DEFAULTS)
	
Result --> the system will run with the user ini file definitions.