diff --git a/.cproject b/.cproject index 6307a7df..f2ba4b3b 100644 --- a/.cproject +++ b/.cproject @@ -227,7 +227,7 @@ - + @@ -239,7 +239,7 @@ - + @@ -495,6 +495,12 @@ + + + + + + @@ -560,6 +566,12 @@ + + + + + + diff --git a/.project b/.project index 8724a189..18d4dbf1 100644 --- a/.project +++ b/.project @@ -3,6 +3,7 @@ squeezelite-esp32 + esp-idf diff --git a/.settings/language.settings.xml b/.settings/language.settings.xml index 70f9cf9d..f2d1fea7 100644 --- a/.settings/language.settings.xml +++ b/.settings/language.settings.xml @@ -33,9 +33,9 @@ - + - + @@ -57,9 +57,9 @@ - + - + @@ -81,9 +81,9 @@ - + - + diff --git a/.settings/org.eclipse.cdt.core.prefs b/.settings/org.eclipse.cdt.core.prefs index ccccf166..2dd6626d 100644 --- a/.settings/org.eclipse.cdt.core.prefs +++ b/.settings/org.eclipse.cdt.core.prefs @@ -49,10 +49,10 @@ environment/project/cdt.managedbuild.toolchain.gnu.cross.base.293933348.16039962 environment/project/cdt.managedbuild.toolchain.gnu.cross.base.293933348.1603996291/IDF_PATH/value=C\:/msys32/opt/esp-idf environment/project/cdt.managedbuild.toolchain.gnu.cross.base.293933348.1603996291/PATH/delimiter=\: environment/project/cdt.managedbuild.toolchain.gnu.cross.base.293933348.1603996291/PATH/operation=replace -environment/project/cdt.managedbuild.toolchain.gnu.cross.base.293933348.1603996291/PATH/value=C\:\\msys32\\usr\\bin;C\:\\msys32\\mingw32\\bin;C\:\\msys32\\opt\\xtensa-esp32-elf\\bin\\ +environment/project/cdt.managedbuild.toolchain.gnu.cross.base.293933348.1603996291/PATH/value=C\:\\msys32\\opt\\openocd-esp32\\bin;c\:\\msys32\\opt\\xtensa-esp32-elf\\bin\\;c\:\\msys32\\mingw32\\bin;C\:\\msys32\\usr\\bin;c\:\\Python27;C\:\\msys32\\usr\\bin\\vendor_perl;C\:\\msys32\\usr\\bin\\core_perl environment/project/cdt.managedbuild.toolchain.gnu.cross.base.293933348.1603996291/PROJECT_NAME/delimiter=\: environment/project/cdt.managedbuild.toolchain.gnu.cross.base.293933348.1603996291/PROJECT_NAME/operation=replace -environment/project/cdt.managedbuild.toolchain.gnu.cross.base.293933348.1603996291/PROJECT_NAME/value=recovery.custom +environment/project/cdt.managedbuild.toolchain.gnu.cross.base.293933348.1603996291/PROJECT_NAME/value=recovery environment/project/cdt.managedbuild.toolchain.gnu.cross.base.293933348.1603996291/PROJECT_VER/delimiter=\: environment/project/cdt.managedbuild.toolchain.gnu.cross.base.293933348.1603996291/PROJECT_VER/operation=append environment/project/cdt.managedbuild.toolchain.gnu.cross.base.293933348.1603996291/PROJECT_VER/value=custom diff --git a/Makefile b/Makefile index 566e6447..7eef1133 100644 --- a/Makefile +++ b/Makefile @@ -14,3 +14,4 @@ PROJECT_NAME?=squeezelite include $(IDF_PATH)/make/project.mk +CPPFLAGS+= -Wno-error=maybe-uninitialized \ No newline at end of file