nuttx/arch/arm/src/kl
Xiang Xiao 3f67c67aaf arch: Fix the stack boundary calculation and check
All supported arch uses a push-down stack:
The stack grows toward lower addresses in memory. The stack pointer
register points to the lowest, valid working address (the "top" of
the stack). Items on the stack are referenced as positive(include zero)
word offsets from sp.
Which means that for stack in the [begin, begin + size):
1.The initial SP point to begin + size
2.push equals sub and then store
3.pop equals load and then add

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
2021-04-10 08:39:54 -07:00
..
hardware arch: arm: kl: fix nxstyle errors 2021-03-24 23:58:46 -07:00
chip.h arch: arm: kl: fix nxstyle errors 2021-03-24 23:58:46 -07:00
Kconfig Rename KL version of CONFIG_GPIO_IRQ to CONFIG_KL_GPIOIRQ 2016-07-22 14:34:21 -06:00
kl_cfmconfig.c drivers: Nxstyle fixes 2021-04-01 12:13:12 -05:00
kl_clockconfig.c arch: arm: fixes for nxstyle errors 2021-03-22 19:28:38 -07:00
kl_clockconfig.h arch: arm: kl: Author Gregory Nutt: update licenses to Apache 2021-03-24 23:58:46 -07:00
kl_config.h arch: arm: kl: fix nxstyle errors 2021-03-24 23:58:46 -07:00
kl_dma.h arch: arm: kl: fix nxstyle errors 2021-03-24 23:58:46 -07:00
kl_dumpgpio.c arch: arm: kl: fix nxstyle errors 2021-03-24 23:58:46 -07:00
kl_gpio.c arch: arm: kl: fix nxstyle errors 2021-03-24 23:58:46 -07:00
kl_gpio.h arch: arm: kl: fix nxstyle errors 2021-03-24 23:58:46 -07:00
kl_gpioirq.c arch: arm: kl: fix nxstyle errors 2021-03-24 23:58:46 -07:00
kl_idle.c arch: arm: kl: Author Gregory Nutt: update licenses to Apache 2021-03-24 23:58:46 -07:00
kl_irq.c arch: arm: kl: Author Gregory Nutt: update licenses to Apache 2021-03-24 23:58:46 -07:00
kl_irq.h arch: arm: kl: fix nxstyle errors 2021-03-24 23:58:46 -07:00
kl_irqprio.c arch: arm: kl: Author Gregory Nutt: update licenses to Apache 2021-03-24 23:58:46 -07:00
kl_lowputc.c arch: arm: kl: fix nxstyle errors 2021-03-24 23:58:46 -07:00
kl_lowputc.h arch: arm: kl: fix nxstyle errors 2021-03-24 23:58:46 -07:00
kl_pwm.c arch: arm: kl: fix Mixed case identifier 2021-03-22 19:28:38 -07:00
kl_pwm.h arch: arm: fixes for nxstyle errors 2021-03-22 19:28:38 -07:00
kl_serial.c arch: arm: kl: Author Gregory Nutt: update licenses to Apache 2021-03-24 23:58:46 -07:00
kl_spi.c arch: arm: kl: Author Gregory Nutt: update licenses to Apache 2021-03-24 23:58:46 -07:00
kl_spi.h arch: arm: kl: fix nxstyle errors 2021-03-24 23:58:46 -07:00
kl_start.c arch: Fix the stack boundary calculation and check 2021-04-10 08:39:54 -07:00
kl_start.h arch: arm: kl: fix nxstyle errors 2021-03-24 23:58:46 -07:00
kl_timerisr.c arch: arm: kl: fix nxstyle errors 2021-03-24 23:58:46 -07:00
kl_userspace.c arch: arm: kl: Author Gregory Nutt: update licenses to Apache 2021-03-24 23:58:46 -07:00
kl_userspace.h arch: arm: kl: fix nxstyle errors 2021-03-24 23:58:46 -07:00
Make.defs arch: Makefile: Author Gregory Nutt: update licenses to Apache 2021-03-13 05:56:43 -08:00