This commit is contained in:
Mitchell Marino 2026-03-30 21:07:49 -05:00
parent 0d692c2203
commit 85fcb23a87
3 changed files with 4 additions and 8 deletions

@ -1 +1 @@
Subproject commit a5411c45f5b6f8636b02149b35cf94c1405143ea
Subproject commit 8c0b6823fd8743cb829973811bed5f96226bb53d

View File

@ -1,6 +1,8 @@
idf_component_register(
SRCS "main.cpp"
PRIV_REQUIRES
esp_driver_gpio
esp_driver_i2c
spi_flash
blk_box_lib
INCLUDE_DIRS "")

View File

@ -1,9 +1,3 @@
/*
* SPDX-FileCopyrightText: 2010-2022 Espressif Systems (Shanghai) CO LTD
*
* SPDX-License-Identifier: CC0-1.0
*/
#include <stdio.h>
#include <inttypes.h>
#include "sdkconfig.h"
@ -19,7 +13,7 @@ extern "C" void app_main(void) {
BlkBoxInitConfig blk_box_cfg = {};
init_blk_box(blk_box_cfg);
i2c_test();
printf("Hello, Blk Box!\n");
/* Print chip information */
esp_chip_info_t chip_info;