path to double run
This commit is contained in:
parent
430f1c90fd
commit
ef55ef2519
@ -8,7 +8,7 @@ make_font(24)
|
||||
|
||||
idf_component_register(SRC_DIRS . fonts
|
||||
INCLUDE_DIRS "include"
|
||||
REQUIRES meteofrance eventsManager lvgl)
|
||||
REQUIRES meteofrance eventsManager lvgl esp32_p4_function_ev_board)
|
||||
|
||||
|
||||
if(${IDF_TARGET} STREQUAL "esp32p4")
|
||||
|
||||
@ -5,6 +5,7 @@
|
||||
#include "meteofrance.h"
|
||||
#include "cJSON.h"
|
||||
#include "eventsManager.h"
|
||||
#include "bsp/esp-bsp.h"
|
||||
|
||||
|
||||
#define upEvent "monter"
|
||||
@ -40,13 +41,6 @@ static lv_subject_t wifiStatus;
|
||||
LV_IMAGE_DECLARE(wifi_ok);
|
||||
LV_IMAGE_DECLARE(wifi_ko);
|
||||
|
||||
int bsp_display_lock(int arg){
|
||||
return 1;
|
||||
}
|
||||
void bsp_display_unlock(){
|
||||
|
||||
}
|
||||
|
||||
static void wifiStatus_obs_cb(lv_observer_t * observer, lv_subject_t * subject)
|
||||
{
|
||||
ESP_LOGV(TAG, "On passe dans le callback de chgt de statut; %li", lv_subject_get_int(subject));
|
||||
|
||||
6
components/domotic_display/test_host/mock/bsp/esp-bsp.h
Normal file
6
components/domotic_display/test_host/mock/bsp/esp-bsp.h
Normal file
@ -0,0 +1,6 @@
|
||||
int bsp_display_lock(int arg){
|
||||
return 1;
|
||||
}
|
||||
void bsp_display_unlock(){
|
||||
|
||||
}
|
||||
@ -11,8 +11,6 @@
|
||||
|
||||
#include "meteofrance.h"
|
||||
|
||||
#include "FreeRTOS.h"
|
||||
#include "task.h"
|
||||
#include "esp_system.h"
|
||||
#include "esp_log.h"
|
||||
|
||||
|
||||
@ -3,7 +3,7 @@ set(EXTRA_COMPONENT_DIRS ../components)
|
||||
set(comps heap nvs_flash meteofrance esp_netif image_downloader fatfs protocol_examples_common mqtt domotic_display )
|
||||
|
||||
if(${IDF_TARGET} STREQUAL "esp32p4")
|
||||
list(APPEND comps sdmmc vfs littlefs wifi_logger app_update esp_https_ota espcoredump esp_http_server esp_wifi)
|
||||
list(APPEND comps bsp_extra esp32_p4_function_ev_board sdmmc vfs littlefs wifi_logger app_update esp_https_ota espcoredump esp_http_server esp_wifi )
|
||||
endif()
|
||||
idf_component_register(SRC_DIRS .
|
||||
INCLUDE_DIRS "."
|
||||
|
||||
@ -1,28 +1,29 @@
|
||||
dependencies:
|
||||
espressif/bh1750: "^1.0.3"
|
||||
espressif/bh1750: ^1.0.3
|
||||
espressif/esp_wifi_remote:
|
||||
rules:
|
||||
- if: target in ["esp32p4"]
|
||||
version: "0.14.4"
|
||||
- if: target in ["esp32p4"]
|
||||
version: 0.14.4
|
||||
|
||||
suda-morris/am2302_rmt:
|
||||
version: "^1.0.0"
|
||||
version: ^1.0.0
|
||||
rules:
|
||||
- if: target in ["esp32p4"]
|
||||
- if: target in ["esp32p4"]
|
||||
joltwallet/littlefs:
|
||||
rules:
|
||||
- if: target in ["esp32p4"]
|
||||
version: "^1.14.8"
|
||||
- if: target in ["esp32p4"]
|
||||
version: ^1.14.8
|
||||
esp_lcd_touch_gt911:
|
||||
rules:
|
||||
- if: target in ["esp32p4"]
|
||||
- if: target in ["esp32p4"]
|
||||
esp_lvgl_port:
|
||||
rules:
|
||||
- if: target in ["esp32p4"]
|
||||
- if: target in ["esp32p4"]
|
||||
version: 2.6.0
|
||||
idf:
|
||||
version: '5.5.*'
|
||||
version: 5.5.*
|
||||
lvgl/lvgl:
|
||||
version: 9.4.0
|
||||
#espressif/esp32_p4_function_ev_board:
|
||||
# version: "4.1.*"
|
||||
espressif/esp32_p4_function_ev_board: '*'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user