mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-07-09 04:08:37 +08:00
Merge branch 'feature/redefine_nopoll_file_folder_structure' into 'master'
feat(nopoll): Redefine nopoll file folder structure See merge request sdk/ESP8266_RTOS_SDK!80
This commit is contained in:
components/nopoll
component.mk
nopoll/src
nopoll-regression-client.cnopoll.cnopoll.hnopoll_conn.cnopoll_conn.hnopoll_conn_opts.cnopoll_conn_opts.hnopoll_ctx.cnopoll_ctx.hnopoll_decl.cnopoll_decl.hnopoll_handlers.hnopoll_io.cnopoll_io.hnopoll_listener.cnopoll_listener.hnopoll_log.cnopoll_log.hnopoll_loop.cnopoll_loop.hnopoll_msg.cnopoll_msg.hnopoll_private.hnopoll_win32.cnopoll_win32.h
port/include
examples/protocols/websocket/main
@ -3,7 +3,7 @@
|
||||
#
|
||||
|
||||
ifdef CONFIG_SSL_USING_MBEDTLS
|
||||
COMPONENT_ADD_INCLUDEDIRS += include/nopoll
|
||||
COMPONENT_ADD_INCLUDEDIRS += nopoll/src port/include
|
||||
|
||||
COMPONENT_SRCDIRS := library
|
||||
COMPONENT_SRCDIRS := nopoll/src
|
||||
endif
|
@ -36,7 +36,7 @@
|
||||
* Email address:
|
||||
* info@aspl.es - http://www.aspl.es/nopoll
|
||||
*/
|
||||
#include <nopoll/nopoll.h>
|
||||
#include <nopoll.h>
|
||||
#include "esp_common.h"
|
||||
#include "freertos/FreeRTOS.h"
|
||||
#include "freertos/task.h"
|
0
components/nopoll/include/nopoll/nopoll_handlers.h → components/nopoll/nopoll/src/nopoll_handlers.h
0
components/nopoll/include/nopoll/nopoll_handlers.h → components/nopoll/nopoll/src/nopoll_handlers.h
Reference in New Issue
Block a user