nuttx/arch/renesas/src
Xiang Xiao 2335b69120 arch: Allocate the space from the beginning in up_stack_frame
arch: Allocate the space from the beginning in up_stack_frame

and modify the affected portion:
1.Correct the stack dump and check
2.Allocate tls_info_s by up_stack_frame too
3.Move the stack fork allocation from arch to sched

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
2021-04-16 12:41:41 +09:00
..
common arch: Allocate the space from the beginning in up_stack_frame 2021-04-16 12:41:41 +09:00
m16c arch: Allocate the space from the beginning in up_stack_frame 2021-04-16 12:41:41 +09:00
rx65n arch: Allocate the space from the beginning in up_stack_frame 2021-04-16 12:41:41 +09:00
sh1 arch: Allocate the space from the beginning in up_stack_frame 2021-04-16 12:41:41 +09:00
.gitignore Renesas .gitignore files added 2020-09-24 10:10:40 +01:00
Makefile arch: Makefile: Author Gregory Nutt: update licenses to Apache 2021-03-13 05:56:43 -08:00
README.txt Beginning to update comments to reflect new organization of the boards/ sub-directory. 2019-08-08 08:46:54 -06:00

This directory provides a build area for all Renesas and legacy Hitachi
architectures.  The 'common' subdirectory contains source files shared by
all Renesas architectures; Source files unique to a specific Renesas chip
architecture are contained in a subdirectory named after the chip.  At
configuration time, additional directories will be linked here:  'board'
will be a link to the boards/renesas/<chip>/<board>/src directory; 'chip'
will be a link to the SH chip sub-directory.