Add support ec20

This commit is contained in:
MarcusXing 2018-08-11 11:38:32 +08:00
parent f2aaa279ec
commit dbb4884cfb
2 changed files with 1366 additions and 0 deletions

View File

@ -5,6 +5,9 @@ cwd = GetCurrentDir()
if GetDepend(['AT_DEVICE_M26']):
src = Glob('at_socket_m26.c')
if GetDepend(['AT_DEVICE_EC20']):
src = Glob('at_socket_ec20.c')
if GetDepend(['AT_DEVICE_ESP8266']):
src = Glob('at_socket_esp8266.c')

1363
at_socket_ec20.c Normal file

File diff suppressed because it is too large Load Diff