cpu_conf_common.h
Go to the documentation of this file.
1 /*
2  * SPDX-FileCopyrightText: 2019 Gunar Schorcht
3  * SPDX-License-Identifier: LGPL-2.1-only
4  */
5 
6 #pragma once
7 
27 #ifdef MODULE_ESP_IDF_HEAP
28 #define HAVE_HEAP_STATS
29 #endif
30 
35 #define BACKUP_RAM __attribute__((section(".rtc.bss")))
36 
41 #define BACKUP_RAM_DATA __attribute__((section(".rtc.data")))
42 
43 #ifdef __cplusplus
44 extern "C" {
45 #endif
46 
47 #ifdef __cplusplus
48 }
49 #endif
50