chore: import upstream snapshot with attribution
This commit is contained in:
+1
@@ -0,0 +1 @@
|
||||
idf_component_register(SRCS "extra_component1.c")
|
||||
+11
@@ -0,0 +1,11 @@
|
||||
/*
|
||||
* 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");
|
||||
}
|
||||
+1
@@ -0,0 +1 @@
|
||||
idf_component_register(SRCS "extra_component2.c")
|
||||
+9
@@ -0,0 +1,9 @@
|
||||
/*
|
||||
* SPDX-FileCopyrightText: 2026 Espressif Systems (Shanghai) CO LTD
|
||||
*
|
||||
* SPDX-License-Identifier: Unlicense OR CC0-1.0
|
||||
*/
|
||||
|
||||
void bootloader_extra_component2_marker(void)
|
||||
{
|
||||
}
|
||||
+1
@@ -0,0 +1 @@
|
||||
idf_component_register(SRCS "extra_component3.c")
|
||||
+9
@@ -0,0 +1,9 @@
|
||||
/*
|
||||
* SPDX-FileCopyrightText: 2026 Espressif Systems (Shanghai) CO LTD
|
||||
*
|
||||
* SPDX-License-Identifier: Unlicense OR CC0-1.0
|
||||
*/
|
||||
|
||||
void bootloader_extra_component3_marker(void)
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user