try to fix action
Signed-off-by: Peter Siegmund <developer@mars3142.org>
This commit is contained in:
@@ -2,8 +2,6 @@ cmake_minimum_required(VERSION 3.5)
|
|||||||
|
|
||||||
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
||||||
|
|
||||||
idf_build_set_property(BOOTLOADER_EXTRA_COMPONENT_DIRS "${CMAKE_CURRENT_LIST_DIR}/bootloader_components_extra/" APPEND)
|
|
||||||
|
|
||||||
project(system_control)
|
project(system_control)
|
||||||
|
|
||||||
target_add_binary_data(${PROJECT_NAME}.elf "main/isrgrootx1.pem" TEXT)
|
target_add_binary_data(${PROJECT_NAME}.elf "main/isrgrootx1.pem" TEXT)
|
||||||
@@ -1,5 +1,4 @@
|
|||||||
idf_component_register(SRCS "hooks.c"
|
idf_component_register(SRCS "hooks.c")
|
||||||
REQUIRES extra_component)
|
|
||||||
|
|
||||||
# We need to force GCC to integrate this static library into the
|
# We need to force GCC to integrate this static library into the
|
||||||
# bootloader link. Indeed, by default, as the hooks in the bootloader are weak,
|
# bootloader link. Indeed, by default, as the hooks in the bootloader are weak,
|
||||||
|
|||||||
@@ -1 +0,0 @@
|
|||||||
idf_component_register(SRCS "extra_component.c")
|
|
||||||
@@ -1,11 +0,0 @@
|
|||||||
/*
|
|
||||||
* SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD
|
|
||||||
*
|
|
||||||
* SPDX-License-Identifier: Unlicense OR CC0-1.0
|
|
||||||
*/
|
|
||||||
#include "esp_log.h"
|
|
||||||
|
|
||||||
void bootloader_extra_dir_function(void)
|
|
||||||
{
|
|
||||||
ESP_LOGI("EXTRA", "This function is called from an extra component");
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user