Skip to content

Commit

Permalink
Merge branch 'bugfix/fix_lcd_test_apps' into 'master'
Browse files Browse the repository at this point in the history
lcd: fix test apps

See merge request ae_group/esp-iot-solution!861
  • Loading branch information
leeebo committed Sep 27, 2023
2 parents 0db18ed + 66d7515 commit 76e4ad4
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 9 deletions.
1 change: 1 addition & 0 deletions components/display/lcd/esp_lcd_gc9b71/idf_component.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@ repository: https://github.com/espressif/esp-iot-solution.git
issues: https://github.com/espressif/esp-iot-solution/issues
dependencies:
idf: ">=5.1.0"
cmake_utilities: "0.*"
examples:
- path: ../../../../examples/display/lcd/qspi_with_ram
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# The following lines of boilerplate have to be in your project's CMakeLists
# in this exact order for cmake to work correctly
cmake_minimum_required(VERSION 3.5)
set(EXTRA_COMPONENT_DIRS "$ENV{IDF_PATH}/tools/unit-test-app/components"
"../../")
set(EXTRA_COMPONENT_DIRS "$ENV{IDF_PATH}/tools/unit-test-app/components")
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
project(test_esp_lcd_gc9b71)
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ dependencies:
idf: ">=5.1.0"
esp_lcd_gc9b71:
version: "*"
override_path: "../../"
override_path: "../../../esp_lcd_gc9b71"
2 changes: 1 addition & 1 deletion components/display/lcd/esp_lcd_sh8601/idf_component.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ repository: https://github.com/espressif/esp-iot-solution.git
issues: https://github.com/espressif/esp-iot-solution/issues
dependencies:
idf: ">=5.1.0"
cmake_utilities: "0.*"
examples:
- path: ../../../../examples/display/lcd/qspi_with_ram

Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# The following lines of boilerplate have to be in your project's CMakeLists
# in this exact order for cmake to work correctly
cmake_minimum_required(VERSION 3.5)
set(EXTRA_COMPONENT_DIRS "$ENV{IDF_PATH}/tools/unit-test-app/components"
"../../")
set(EXTRA_COMPONENT_DIRS "$ENV{IDF_PATH}/tools/unit-test-app/components")
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
project(test_esp_lcd_gc9b71)
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ dependencies:
idf: ">=5.1.0"
esp_lcd_sh8601:
version: "*"
override_path: "../../"
override_path: "../../../esp_lcd_sh8601"
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ dependencies:
idf: ">=5.1.0"
esp_lcd_spd2010:
version: "*"
override_path: "../../"
override_path: "../../../esp_lcd_spd2010"
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ dependencies:
esp_lcd_panel_io_additions: "^1"
esp_lcd_st77903:
version: "*"
override_path: "../../"
override_path: "../../../esp_lcd_st77903"

0 comments on commit 76e4ad4

Please sign in to comment.