nuttx/arch/arm
Masayuki Ishikawa 8e7752c7da arch: common: Fix up_check_tcbstack() for CONFIG_ARCH_ADDRENV=y
Summary:
- I noticed that ps shows incorrect stack usage when running
  getprime in the background.
- With CONFIG_ARCH_ADDRENV=y, a user task including pthread
  allocates its stack in the user space that needs to be
  accessed with a correct address environment.
- This commit fixes this issue.

Impact:
- CONFIG_ARCH_ADDRENV=y only

Testing:
- Tested with sabre-6quad:knsh on qemu-6.2

Signed-off-by: Masayuki Ishikawa <Masayuki.Ishikawa@jp.sony.com>
2022-08-04 11:13:16 +08:00
..
include Add initial support for NXP S32K3 MCU family 2022-07-25 23:47:05 +08:00
src arch: common: Fix up_check_tcbstack() for CONFIG_ARCH_ADDRENV=y 2022-08-04 11:13:16 +08:00
Kconfig NXP S32K1XX: fix LPI2C reset 2022-08-01 07:34:03 -04:00