Skip to content

Commit

Permalink
Rename default_example to xgzf4000-example
Browse files Browse the repository at this point in the history
  • Loading branch information
hayschan committed Jan 5, 2024
1 parent 138fd88 commit ef13c48
Show file tree
Hide file tree
Showing 11 changed files with 7 additions and 105 deletions.
48 changes: 0 additions & 48 deletions examples/default_example/.devcontainer/Dockerfile

This file was deleted.

47 changes: 0 additions & 47 deletions examples/default_example/.devcontainer/devcontainer.json

This file was deleted.

3 changes: 0 additions & 3 deletions examples/default_example/.gitignore

This file was deleted.

2 changes: 0 additions & 2 deletions examples/default_example/main/CMakeLists.txt

This file was deleted.

Empty file.
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ cmake_minimum_required(VERSION 3.16)

set(COMPONENTS main)
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
project(xgzf4000-default-example)
project(xgzf4000-example)
File renamed without changes.
2 changes: 2 additions & 0 deletions examples/xgzf4000-example/main/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
idf_component_register(SRCS "xgzf4000-example.c"
INCLUDE_DIRS ".")
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
dependencies:
hayschan/xgzf4000:
version: "*"
override_path: '../../../'
dependencies:
hayschan/xgzf4000:
version: "*"
override_path: '../../../'

0 comments on commit ef13c48

Please sign in to comment.