generated from Embedded_Projects/Landzo_K60Z_Hello
Added httpd.
parent
dfcb3b8569
commit
447d1acefa
|
@ -138,4 +138,4 @@ set(lwip_INCS
|
|||
)
|
||||
|
||||
add_library(${PROJECT_NAME} ${lwip_SRCS})
|
||||
target_include_directories(${PROJECT_NAME} PUBLIC ${lwip_INCS} ${LWIP_CONFIG_FILE_DIRECTORY})
|
||||
target_include_directories(${PROJECT_NAME} PUBLIC ${lwip_INCS} ${LWIP_CONFIG_FILE_DIRECTORY})
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/**
|
||||
* \file config-no-entropy.h
|
||||
* \file kinetis_mbedtls_config.h
|
||||
*
|
||||
* \brief Minimal configuration of features that do not require an entropy source
|
||||
* \brief Minimal configuration of features for Kinetis K60 platform
|
||||
*/
|
||||
/*
|
||||
* Copyright The Mbed TLS Contributors
|
||||
|
|
|
@ -111,4 +111,6 @@ void ip_stack_setup(void) {
|
|||
|
||||
/* Start IPerf server */
|
||||
lwiperf_start_tcp_server_default(ip_stack_lwiperf_report, NULL);
|
||||
|
||||
httpd_init();
|
||||
}
|
Loading…
Reference in New Issue