Si4684 boot fix: flash encryption off, 16MB flash, NVS enc off, main task stack 8KB, CTS timeout 10s (fixes BootCmd error 6), DMA-safe HOST_LOAD buffer
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
/**
|
||||
* @file test_firmware.hpp
|
||||
* @brief Minimal DigiRadio hardware test firmware entrypoint.
|
||||
*
|
||||
* DigiRadio firmware — https://github.com/manvalan/DigiRadio
|
||||
*
|
||||
* Copyright 2026 Michele Bigi
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
#pragma once
|
||||
|
||||
namespace test_firmware {
|
||||
|
||||
void runTestFirmware();
|
||||
|
||||
} // namespace test_firmware
|
||||
Reference in New Issue
Block a user