ESP-IDF Firmware
Firmware architecture and call graph
Loading...
Searching...
No Matches
dsps_cplx_gen_platform.h
Go to the documentation of this file.
1/*
2 * SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
7#ifndef _dsps_cplx_gen_platform_H_
8#define _dsps_cplx_gen_platform_H_
9
10#include "sdkconfig.h"
11
12#ifdef __XTENSA__
13#include <xtensa/config/core-isa.h>
14#include <xtensa/config/core-matmap.h>
15
16
17#if ((XCHAL_HAVE_FP == 1) && (XCHAL_HAVE_LOOPS == 1))
18
19#if CONFIG_IDF_TARGET_ESP32S3
20#define dsps_cplx_gen_aes3_enbled 1
21#define dsps_cplx_gen_ae32_enbled 0
22
23#elif CONFIG_IDF_TARGET_ESP32
24#define dsps_cplx_gen_ae32_enbled 1
25#define dsps_cplx_gen_aes3_enbled 0
26
27#endif // CONFIG_IDF_TARGET_ESP32S3 CONFIG_IDF_TARGET_ESP32
28#endif //
29#endif // __XTENSA__
30#endif // _dsps_cplx_gen_platform_H_