mirror of
https://github.com/jialexd/sdk-ameba-v4.0c_180328.git
synced 2026-07-08 20:45:45 +00:00
first add sdk
This commit is contained in:
commit
f91efd1250
3915 changed files with 1291882 additions and 0 deletions
21
component/common/example/pppoe/readme.txt
Executable file
21
component/common/example/pppoe/readme.txt
Executable file
|
|
@ -0,0 +1,21 @@
|
|||
LWIP PPPOE EXAMPLE
|
||||
|
||||
Description:
|
||||
Example for lwip pppoe connection.
|
||||
|
||||
Configuration:
|
||||
[lwipopts.h]
|
||||
#define PPP_SUPPORT 1
|
||||
#define PPPOE_SUPPORT 1
|
||||
#define PPPOS_SUPPORT 0
|
||||
#define PAP_SUPPORT 1
|
||||
#define CHAP_SUPPORT 1
|
||||
#define MD5_SUPPORT 1
|
||||
[platform_opts.h]
|
||||
#define CONFIG_EXAMPLE_PPPOE 1
|
||||
|
||||
Execution:
|
||||
Can make automatical Wi-Fi connection when booting by using wlan fast connect example.
|
||||
A PPPOE example thread will be started automatically when booting.
|
||||
|
||||
Setup PPPOE_USER and PPPOE_PASSWD in example_pppoe.c for authentication. PPP addresses will be shown after PPP is connected
|
||||
Loading…
Add table
Add a link
Reference in a new issue