mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-08-19 09:38:32 -04:00
Add FreeRTOS-Plus directory.
This commit is contained in:
parent
7bd5f21ad5
commit
f508a5f653
6798 changed files with 134949 additions and 19 deletions
30
FreeRTOS/Demo/SuperH_SH7216_Renesas/RTOSDemo/dbsct.c
Normal file
30
FreeRTOS/Demo/SuperH_SH7216_Renesas/RTOSDemo/dbsct.c
Normal file
|
@ -0,0 +1,30 @@
|
|||
/***********************************************************************/
|
||||
/* */
|
||||
/* FILE :dbsct.c */
|
||||
/* DATE :Sun, Dec 27, 2009 */
|
||||
/* DESCRIPTION :Setting of B,R Section */
|
||||
/* CPU TYPE :Other */
|
||||
/* */
|
||||
/* This file is generated by Renesas Project Generator (Ver.4.16). */
|
||||
/* */
|
||||
/***********************************************************************/
|
||||
|
||||
|
||||
|
||||
#include "typedefine.h"
|
||||
|
||||
#pragma section $DSEC
|
||||
static const struct {
|
||||
_UBYTE *rom_s; /* Start address of the initialized data section in ROM */
|
||||
_UBYTE *rom_e; /* End address of the initialized data section in ROM */
|
||||
_UBYTE *ram_s; /* Start address of the initialized data section in RAM */
|
||||
} DTBL[] = {
|
||||
{ __sectop("D"), __secend("D"), __sectop("R") }
|
||||
};
|
||||
#pragma section $BSEC
|
||||
static const struct {
|
||||
_UBYTE *b_s; /* Start address of non-initialized data section */
|
||||
_UBYTE *b_e; /* End address of non-initialized data section */
|
||||
} BTBL[] = {
|
||||
{ __sectop("B"), __secend("B") }
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue