Added component dependency

This commit is contained in:
Philip Smart
2022-05-28 13:09:49 +01:00
parent a488cefa7c
commit f985f91933
3 changed files with 21 additions and 7 deletions

3
.gitmodules vendored
View File

@@ -1,3 +1,6 @@
[submodule "components/esp_littlefs"] [submodule "components/esp_littlefs"]
path = components/esp_littlefs path = components/esp_littlefs
url = https://github.com/joltwallet/esp_littlefs.git url = https://github.com/joltwallet/esp_littlefs.git
[submodule "components/arduino-esp32"]
path = components/arduino-esp32
url = https://github.com/espressif/arduino-esp32.git

View File

@@ -49,17 +49,11 @@ CONFIG_ARDUINO_EVENT_RUN_CORE0=y
# CONFIG_ARDUINO_EVENT_RUN_CORE1 is not set # CONFIG_ARDUINO_EVENT_RUN_CORE1 is not set
# CONFIG_ARDUINO_EVENT_RUN_NO_AFFINITY is not set # CONFIG_ARDUINO_EVENT_RUN_NO_AFFINITY is not set
CONFIG_ARDUINO_EVENT_RUNNING_CORE=0 CONFIG_ARDUINO_EVENT_RUNNING_CORE=0
# CONFIG_ARDUINO_SERIAL_EVENT_RUN_CORE0 is not set
# CONFIG_ARDUINO_SERIAL_EVENT_RUN_CORE1 is not set
CONFIG_ARDUINO_SERIAL_EVENT_RUN_NO_AFFINITY=y
CONFIG_ARDUINO_SERIAL_EVENT_TASK_RUNNING_CORE=-1
CONFIG_ARDUINO_SERIAL_EVENT_TASK_STACK_SIZE=2048
CONFIG_ARDUINO_SERIAL_EVENT_TASK_PRIORITY=24
CONFIG_ARDUINO_UDP_RUN_CORE0=y CONFIG_ARDUINO_UDP_RUN_CORE0=y
# CONFIG_ARDUINO_UDP_RUN_CORE1 is not set # CONFIG_ARDUINO_UDP_RUN_CORE1 is not set
# CONFIG_ARDUINO_UDP_RUN_NO_AFFINITY is not set # CONFIG_ARDUINO_UDP_RUN_NO_AFFINITY is not set
CONFIG_ARDUINO_UDP_RUNNING_CORE=0
CONFIG_ARDUINO_UDP_TASK_PRIORITY=3 CONFIG_ARDUINO_UDP_TASK_PRIORITY=3
CONFIG_ARDUINO_UDP_RUNNING_CORE=0
CONFIG_ARDUINO_ISR_IRAM=y CONFIG_ARDUINO_ISR_IRAM=y
CONFIG_DISABLE_HAL_LOCKS=y CONFIG_DISABLE_HAL_LOCKS=y
@@ -253,6 +247,22 @@ CONFIG_IF_WIFI_MAX_CONNECTIONS=5
CONFIG_PWRLED=2 CONFIG_PWRLED=2
# end of SharpKey Configuration # end of SharpKey Configuration
#
# Arduino Configuration
#
# CONFIG_ARDUINO_SERIAL_EVENT_RUN_CORE0 is not set
# CONFIG_ARDUINO_SERIAL_EVENT_RUN_CORE1 is not set
CONFIG_ARDUINO_SERIAL_EVENT_RUN_NO_AFFINITY=y
CONFIG_ARDUINO_SERIAL_EVENT_TASK_RUNNING_CORE=-1
CONFIG_ARDUINO_SERIAL_EVENT_TASK_STACK_SIZE=2048
CONFIG_ARDUINO_SERIAL_EVENT_TASK_PRIORITY=24
#
# Debug Log Configuration
#
# end of Debug Log Configuration
# end of Arduino Configuration
# #
# Compiler options # Compiler options
# #