mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-09 13:07:03 +03:00
untangling references. linking almost completed!
This commit is contained in:
@@ -1,6 +1,5 @@
|
|||||||
idf_component_register(SRC_DIRS .
|
idf_component_register(SRC_DIRS .
|
||||||
INCLUDE_DIRS . ./inc inc/alac inc/faad2 inc/FLAC inc/helix-aac inc/mad inc/ogg inc/opus inc/opusfile inc/resample16 inc/soxr inc/vorbis
|
INCLUDE_DIRS . ./inc inc/alac inc/faad2 inc/FLAC inc/helix-aac inc/mad inc/ogg inc/opus inc/opusfile inc/resample16 inc/soxr inc/vorbis
|
||||||
REQUIRES esp_common platform_config freertos nvs_flash esp32 spi_flash newlib log pthread
|
|
||||||
)
|
)
|
||||||
|
|
||||||
add_prebuilt_library(libmad lib/libmad.a)
|
add_prebuilt_library(libmad lib/libmad.a)
|
||||||
|
|||||||
@@ -1,7 +1,8 @@
|
|||||||
|
|
||||||
idf_component_register(SRC_DIRS . core core/ifaces fonts
|
idf_component_register(SRC_DIRS . core core/ifaces fonts
|
||||||
REQUIRES services
|
|
||||||
INCLUDE_DIRS . fonts core
|
INCLUDE_DIRS . fonts core
|
||||||
|
REQUIRES platform_config tools esp_common
|
||||||
|
PRIV_REQUIRES services freertos driver
|
||||||
)
|
)
|
||||||
|
|
||||||
set_source_files_properties(display.c
|
set_source_files_properties(display.c
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
idf_component_register( SRC_DIRS .
|
idf_component_register( SRC_DIRS .
|
||||||
INCLUDE_DIRS .
|
INCLUDE_DIRS .
|
||||||
REQUIRES bt display esp_common freertos nvs_flash esp32 spi_flash newlib pthread platform_config
|
PRIV_REQUIRES services bt display console tools platform_config
|
||||||
|
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
idf_component_register( SRC_DIRS .
|
idf_component_register( SRC_DIRS .
|
||||||
INCLUDE_DIRS .
|
INCLUDE_DIRS .
|
||||||
REQUIRES newlib nvs_flash json platform_console services vfs
|
PRIV_REQUIRES json newlib console esp_common freertos
|
||||||
|
REQUIRES nvs_flash
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
idf_component_register( SRC_DIRS .
|
idf_component_register( SRC_DIRS .
|
||||||
INCLUDE_DIRS .
|
INCLUDE_DIRS .
|
||||||
REQUIRES console nvs_flash spi_flash app_update platform_config vfs pthread wifi-manager
|
REQUIRES nvs_flash
|
||||||
PRIV_REQUIRES display squeezelite )
|
PRIV_REQUIRES console tools services spi_flash app_update platform_config vfs pthread wifi-manager platform_config squeezelite )
|
||||||
|
|
||||||
@@ -14,7 +14,7 @@
|
|||||||
#include "freertos/event_groups.h"
|
#include "freertos/event_groups.h"
|
||||||
#include "pthread.h"
|
#include "pthread.h"
|
||||||
#include "platform_esp32.h"
|
#include "platform_esp32.h"
|
||||||
#include "config.h"
|
#include "platform_config.h"
|
||||||
|
|
||||||
static const char * TAG = "squeezelite_cmd";
|
static const char * TAG = "squeezelite_cmd";
|
||||||
#define SQUEEZELITE_THREAD_STACK_SIZE (6*1024)
|
#define SQUEEZELITE_THREAD_STACK_SIZE (6*1024)
|
||||||
|
|||||||
@@ -1,6 +1,10 @@
|
|||||||
|
|
||||||
idf_component_register(SRC_DIRS .
|
idf_component_register(SRC_DIRS .
|
||||||
INCLUDE_DIRS .
|
INCLUDE_DIRS .
|
||||||
REQUIRES newlib platform_config services codecs tools display
|
PRIV_REQUIRES newlib freertos pthread platform_config mdns services codecs tools display
|
||||||
|
|
||||||
)
|
)
|
||||||
|
set_source_files_properties(raop.c
|
||||||
|
PROPERTIES COMPILE_FLAGS
|
||||||
|
-Wno-misleading-indentation
|
||||||
|
)
|
||||||
@@ -1,6 +1,7 @@
|
|||||||
idf_component_register(SRC_DIRS .
|
idf_component_register(SRC_DIRS .
|
||||||
INCLUDE_DIRS .
|
INCLUDE_DIRS .
|
||||||
REQUIRES console spi_flash console freertos platform_console esp_https_ota
|
REQUIRES app_update esp_https_ota
|
||||||
|
PRIV_REQUIRES console platform_config spi_flash vfs console freertos platform_console
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -5,12 +5,12 @@ idf_component_register( SRC_DIRS . external a1s tas57xx
|
|||||||
PRIV_REQUIRES newlib
|
PRIV_REQUIRES newlib
|
||||||
esp_common
|
esp_common
|
||||||
esp-dsp
|
esp-dsp
|
||||||
display
|
|
||||||
platform_config
|
platform_config
|
||||||
platform_bluetooth
|
platform_bluetooth
|
||||||
codecs
|
codecs
|
||||||
services
|
services
|
||||||
raop
|
raop
|
||||||
|
display
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
idf_component_register( SRC_DIRS .
|
idf_component_register( SRC_DIRS .
|
||||||
INCLUDE_DIRS .
|
INCLUDE_DIRS .
|
||||||
REQUIRES esp_common newlib freertos spi_flash nvs_flash mdns pthread wpa_supplicant platform_console squeezelite-ota
|
REQUIRES squeezelite-ota json mdns
|
||||||
|
PRIV_REQUIRES tools services platform_config esp_common json newlib freertos spi_flash nvs_flash mdns pthread wpa_supplicant platform_console
|
||||||
EMBED_FILES style.css code.js index.html bootstrap.min.css.gz jquery.min.js.gz popper.min.js.gz bootstrap.min.js.gz
|
EMBED_FILES style.css code.js index.html bootstrap.min.css.gz jquery.min.js.gz popper.min.js.gz bootstrap.min.js.gz
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -52,7 +52,7 @@ Contains the freeRTOS task for the DNS server that processes the requests.
|
|||||||
#include <lwip/dns.h>
|
#include <lwip/dns.h>
|
||||||
|
|
||||||
#include <byteswap.h>
|
#include <byteswap.h>
|
||||||
|
#include "squeezelite-ota.h"
|
||||||
#include "wifi_manager.h"
|
#include "wifi_manager.h"
|
||||||
|
|
||||||
static const char TAG[] = "dns_server";
|
static const char TAG[] = "dns_server";
|
||||||
|
|||||||
@@ -36,6 +36,7 @@ Contains the freeRTOS task for the DNS server that processes the requests.
|
|||||||
#include <stdbool.h>
|
#include <stdbool.h>
|
||||||
#include "squeezelite-ota.h"
|
#include "squeezelite-ota.h"
|
||||||
|
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
idf_component_register(SRC_DIRS .
|
idf_component_register(SRC_DIRS .
|
||||||
REQUIRES esp_common pthread squeezelite-ota platform_console telnet
|
PRIV_REQUIRES esp_common wifi-manager pthread squeezelite-ota platform_console telnet
|
||||||
INCLUDE_DIRS .
|
INCLUDE_DIRS .
|
||||||
EMBED_FILES ../server_certs/github.pem
|
EMBED_FILES ../server_certs/github.pem
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -35,7 +35,7 @@
|
|||||||
#include "nvs_flash.h"
|
#include "nvs_flash.h"
|
||||||
#include "esp_log.h"
|
#include "esp_log.h"
|
||||||
#include "freertos/event_groups.h"
|
#include "freertos/event_groups.h"
|
||||||
#include "mdns.h"
|
|
||||||
#include "lwip/api.h"
|
#include "lwip/api.h"
|
||||||
#include "lwip/err.h"
|
#include "lwip/err.h"
|
||||||
#include "lwip/netdb.h"
|
#include "lwip/netdb.h"
|
||||||
|
|||||||
Reference in New Issue
Block a user