bignum: bare-metal mpi peripheral verification application

This commit is contained in:
harshal.patil
2023-04-11 15:22:40 +05:30
parent 56327452ce
commit fbb8937758
9 changed files with 609 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
/*
* SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD
*
* SPDX-License-Identifier: Unlicense OR CC0-1.0
*/
#include "unity.h"
#include "unity_test_runner.h"
void app_main(void)
{
unity_run_menu();
}