Merge pull request #16 from MarcusXing/master

Add support ec20
This commit is contained in:
朱天龙 (Armink) 2018-08-29 22:59:49 +08:00 committed by GitHub
commit 8f9030d780
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1440 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')

1437
at_socket_ec20.c Normal file

File diff suppressed because it is too large Load Diff