Toggle navigation
Documentation
The friendly Operating System for the Internet of Things
cpu_conf_common.h
Go to the documentation of this file.
1
/*
2
* Copyright (C) 2019 Gunar Schorcht
3
*
4
* This file is subject to the terms and conditions of the GNU Lesser
5
* General Public License v2.1. See the file LICENSE in the top level
6
* directory for more details.
7
*/
8
9
#pragma once
10
30
#ifdef MODULE_ESP_IDF_HEAP
31
#define HAVE_HEAP_STATS
32
#endif
33
38
#define BACKUP_RAM __attribute__((section(".rtc.bss"
)))
39
44
#define BACKUP_RAM_DATA __attribute__((section(".rtc.data"
)))
45
46
#ifdef __cplusplus
47
extern
"C"
{
48
#endif
49
50
#ifdef __cplusplus
51
}
52
#endif
53
Generated on Thu Jun 26 2025 14:14:44 by
1.9.1