Skip to content

Commit

Permalink
Update SSH to UART example for ESP-IDF v5.x, in-place cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
gojimmypi committed Jan 26, 2024
1 parent 4b2aaa4 commit fe4e6f4
Show file tree
Hide file tree
Showing 45 changed files with 8,028 additions and 4,303 deletions.
32 changes: 32 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@

# Visual Studio Code Workspace Files
*.vscode
*.userprefs
*.exe
*.dll
.vs
Backup
UpgradeLog.htm
*.aps
*.VC.db
*.filters


# Espressif sdk config default should be saved in sdkconfig.defaults
# we won't track the actual working sdkconfig files
/Espressif/**/sdkconfig
/Espressif/**/sdkconfig.old

# VisualGDB
**/.visualgdb

# auto-created CMake backups
**/CMakeLists.txt.old

# CMake build directory
/out
/out_temp

# Visual Studio
**/.vs
**/build
363 changes: 199 additions & 164 deletions Espressif/ESP32/ESP32-SSH-Server/CMakeLists.txt

Large diffs are not rendered by default.

87 changes: 0 additions & 87 deletions Espressif/ESP32/ESP32-SSH-Server/ESP32-SSH-Server.sln

This file was deleted.

Loading

0 comments on commit fe4e6f4

Please sign in to comment.