Révision 744
Ajouté par jileng il y a presque 4 ans
branch/leng/sp4c12/sp4c1/sp4c1/uart0.h | ||
---|---|---|
/* NOTE:THIS IS A TYPICAL EXAMPLE. */
|
||
/***********************************************************************/
|
||
|
||
void main(void)
|
||
void uart0_init(void)
|
||
{
|
||
|
||
}
|
||
}
|
branch/leng/sp4c12/sp4c1/sp4c1/SessionM32C_E8a_SYSTEM.ini | ||
---|---|---|
Renesas Communications=USB interface,0,
|
||
[Target]
|
||
M32C E8a SYSTEM=Renesas Communications
|
||
[USER_DATA]
|
||
RESET=fe0000
|
branch/leng/sp4c12/sp4c1/sp4c1/sp4c1.c | ||
---|---|---|
/***********************************************************************/
|
||
//importation bibliotheque
|
||
#include "sfr32c87.h"
|
||
#include "uart0.h"
|
||
|
||
void main(void)
|
||
{
|
||
|
branch/leng/sp4c12/sp4c1/sp4c1/uart0.c | ||
---|---|---|
/* This file is generated by Renesas Project Generator (Ver.4.18). */
|
||
/* NOTE:THIS IS A TYPICAL EXAMPLE. */
|
||
/***********************************************************************/
|
||
|
||
//importation bibliotheque
|
||
#include "sfr32c87.h"
|
||
#include "uart0.h"
|
||
/*
|
||
void uart0_init(void)
|
||
{
|
||
|
||
}
|
||
*/
|
||
|
||
void main(void)
|
||
{
|
||
|
||
}
|
Formats disponibles : Unified diff
sp4c1 commit leng update fichier .ini .c .h et .r30