mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-11-05 03:02:36 -05:00
Start a new demo for a new SH2A port.
This commit is contained in:
parent
0840882d46
commit
dbb3361ed9
18 changed files with 903 additions and 0 deletions
11
Demo/SuperH_SH7216_Renesas/RTOSDemo/stacksct.h
Normal file
11
Demo/SuperH_SH7216_Renesas/RTOSDemo/stacksct.h
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
/***********************************************************************/
|
||||
/* */
|
||||
/* FILE :stacksct.h */
|
||||
/* DATE :Sun, Dec 27, 2009 */
|
||||
/* DESCRIPTION :Setting of Stack area */
|
||||
/* CPU TYPE :Other */
|
||||
/* */
|
||||
/* This file is generated by Renesas Project Generator (Ver.4.16). */
|
||||
/* */
|
||||
/***********************************************************************/
|
||||
#pragma stacksize 0x400 /* Do not modify this line. */
|
||||
Loading…
Add table
Add a link
Reference in a new issue