mirror of
https://github.com/apache/nuttx.git
synced 2026-06-01 07:45:16 +08:00
esp32/hardware: Rename efuse_reg.h to esp32_efuse.h.
This commit is contained in:
committed by
Xiang Xiao
parent
5d40882d4c
commit
8752e6d863
@@ -32,7 +32,7 @@
|
|||||||
#include "xtensa.h"
|
#include "xtensa.h"
|
||||||
#include "esp32_efuse.h"
|
#include "esp32_efuse.h"
|
||||||
#include "esp32_clockconfig.h"
|
#include "esp32_clockconfig.h"
|
||||||
#include "hardware/efuse_reg.h"
|
#include "hardware/esp32_efuse.h"
|
||||||
|
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* Pre-processor Definitions
|
* Pre-processor Definitions
|
||||||
|
|||||||
@@ -44,7 +44,7 @@
|
|||||||
|
|
||||||
#include "rom/esp32_efuse.h"
|
#include "rom/esp32_efuse.h"
|
||||||
#include "rom/esp32_spiflash.h"
|
#include "rom/esp32_spiflash.h"
|
||||||
#include "hardware/efuse_reg.h"
|
#include "hardware/esp32_efuse.h"
|
||||||
|
|
||||||
#ifdef CONFIG_ESP32_SPIRAM
|
#ifdef CONFIG_ESP32_SPIRAM
|
||||||
|
|
||||||
|
|||||||
@@ -51,7 +51,7 @@
|
|||||||
#include "hardware/esp32_soc.h"
|
#include "hardware/esp32_soc.h"
|
||||||
#include "hardware/esp32_spi.h"
|
#include "hardware/esp32_spi.h"
|
||||||
#include "hardware/esp32_dport.h"
|
#include "hardware/esp32_dport.h"
|
||||||
#include "hardware/efuse_reg.h"
|
#include "hardware/esp32_efuse.h"
|
||||||
|
|
||||||
#include "esp32_spicache.h"
|
#include "esp32_spicache.h"
|
||||||
#ifdef CONFIG_ESP32_SPIRAM
|
#ifdef CONFIG_ESP32_SPIRAM
|
||||||
|
|||||||
+4
-4
@@ -1,5 +1,5 @@
|
|||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* arch/xtensa/src/esp32/hardware/efuse_reg.h
|
* arch/xtensa/src/esp32/hardware/esp32_efuse.h
|
||||||
*
|
*
|
||||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
* contributor license agreements. See the NOTICE file distributed with
|
* contributor license agreements. See the NOTICE file distributed with
|
||||||
@@ -18,8 +18,8 @@
|
|||||||
*
|
*
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
||||||
#ifndef __ARCH_XTENSA_SRC_ESP32_HARDWARE_EFUSE_REG_H
|
#ifndef __ARCH_XTENSA_SRC_ESP32_HARDWARE_ESP32_EFUSE_H
|
||||||
#define __ARCH_XTENSA_SRC_ESP32_HARDWARE_EFUSE_REG_H
|
#define __ARCH_XTENSA_SRC_ESP32_HARDWARE_ESP32_EFUSE_H
|
||||||
|
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* Included Files
|
* Included Files
|
||||||
@@ -1824,4 +1824,4 @@
|
|||||||
#define EFUSE_DATE_V 0xffffffff
|
#define EFUSE_DATE_V 0xffffffff
|
||||||
#define EFUSE_DATE_S 0
|
#define EFUSE_DATE_S 0
|
||||||
|
|
||||||
#endif /* __ARCH_XTENSA_SRC_ESP32_HARDWARE_EFUSE_REG_H */
|
#endif /* __ARCH_XTENSA_SRC_ESP32_HARDWARE_ESP32_EFUSE_H */
|
||||||
Reference in New Issue
Block a user