mirror of
https://github.com/apache/nuttx.git
synced 2026-05-29 20:56:47 +08:00
arch/xtensa/src/common: Don't include ESP32 files directly, include them
from the chip simlink. Signed-off-by: Abdelatif Guettouche <abdelatif.guettouche@espressif.com>
This commit is contained in:
committed by
Alan Carvalho de Assis
parent
967fbebcb9
commit
298e1ddebf
@@ -39,7 +39,7 @@
|
|||||||
|
|
||||||
#include <arch/xtensa/xtensa_specregs.h>
|
#include <arch/xtensa/xtensa_specregs.h>
|
||||||
#include <arch/xtensa/core.h>
|
#include <arch/xtensa/core.h>
|
||||||
#include <arch/esp32/core-isa.h>
|
#include <arch/chip/core-isa.h>
|
||||||
|
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* Window Vectors
|
* Window Vectors
|
||||||
@@ -193,7 +193,7 @@ _window_overflow8:
|
|||||||
* a9 is call[i+1]'s stack pointer.
|
* a9 is call[i+1]'s stack pointer.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
.org 0xC0
|
.org 0xc0
|
||||||
.global _window_underflow8
|
.global _window_underflow8
|
||||||
_window_underflow8:
|
_window_underflow8:
|
||||||
|
|
||||||
|
|||||||
@@ -39,7 +39,7 @@
|
|||||||
* Included Files
|
* Included Files
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
||||||
#include <arch/esp32/core-isa.h>
|
#include <arch/chip/core-isa.h>
|
||||||
#include <arch/xtensa/xtensa_specregs.h>
|
#include <arch/xtensa/xtensa_specregs.h>
|
||||||
#include <arch/xtensa/xtensa_corebits.h>
|
#include <arch/xtensa/xtensa_corebits.h>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user