mirror of
https://github.com/apache/nuttx.git
synced 2026-08-15 01:13:29 +00:00
Xtensa: Add core.h header file
This commit is contained in:
parent
9b5fedc81e
commit
9f06b13ffb
2 changed files with 1459 additions and 3 deletions
1455
arch/xtensa/include/xtensa/core.h
Normal file
1455
arch/xtensa/include/xtensa/core.h
Normal file
File diff suppressed because it is too large
Load diff
|
|
@ -34,11 +34,12 @@
|
|||
#define __ARCH_XTENSA_SRC_COMMON_XTENSA_TIMER_H
|
||||
|
||||
#ifdef __ASSEMBLER__
|
||||
#include <xtensa/coreasm.h>
|
||||
#include <xtensa/coreasm.h>
|
||||
#endif
|
||||
|
||||
#include <arch/xtensa/xtensa_corebits.h>
|
||||
#include <xtensa/config/system.h>
|
||||
#include <arch/xtensa/core.h>
|
||||
#include <arch/xtensa/xtensa_corebits.h>
|
||||
#include <xtensa/config/system.h>
|
||||
|
||||
/* Select timer to use for periodic tick, and determine its interrupt number
|
||||
* and priority. User may specify a timer by defining XT_TIMER_INDEX with -D,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue