open_esplibs: add a skeleton for code in more libraries. (#266)
This commit is contained in:
parent
7c702d7f09
commit
bc50c7c2fc
21 changed files with 297 additions and 21 deletions
11
open_esplibs/libpp/esf_buf.c
Normal file
11
open_esplibs/libpp/esf_buf.c
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
/* Recreated Espressif libpp esf_buf.o contents.
|
||||
|
||||
Copyright (C) 2015 Espressif Systems. Derived from MIT Licensed SDK libraries.
|
||||
BSD Licensed as described in the file LICENSE
|
||||
*/
|
||||
#include "open_esplibs.h"
|
||||
#if OPEN_LIBPP_ESF_BUF
|
||||
// The contents of this file are only built if OPEN_LIBPHY_PHY_CHIP_SLEEP is set to true
|
||||
|
||||
|
||||
#endif /* OPEN_LIBPP_ESF_BUF */
|
||||
11
open_esplibs/libpp/if_hwctrl.c
Normal file
11
open_esplibs/libpp/if_hwctrl.c
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
/* Recreated Espressif libpp if_hwctrl.o contents.
|
||||
|
||||
Copyright (C) 2015 Espressif Systems. Derived from MIT Licensed SDK libraries.
|
||||
BSD Licensed as described in the file LICENSE
|
||||
*/
|
||||
#include "open_esplibs.h"
|
||||
#if OPEN_LIBPP_IF_HWCTRL
|
||||
// The contents of this file are only built if OPEN_LIBPHY_PHY_CHIP_SLEEP is set to true
|
||||
|
||||
|
||||
#endif /* OPEN_LIBPP_IF_HWCTRL */
|
||||
11
open_esplibs/libpp/lmac.c
Normal file
11
open_esplibs/libpp/lmac.c
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
/* Recreated Espressif libpp lmac.o contents.
|
||||
|
||||
Copyright (C) 2015 Espressif Systems. Derived from MIT Licensed SDK libraries.
|
||||
BSD Licensed as described in the file LICENSE
|
||||
*/
|
||||
#include "open_esplibs.h"
|
||||
#if OPEN_LIBPP_LMAC
|
||||
// The contents of this file are only built if OPEN_LIBPHY_PHY_CHIP_SLEEP is set to true
|
||||
|
||||
|
||||
#endif /* OPEN_LIBPP_LMAC */
|
||||
11
open_esplibs/libpp/pm.c
Normal file
11
open_esplibs/libpp/pm.c
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
/* Recreated Espressif libpp pm.o contents.
|
||||
|
||||
Copyright (C) 2015 Espressif Systems. Derived from MIT Licensed SDK libraries.
|
||||
BSD Licensed as described in the file LICENSE
|
||||
*/
|
||||
#include "open_esplibs.h"
|
||||
#if OPEN_LIBPP_PM
|
||||
// The contents of this file are only built if OPEN_LIBPHY_PHY_CHIP_SLEEP is set to true
|
||||
|
||||
|
||||
#endif /* OPEN_LIBPP_PM */
|
||||
11
open_esplibs/libpp/pp.c
Normal file
11
open_esplibs/libpp/pp.c
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
/* Recreated Espressif libpp pp.o contents.
|
||||
|
||||
Copyright (C) 2015 Espressif Systems. Derived from MIT Licensed SDK libraries.
|
||||
BSD Licensed as described in the file LICENSE
|
||||
*/
|
||||
#include "open_esplibs.h"
|
||||
#if OPEN_LIBPP_PP
|
||||
// The contents of this file are only built if OPEN_LIBPHY_PHY_CHIP_SLEEP is set to true
|
||||
|
||||
|
||||
#endif /* OPEN_LIBPP_PP */
|
||||
11
open_esplibs/libpp/wdev.c
Normal file
11
open_esplibs/libpp/wdev.c
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
/* Recreated Espressif libpp wdev.o contents.
|
||||
|
||||
Copyright (C) 2015 Espressif Systems. Derived from MIT Licensed SDK libraries.
|
||||
BSD Licensed as described in the file LICENSE
|
||||
*/
|
||||
#include "open_esplibs.h"
|
||||
#if OPEN_LIBPP_WDEV
|
||||
// The contents of this file are only built if OPEN_LIBPHY_PHY_CHIP_SLEEP is set to true
|
||||
|
||||
|
||||
#endif /* OPEN_LIBPP_WDEV */
|
||||
Loading…
Add table
Add a link
Reference in a new issue