mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-09-01 11:53:53 -04: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
35
Demo/SuperH_SH7216_Renesas/RTOSDemo/RTOSDemo.pgs
Normal file
35
Demo/SuperH_SH7216_Renesas/RTOSDemo/RTOSDemo.pgs
Normal file
|
@ -0,0 +1,35 @@
|
|||
; Project Generator Setup Infomation
|
||||
|
||||
[PGS Version]
|
||||
Version=1.0
|
||||
|
||||
[Toolchain]
|
||||
Toolchain=Renesas SuperH Standard
|
||||
Toolchain Name=Renesas SuperH RISC engine Standard Toolchain
|
||||
Toolchain Version=9.3.2.0
|
||||
|
||||
[CPU]
|
||||
CPU Family=SuperH RISC engine
|
||||
CPU Series=SH2A-FPU
|
||||
CPU Type=Other
|
||||
Operating Mode=Not Support
|
||||
Address Space=Not Support
|
||||
Multiple=Not Support
|
||||
Divide=Not Support
|
||||
|
||||
[Project]
|
||||
Project Name=RTOSDemo
|
||||
Project Type=Application
|
||||
|
||||
[Stack Settings]
|
||||
Stack Pointer Address=H'FFFC0000
|
||||
Stack Size=H'400
|
||||
Stack Section Name=S
|
||||
Stack Section Address=
|
||||
Source File Name=stacksct.h
|
||||
Description=#pragma stacksize 0x400 /* Do not modify this line. */
|
||||
Default Stack Pointer Address=H'FFFC0000
|
||||
Default Stack Size=H'400
|
||||
|
||||
[Initial Settings]
|
||||
Simulator I/O=disable
|
Loading…
Add table
Add a link
Reference in a new issue