Skip to content

Commit

Permalink
project: add component configuration file
Browse files Browse the repository at this point in the history
  • Loading branch information
joelguittet committed Sep 11, 2024
1 parent d4f59d3 commit 3630f49
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
.vscode
build
dependencies.lock
main/idf_component.yml
managed_components
sdkconfig
sdkconfig.ci
sdkconfig.old
sdkconfig.old
20 changes: 20 additions & 0 deletions main/idf_component.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# @file idf_component.yml
# @brief mender-esp32-example main component dependencies
#
# Copyright joelguittet and mender-mcu-client contributors
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

dependencies:
espressif/esp_websocket_client: "~=1.2.3"
joltwallet/littlefs: "~=1.14.2"

0 comments on commit 3630f49

Please sign in to comment.