This is an automated email from the ASF dual-hosted git repository.
xiaoxiang781216 pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
from a3d4802ff85 drivers/serial: read the consumer index once in
uart_recvchars()
new 4770f7b46cc mm/pgalloc: support 32 KB and 64 KB page sizes
new 5866c4e3af6 xtensa: Support BUILD_KERNEL.
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
arch/xtensa/include/irq.h | 17 +++
arch/xtensa/src/Makefile | 14 +-
arch/xtensa/src/common/Make.defs | 6 +-
arch/xtensa/src/common/crt0.c | 48 +++++++
.../src/common/xtensa_addrenv_kstack.c} | 53 +++++---
arch/xtensa/src/common/xtensa_initialstate.c | 13 ++
arch/xtensa/src/common/xtensa_swint.c | 145 +++++++++++++++++++++
arch/xtensa/src/lx7/Toolchain.defs | 11 +-
include/nuttx/pgalloc.h | 6 +
mm/Kconfig | 7 +-
10 files changed, 295 insertions(+), 25 deletions(-)
copy arch/{risc-v/src/common/riscv_addrenv_kstack.c =>
xtensa/src/common/xtensa_addrenv_kstack.c} (69%)