ESP32H2: Add ROM linker file and support

This commit is contained in:
Cao Sen Miao
2022-11-30 11:13:37 +08:00
parent a5edadb5a5
commit 283e2c8e5f
41 changed files with 5813 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
/*
* SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD
*
* SPDX-License-Identifier: Apache-2.0
*/
#pragma once
#ifdef __cplusplus
extern "C" {
#endif
void ets_apb_backup_init_lock_func(void(* _apb_backup_lock)(void), void(* _apb_backup_unlock)(void));
#ifdef __cplusplus
}
#endif