From 9cada8054082cfa27ed6469c0eb8379ac66fdd60 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20=C3=96ster?= Date: Thu, 19 Dec 2024 20:11:57 +0200 Subject: [PATCH] Update Readme which library used --- README.md | 2 +- .../lib/mathieucarbou-AsyncTCP/.clang-format | 22 -------------- .../mathieucarbou-AsyncTCP/.clang-format copy | 22 -------------- .../src/lib/mathieucarbou-AsyncTCP/.gitignore | 6 ---- .../mathieucarbou-AsyncTCP/.gitpod.Dockerfile | 2 -- .../lib/mathieucarbou-AsyncTCP/.gitpod.yml | 9 ------ .../mathieucarbou-AsyncTCP/Kconfig.projbuild | 30 ------------------- .../arduino-cli-dev.yaml | 25 ---------------- .../mathieucarbou-AsyncTCP/arduino-cli.yaml | 25 ---------------- 9 files changed, 1 insertion(+), 142 deletions(-) delete mode 100644 Software/src/lib/mathieucarbou-AsyncTCP/.clang-format delete mode 100644 Software/src/lib/mathieucarbou-AsyncTCP/.clang-format copy delete mode 100644 Software/src/lib/mathieucarbou-AsyncTCP/.gitignore delete mode 100644 Software/src/lib/mathieucarbou-AsyncTCP/.gitpod.Dockerfile delete mode 100644 Software/src/lib/mathieucarbou-AsyncTCP/.gitpod.yml delete mode 100644 Software/src/lib/mathieucarbou-AsyncTCP/Kconfig.projbuild delete mode 100644 Software/src/lib/mathieucarbou-AsyncTCP/arduino-cli-dev.yaml delete mode 100644 Software/src/lib/mathieucarbou-AsyncTCP/arduino-cli.yaml diff --git a/README.md b/README.md index 3d86f120..c2d9630c 100644 --- a/README.md +++ b/README.md @@ -83,7 +83,7 @@ This code uses the following excellent libraries: - [eModbus/eModbus](https://github.com/eModbus/eModbus) MIT-License - [knolleary/pubsubclient](https://github.com/knolleary/pubsubclient) MIT-License - [mackelec/SerialDataLink](https://github.com/mackelec/SerialDataLink) -- [me-no-dev/AsyncTCP](https://github.com/me-no-dev/AsyncTCP) LGPL-3.0 license +- [mathieucarbou/AsyncTCP](https://github.com/mathieucarbou/AsyncTCP) LGPL-3.0 license - [me-no-dev/ESPAsyncWebServer](https://github.com/me-no-dev/ESPAsyncWebServer) - [miwagner/ESP32-Arduino-CAN](https://github.com/miwagner/ESP32-Arduino-CAN/) MIT-License - [pierremolinaro/acan2515](https://github.com/pierremolinaro/acan2515) MIT-License diff --git a/Software/src/lib/mathieucarbou-AsyncTCP/.clang-format b/Software/src/lib/mathieucarbou-AsyncTCP/.clang-format deleted file mode 100644 index 63f29c0b..00000000 --- a/Software/src/lib/mathieucarbou-AsyncTCP/.clang-format +++ /dev/null @@ -1,22 +0,0 @@ -Language: Cpp -BasedOnStyle: LLVM - -AccessModifierOffset: -2 -AlignConsecutiveMacros: true -AllowAllArgumentsOnNextLine: false -AllowAllParametersOfDeclarationOnNextLine: false -AllowShortIfStatementsOnASingleLine: false -AllowShortLambdasOnASingleLine: Inline -BinPackArguments: false -ColumnLimit: 0 -ContinuationIndentWidth: 2 -FixNamespaceComments: false -IndentAccessModifiers: true -IndentCaseLabels: true -IndentPPDirectives: BeforeHash -IndentWidth: 2 -NamespaceIndentation: All -PointerAlignment: Left -ReferenceAlignment: Left -TabWidth: 2 -UseTab: Never diff --git a/Software/src/lib/mathieucarbou-AsyncTCP/.clang-format copy b/Software/src/lib/mathieucarbou-AsyncTCP/.clang-format copy deleted file mode 100644 index 63f29c0b..00000000 --- a/Software/src/lib/mathieucarbou-AsyncTCP/.clang-format copy +++ /dev/null @@ -1,22 +0,0 @@ -Language: Cpp -BasedOnStyle: LLVM - -AccessModifierOffset: -2 -AlignConsecutiveMacros: true -AllowAllArgumentsOnNextLine: false -AllowAllParametersOfDeclarationOnNextLine: false -AllowShortIfStatementsOnASingleLine: false -AllowShortLambdasOnASingleLine: Inline -BinPackArguments: false -ColumnLimit: 0 -ContinuationIndentWidth: 2 -FixNamespaceComments: false -IndentAccessModifiers: true -IndentCaseLabels: true -IndentPPDirectives: BeforeHash -IndentWidth: 2 -NamespaceIndentation: All -PointerAlignment: Left -ReferenceAlignment: Left -TabWidth: 2 -UseTab: Never diff --git a/Software/src/lib/mathieucarbou-AsyncTCP/.gitignore b/Software/src/lib/mathieucarbou-AsyncTCP/.gitignore deleted file mode 100644 index 18584e8e..00000000 --- a/Software/src/lib/mathieucarbou-AsyncTCP/.gitignore +++ /dev/null @@ -1,6 +0,0 @@ -.DS_Store -.lh -/.pio -/.vscode - -/logs diff --git a/Software/src/lib/mathieucarbou-AsyncTCP/.gitpod.Dockerfile b/Software/src/lib/mathieucarbou-AsyncTCP/.gitpod.Dockerfile deleted file mode 100644 index 29eeb435..00000000 --- a/Software/src/lib/mathieucarbou-AsyncTCP/.gitpod.Dockerfile +++ /dev/null @@ -1,2 +0,0 @@ -FROM gitpod/workspace-python-3.11 -USER gitpod diff --git a/Software/src/lib/mathieucarbou-AsyncTCP/.gitpod.yml b/Software/src/lib/mathieucarbou-AsyncTCP/.gitpod.yml deleted file mode 100644 index 2f8a4431..00000000 --- a/Software/src/lib/mathieucarbou-AsyncTCP/.gitpod.yml +++ /dev/null @@ -1,9 +0,0 @@ -tasks: - - command: pip install --upgrade pip && pip install -U platformio && platformio run - -image: - file: .gitpod.Dockerfile - -vscode: - extensions: - - shardulm94.trailing-spaces diff --git a/Software/src/lib/mathieucarbou-AsyncTCP/Kconfig.projbuild b/Software/src/lib/mathieucarbou-AsyncTCP/Kconfig.projbuild deleted file mode 100644 index 17749264..00000000 --- a/Software/src/lib/mathieucarbou-AsyncTCP/Kconfig.projbuild +++ /dev/null @@ -1,30 +0,0 @@ -menu "AsyncTCP Configuration" - -choice ASYNC_TCP_RUNNING_CORE - bool "Core on which AsyncTCP's thread is running" - default ASYNC_TCP_RUN_CORE1 - help - Select on which core AsyncTCP is running - - config ASYNC_TCP_RUN_CORE0 - bool "CORE 0" - config ASYNC_TCP_RUN_CORE1 - bool "CORE 1" - config ASYNC_TCP_RUN_NO_AFFINITY - bool "BOTH" - -endchoice - -config ASYNC_TCP_RUNNING_CORE - int - default 0 if ASYNC_TCP_RUN_CORE0 - default 1 if ASYNC_TCP_RUN_CORE1 - default -1 if ASYNC_TCP_RUN_NO_AFFINITY - -config ASYNC_TCP_USE_WDT - bool "Enable WDT for the AsyncTCP task" - default "y" - help - Enable WDT for the AsyncTCP task, so it will trigger if a handler is locking the thread. - -endmenu diff --git a/Software/src/lib/mathieucarbou-AsyncTCP/arduino-cli-dev.yaml b/Software/src/lib/mathieucarbou-AsyncTCP/arduino-cli-dev.yaml deleted file mode 100644 index 174df7a1..00000000 --- a/Software/src/lib/mathieucarbou-AsyncTCP/arduino-cli-dev.yaml +++ /dev/null @@ -1,25 +0,0 @@ -board_manager: - additional_urls: - - https://espressif.github.io/arduino-esp32/package_esp32_dev_index.json -directories: - builtin.libraries: ./src/ -build_cache: - compilations_before_purge: 10 - ttl: 720h0m0s -daemon: - port: "50051" -library: - enable_unsafe_install: false -logging: - file: "" - format: text - level: info -metrics: - addr: :9090 - enabled: true -output: - no_color: false -sketch: - always_export_binaries: false -updater: - enable_notification: true diff --git a/Software/src/lib/mathieucarbou-AsyncTCP/arduino-cli.yaml b/Software/src/lib/mathieucarbou-AsyncTCP/arduino-cli.yaml deleted file mode 100644 index 42365f42..00000000 --- a/Software/src/lib/mathieucarbou-AsyncTCP/arduino-cli.yaml +++ /dev/null @@ -1,25 +0,0 @@ -board_manager: - additional_urls: - - https://espressif.github.io/arduino-esp32/package_esp32_index.json -directories: - builtin.libraries: ./src/ -build_cache: - compilations_before_purge: 10 - ttl: 720h0m0s -daemon: - port: "50051" -library: - enable_unsafe_install: false -logging: - file: "" - format: text - level: info -metrics: - addr: :9090 - enabled: true -output: - no_color: false -sketch: - always_export_binaries: false -updater: - enable_notification: true