![Mediatek Labs LinkIt Connect 7681 Developer'S Manual Download Page 31](http://html1.mh-extra.com/html/mediatek-labs/linkit-connect-7681/linkit-connect-7681_developers-manual_1760804031.webp)
MediaTek LinkIt™ Connect 7681 Developer's Guide
© 2015, 2016 MediaTek Inc.
Page 26 of 65
This document contains information that is proprietary to MediaTek Inc.
Unauthorized reproduction or disclosure of this information in whole or in part is strictly prohibited.
File
Purpose
rtmp_data_pub.c
Wi-Fi Rx packet handler
wifi_task_pub.c
Wi-Fi Task function
spi-flash_pub.c
Implementation for serial flash reading and writing
misc_pub.c
Implementation for delay functions
mt7681_ChSw_pub.c
Implementation for setting Wi-Fi channels
stdlib.c
Implementation for
malloc()
,
free()
and
atoi()
printf.c
Implementation for log function:
printf_high()
ap_pub.c
AP mode configuration initialization and PMK setting
tcpip\*.c
Source files and sample code for TCP/UDP
Table 8 Content of the customizable folder
4.2.3.
Header files
Header files are stored in the
/src
folder in files with the format
libandesxxx.a
.
4.2.4.
Build settings folder
Build configuration setting files are stored in the
/mak/MT7681
folder and include the files shown
in Table 9.
File
Purpose
compiler.mk
Tool chain directory configuration
flags_ap.mk
Configuration for AP mode
flags_sta.mk
Configuration for Station mode
flags_recovery.mk
Configuration for Recovery mode
Table 9 The build configuration settings files
4.2.5.
Object folder
Generated object code from the compiler is stored in the
/obj
folder.
4.2.6.
Output folder
The final binaries generated by the compiler are stored in the
/out
folder. For example, the
station mode firmware is located at
/out/sta/MT7681_sta_header.bin
. For more information,
see section 3.1, “make”.
4.2.7.
Reference firmware binaries folder
Reference firmware binaries, guarantee to work original firmware binaries, are stored in the
/refbin
folder.