mirror of
https://github.com/Ai-Thinker-Open/Ai-Thinker-Open_RTL8710BX_ALIOS_SDK.git
synced 2026-07-13 21:45:38 +00:00
rel_1.6.0 init
This commit is contained in:
commit
27b3e2883d
19359 changed files with 8093121 additions and 0 deletions
5
Living_SDK/tools/at_adapter/README
Normal file
5
Living_SDK/tools/at_adapter/README
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
The at_adapter module aims to support AT communication from Ethernet/MAC level. This module will add an AT netif, and deal with in/out data from AT netif. So far, only linuxhost platform is supported. Other platform support is expected to be added in the future.
|
||||
|
||||
To use this module:
|
||||
1. Declare "at_adapter=1" variable in make CLI. For linuxhost build, declare "vcall=posix" variable as well. For example: aos make atapp@linuxhost vcall=posix at_adapter=1
|
||||
2. Call "at_adapter_init" API in your code. Please refer to /example/atapp as an example on how to use at_adapter.
|
||||
Loading…
Add table
Add a link
Reference in a new issue