Révision 109
Ajouté par rococcallo il y a plus de 6 ans
branch/Coccallotto/Emb_App.tws | ||
---|---|---|
[GENERAL_DATA]
|
||
[BREAKPOINTS]
|
||
[OPEN_WORKSPACE_FILES]
|
||
"E:\programmation\Travaux_Pratiques\Polytech_Ge_Travaux_Pratiques_2018\polytech-ge-info6-2018\trunk\tp_info6\Emb_App\programme_principal_etud.c"
|
||
"E:\tp_info6_2018_Coccallotto\Emb_App\crt0mr.a30"
|
||
"E:\tp_info6_2018_Coccallotto\Emb_App\programme_principal_etud.c"
|
||
[WORKSPACE_FILE_STATES]
|
||
"E:\programmation\Travaux_Pratiques\Polytech_Ge_Travaux_Pratiques_2018\polytech-ge-info6-2018\trunk\tp_info6\Emb_App\programme_principal_etud.c" -8 -30 1596 659 1 0
|
||
"E:\tp_info6_2018_Coccallotto\Emb_App\crt0mr.a30" -8 -30 1596 539 1 1
|
||
"E:\tp_info6_2018_Coccallotto\Emb_App\programme_principal_etud.c" 125 125 1430 351 0 0
|
||
[LOADED_PROJECTS]
|
||
"EmbM32C87App"
|
||
[END]
|
branch/Coccallotto/Emb_App/programme_principal_etud.c | ||
---|---|---|
// disponible. 0xab avec a-> nombre de couleurs bien plac?es et b -> couleurs pr?sentes mais mal plac?es.
|
||
//'I'/73/Ox49 : D?finition du nom du v?hicule. Doit d?buter par le caract?re '#' et entraine le chargement de la configuration de piste
|
||
// correspondant au nom du v?hicule si le nom se termine par '*'
|
||
short alpha;
|
||
|
||
CanFrame comm;
|
||
CanFrame requete, reponse;
|
||
|
||
|
||
void main()
|
||
{
|
||
ports_mcu();
|
||
... | ... | |
dly_tsk(100);
|
||
LED_J=0;
|
||
dly_tsk(100);
|
||
|
||
}
|
||
requete.data.id = 'R';
|
||
requete.data.rtr = 1;
|
||
snd_dtq (CanTx,requete.msg);
|
||
rcv_dtq(CanRx,&reponse.msg);
|
||
alpha=reponse.data.val;
|
||
comm.data.id='V';
|
||
comm.data.rtr=0;
|
||
comm.data.val=100;
|
||
snd_dtq (CanTx,comm.msg);
|
||
}
|
||
|
||
}
|
||
|
||
|
||
|
||
void acqui()
|
||
{
|
||
CanFrame comm;
|
||
comm.data.id='T';
|
||
comm.data.rtr=0;
|
||
comm.data.val=-100;
|
||
snd_dtq (CanTx,comm.msg);
|
||
|
||
LED_V=!LED_V;
|
||
}
|
||
|
||
}
|
branch/Coccallotto/Emb_App/EmbM32C87App.hwp | ||
---|---|---|
[DATABASE_VERSION]
|
||
"2.8"
|
||
[PROJECT_DETAILS]
|
||
"EmbM32C87App" "E:\programmation\Travaux_Pratiques\Polytech_Ge_Travaux_Pratiques_2018\polytech-ge-info6-2018\trunk\tp_info6\Emb_App" "E:\programmation\Travaux_Pratiques\Polytech_Ge_Travaux_Pratiques_2018\polytech-ge-info6-2018\trunk\tp_info6\Emb_App\EmbM32C87App.hwp" "M16C/80,M32C" "Renesas M32C Standard" "Application" "M32C/80" "M32C/87(M32C/87)"
|
||
"EmbM32C87App" "E:\tp_info6_2018_Coccallotto\Emb_App" "E:\tp_info6_2018_Coccallotto\Emb_App\EmbM32C87App.hwp" "M16C/80,M32C" "Renesas M32C Standard" "Application" "M32C/80" "M32C/87(M32C/87)"
|
||
[INFORMATION]
|
||
"No project information available"
|
||
[TOOL_CHAIN]
|
||
"Renesas M32C Standard Toolchain" "5.42.00"
|
||
[CONFIGURATIONS]
|
||
"Debug" "E:\programmation\Travaux_Pratiques\Polytech_Ge_Travaux_Pratiques_2018\polytech-ge-info6-2018\trunk\tp_info6\Emb_App\Debug"
|
||
"Debug_M32C_FoUSB_UART" "E:\programmation\Travaux_Pratiques\Polytech_Ge_Travaux_Pratiques_2018\polytech-ge-info6-2018\trunk\tp_info6\Emb_App\Debug_M32C_FoUSB_UART"
|
||
"Debug_M32C_Simulator" "E:\programmation\Travaux_Pratiques\Polytech_Ge_Travaux_Pratiques_2018\polytech-ge-info6-2018\trunk\tp_info6\Emb_App\Debug_M32C_Simulator"
|
||
"Release" "E:\programmation\Travaux_Pratiques\Polytech_Ge_Travaux_Pratiques_2018\polytech-ge-info6-2018\trunk\tp_info6\Emb_App\Release"
|
||
"Debug" "E:\tp_info6_2018_Coccallotto\Emb_App\Debug"
|
||
"Debug_M32C_FoUSB_UART" "E:\tp_info6_2018_Coccallotto\Emb_App\Debug_M32C_FoUSB_UART"
|
||
"Debug_M32C_Simulator" "E:\tp_info6_2018_Coccallotto\Emb_App\Debug_M32C_Simulator"
|
||
"Release" "E:\tp_info6_2018_Coccallotto\Emb_App\Release"
|
||
[BUILD_PHASES]
|
||
"Renesas M32C Assembler" 1
|
||
"Renesas M32C C Compiler" 1
|
||
... | ... | |
"Relocatable file" "Renesas M32C Linker" "Renesas M32C Assembler"
|
||
"Relocatable file" "Renesas M32C Linker" "Renesas M32C C Compiler"
|
||
[PROJECT_FILES]
|
||
"E:\programmation\Travaux_Pratiques\Polytech_Ge_Travaux_Pratiques_2018\polytech-ge-info6-2018\trunk\tp_info6\Emb_App\conf_noyau.cfg" "User" "Configuration file" 2
|
||
"E:\programmation\Travaux_Pratiques\Polytech_Ge_Travaux_Pratiques_2018\polytech-ge-info6-2018\trunk\tp_info6\Emb_App\crt0mr.a30" "User" "Assembly source file" 2
|
||
"E:\programmation\Travaux_Pratiques\Polytech_Ge_Travaux_Pratiques_2018\polytech-ge-info6-2018\trunk\tp_info6\Emb_App\programme_principal_etud.c" "User" "C source file" 2
|
||
"E:\programmation\Travaux_Pratiques\Polytech_Ge_Travaux_Pratiques_2018\polytech-ge-info6-2018\trunk\tp_info6\bsp\can.c" "User" "C source file" 2
|
||
"E:\programmation\Travaux_Pratiques\Polytech_Ge_Travaux_Pratiques_2018\polytech-ge-info6-2018\trunk\tp_info6\bsp\can.h" "User" "C header file" 2
|
||
"E:\programmation\Travaux_Pratiques\Polytech_Ge_Travaux_Pratiques_2018\polytech-ge-info6-2018\trunk\tp_info6\bsp\carte_io.h" "User" "C header file" 2
|
||
"E:\programmation\Travaux_Pratiques\Polytech_Ge_Travaux_Pratiques_2018\polytech-ge-info6-2018\trunk\tp_info6\bsp\carte_m32.h" "User" "C header file" 2
|
||
"E:\programmation\Travaux_Pratiques\Polytech_Ge_Travaux_Pratiques_2018\polytech-ge-info6-2018\trunk\tp_info6\bsp\clavier.c" "User" "C source file" 2
|
||
"E:\programmation\Travaux_Pratiques\Polytech_Ge_Travaux_Pratiques_2018\polytech-ge-info6-2018\trunk\tp_info6\bsp\clavier.h" "User" "C header file" 2
|
||
"E:\programmation\Travaux_Pratiques\Polytech_Ge_Travaux_Pratiques_2018\polytech-ge-info6-2018\trunk\tp_info6\bsp\dma0.c" "User" "C source file" 2
|
||
"E:\programmation\Travaux_Pratiques\Polytech_Ge_Travaux_Pratiques_2018\polytech-ge-info6-2018\trunk\tp_info6\bsp\dma0.h" "User" "C header file" 2
|
||
"E:\programmation\Travaux_Pratiques\Polytech_Ge_Travaux_Pratiques_2018\polytech-ge-info6-2018\trunk\tp_info6\bsp\lcd.c" "User" "C source file" 2
|
||
"E:\programmation\Travaux_Pratiques\Polytech_Ge_Travaux_Pratiques_2018\polytech-ge-info6-2018\trunk\tp_info6\bsp\lcd.h" "User" "C header file" 2
|
||
"E:\programmation\Travaux_Pratiques\Polytech_Ge_Travaux_Pratiques_2018\polytech-ge-info6-2018\trunk\tp_info6\bsp\mli.c" "User" "C source file" 2
|
||
"E:\programmation\Travaux_Pratiques\Polytech_Ge_Travaux_Pratiques_2018\polytech-ge-info6-2018\trunk\tp_info6\bsp\mli.h" "User" "C header file" 2
|
||
"E:\programmation\Travaux_Pratiques\Polytech_Ge_Travaux_Pratiques_2018\polytech-ge-info6-2018\trunk\tp_info6\bsp\periph.c" "User" "C source file" 2
|
||
"E:\programmation\Travaux_Pratiques\Polytech_Ge_Travaux_Pratiques_2018\polytech-ge-info6-2018\trunk\tp_info6\bsp\periph.h" "User" "C header file" 2
|
||
"E:\programmation\Travaux_Pratiques\Polytech_Ge_Travaux_Pratiques_2018\polytech-ge-info6-2018\trunk\tp_info6\bsp\radiocommande.c" "User" "C source file" 2
|
||
"E:\programmation\Travaux_Pratiques\Polytech_Ge_Travaux_Pratiques_2018\polytech-ge-info6-2018\trunk\tp_info6\bsp\radiocommande.h" "User" "C header file" 2
|
||
"E:\programmation\Travaux_Pratiques\Polytech_Ge_Travaux_Pratiques_2018\polytech-ge-info6-2018\trunk\tp_info6\bsp\sfr32c83.h" "User" "C header file" 2
|
||
"E:\programmation\Travaux_Pratiques\Polytech_Ge_Travaux_Pratiques_2018\polytech-ge-info6-2018\trunk\tp_info6\bsp\sfr32c87.h" "User" "C header file" 2
|
||
"E:\programmation\Travaux_Pratiques\Polytech_Ge_Travaux_Pratiques_2018\polytech-ge-info6-2018\trunk\tp_info6\bsp\uart0.c" "User" "C source file" 2
|
||
"E:\programmation\Travaux_Pratiques\Polytech_Ge_Travaux_Pratiques_2018\polytech-ge-info6-2018\trunk\tp_info6\bsp\uart0.h" "User" "C header file" 2
|
||
"E:\tp_info6_2018_Coccallotto\Emb_App\conf_noyau.cfg" "User" "Configuration file" 2
|
||
"E:\tp_info6_2018_Coccallotto\Emb_App\crt0mr.a30" "User" "Assembly source file" 2
|
||
"E:\tp_info6_2018_Coccallotto\Emb_App\programme_principal_etud.c" "User" "C source file" 2
|
||
"E:\tp_info6_2018_Coccallotto\bsp\can.c" "User" "C source file" 2
|
||
"E:\tp_info6_2018_Coccallotto\bsp\can.h" "User" "C header file" 2
|
||
"E:\tp_info6_2018_Coccallotto\bsp\carte_io.h" "User" "C header file" 2
|
||
"E:\tp_info6_2018_Coccallotto\bsp\carte_m32.h" "User" "C header file" 2
|
||
"E:\tp_info6_2018_Coccallotto\bsp\clavier.c" "User" "C source file" 2
|
||
"E:\tp_info6_2018_Coccallotto\bsp\clavier.h" "User" "C header file" 2
|
||
"E:\tp_info6_2018_Coccallotto\bsp\dma0.c" "User" "C source file" 2
|
||
"E:\tp_info6_2018_Coccallotto\bsp\dma0.h" "User" "C header file" 2
|
||
"E:\tp_info6_2018_Coccallotto\bsp\lcd.c" "User" "C source file" 2
|
||
"E:\tp_info6_2018_Coccallotto\bsp\lcd.h" "User" "C header file" 2
|
||
"E:\tp_info6_2018_Coccallotto\bsp\mli.c" "User" "C source file" 2
|
||
"E:\tp_info6_2018_Coccallotto\bsp\mli.h" "User" "C header file" 2
|
||
"E:\tp_info6_2018_Coccallotto\bsp\periph.c" "User" "C source file" 2
|
||
"E:\tp_info6_2018_Coccallotto\bsp\periph.h" "User" "C header file" 2
|
||
"E:\tp_info6_2018_Coccallotto\bsp\radiocommande.c" "User" "C source file" 2
|
||
"E:\tp_info6_2018_Coccallotto\bsp\radiocommande.h" "User" "C header file" 2
|
||
"E:\tp_info6_2018_Coccallotto\bsp\sfr32c83.h" "User" "C header file" 2
|
||
"E:\tp_info6_2018_Coccallotto\bsp\sfr32c87.h" "User" "C header file" 2
|
||
"E:\tp_info6_2018_Coccallotto\bsp\uart0.c" "User" "C source file" 2
|
||
"E:\tp_info6_2018_Coccallotto\bsp\uart0.h" "User" "C header file" 2
|
||
[FOLDER]
|
||
"Assembly source file" "Assembly source file"
|
||
"C header file" "C header file"
|
||
... | ... | |
[ON_DEMAND_COMPONENTS_LOADED]
|
||
[SYNC_SESSION_NAMES]
|
||
[SESSIONS]
|
||
"DefaultSession" "E:\programmation\Travaux_Pratiques\Polytech_Ge_Travaux_Pratiques_2018\polytech-ge-info6-2018\trunk\tp_info6\Emb_App\DefaultSession.hsf" 0
|
||
"SessionM32C_E8a_system" "E:\programmation\Travaux_Pratiques\Polytech_Ge_Travaux_Pratiques_2018\polytech-ge-info6-2018\trunk\tp_info6\Emb_App\SessionM32C_E8a_system.hsf" 0
|
||
"SessionM32C_FoUSB_UART" "E:\programmation\Travaux_Pratiques\Polytech_Ge_Travaux_Pratiques_2018\polytech-ge-info6-2018\trunk\tp_info6\Emb_App\SessionM32C_FoUSB_UART.hsf" 0
|
||
"SessionM32C_Simulator" "E:\programmation\Travaux_Pratiques\Polytech_Ge_Travaux_Pratiques_2018\polytech-ge-info6-2018\trunk\tp_info6\Emb_App\SessionM32C_Simulator.hsf" 0
|
||
"DefaultSession" "E:\tp_info6_2018_Coccallotto\Emb_App\DefaultSession.hsf" 0
|
||
"SessionM32C_E8a_system" "E:\tp_info6_2018_Coccallotto\Emb_App\SessionM32C_E8a_system.hsf" 0
|
||
"SessionM32C_FoUSB_UART" "E:\tp_info6_2018_Coccallotto\Emb_App\SessionM32C_FoUSB_UART.hsf" 0
|
||
"SessionM32C_Simulator" "E:\tp_info6_2018_Coccallotto\Emb_App\SessionM32C_Simulator.hsf" 0
|
||
[GENERAL_DATA_SESSION_DefaultSession]
|
||
[GENERAL_DATA_SESSION_SessionM32C_E8a_system]
|
||
[GENERAL_DATA_SESSION_SessionM32C_FoUSB_UART]
|
||
[GENERAL_DATA_SESSION_SessionM32C_Simulator]
|
||
[OPTIONS_Debug_Renesas M32C Assembler]
|
||
"Assembly source file" "061cd8963acbbc10" 3
|
||
"E:\programmation\Travaux_Pratiques\Polytech_Ge_Travaux_Pratiques_2018\polytech-ge-info6-2018\trunk\tp_info6\Emb_App\crt0mr.a30" "061cd8963acbbc10" 3
|
||
"E:\tp_info6_2018_Coccallotto\Emb_App\crt0mr.a30" "061cd8963acbbc10" 3
|
||
[OPTIONS_Debug_Renesas M32C C Compiler]
|
||
"C source file" "0d1c724595684d10" 2
|
||
"E:\programmation\Travaux_Pratiques\Polytech_Ge_Travaux_Pratiques_2018\polytech-ge-info6-2018\trunk\tp_info6\Emb_App\programme_principal_etud.c" "0d1c724595684d10" 2
|
||
"E:\programmation\Travaux_Pratiques\Polytech_Ge_Travaux_Pratiques_2018\polytech-ge-info6-2018\trunk\tp_info6\bsp\can.c" "0d1c724595684d10" 2
|
||
"E:\programmation\Travaux_Pratiques\Polytech_Ge_Travaux_Pratiques_2018\polytech-ge-info6-2018\trunk\tp_info6\bsp\clavier.c" "0d1c724595684d10" 2
|
||
"E:\programmation\Travaux_Pratiques\Polytech_Ge_Travaux_Pratiques_2018\polytech-ge-info6-2018\trunk\tp_info6\bsp\dma0.c" "0d1c724595684d10" 2
|
||
"E:\programmation\Travaux_Pratiques\Polytech_Ge_Travaux_Pratiques_2018\polytech-ge-info6-2018\trunk\tp_info6\bsp\lcd.c" "0d1c724595684d10" 2
|
||
"E:\programmation\Travaux_Pratiques\Polytech_Ge_Travaux_Pratiques_2018\polytech-ge-info6-2018\trunk\tp_info6\bsp\mli.c" "0d1c724595684d10" 2
|
||
"E:\programmation\Travaux_Pratiques\Polytech_Ge_Travaux_Pratiques_2018\polytech-ge-info6-2018\trunk\tp_info6\bsp\periph.c" "0d1c724595684d10" 2
|
||
"E:\programmation\Travaux_Pratiques\Polytech_Ge_Travaux_Pratiques_2018\polytech-ge-info6-2018\trunk\tp_info6\bsp\radiocommande.c" "0d1c724595684d10" 2
|
||
"E:\programmation\Travaux_Pratiques\Polytech_Ge_Travaux_Pratiques_2018\polytech-ge-info6-2018\trunk\tp_info6\bsp\uart0.c" "0d1c724595684d10" 2
|
||
"E:\tp_info6_2018_Coccallotto\Emb_App\programme_principal_etud.c" "0d1c724595684d10" 2
|
||
"E:\tp_info6_2018_Coccallotto\bsp\can.c" "0d1c724595684d10" 2
|
||
"E:\tp_info6_2018_Coccallotto\bsp\clavier.c" "0d1c724595684d10" 2
|
||
"E:\tp_info6_2018_Coccallotto\bsp\dma0.c" "0d1c724595684d10" 2
|
||
"E:\tp_info6_2018_Coccallotto\bsp\lcd.c" "0d1c724595684d10" 2
|
||
"E:\tp_info6_2018_Coccallotto\bsp\mli.c" "0d1c724595684d10" 2
|
||
"E:\tp_info6_2018_Coccallotto\bsp\periph.c" "0d1c724595684d10" 2
|
||
"E:\tp_info6_2018_Coccallotto\bsp\radiocommande.c" "0d1c724595684d10" 2
|
||
"E:\tp_info6_2018_Coccallotto\bsp\uart0.c" "0d1c724595684d10" 2
|
||
[OPTIONS_Debug_Renesas M32C Configurator]
|
||
"Single Shot" "061cd8963acbbc10" 1
|
||
[OPTIONS_Debug_Renesas M32C Librarian]
|
||
... | ... | |
[GENERAL_DATA_CONFIGURATION_Debug]
|
||
[OPTIONS_Debug_M32C_FoUSB_UART_Renesas M32C Assembler]
|
||
"Assembly source file" "061cd8963acbbc10" 3
|
||
"E:\programmation\Travaux_Pratiques\Polytech_Ge_Travaux_Pratiques_2018\polytech-ge-info6-2018\trunk\tp_info6\Emb_App\crt0mr.a30" "061cd8963acbbc10" 3
|
||
"E:\tp_info6_2018_Coccallotto\Emb_App\crt0mr.a30" "061cd8963acbbc10" 3
|
||
[OPTIONS_Debug_M32C_FoUSB_UART_Renesas M32C C Compiler]
|
||
"C source file" "061cd8963acbbc10" 2
|
||
"E:\programmation\Travaux_Pratiques\Polytech_Ge_Travaux_Pratiques_2018\polytech-ge-info6-2018\trunk\tp_info6\Emb_App\programme_principal_etud.c" "061041b59a3acc10" 2
|
||
"E:\programmation\Travaux_Pratiques\Polytech_Ge_Travaux_Pratiques_2018\polytech-ge-info6-2018\trunk\tp_info6\bsp\can.c" "032b447e85684d10" 2
|
||
"E:\programmation\Travaux_Pratiques\Polytech_Ge_Travaux_Pratiques_2018\polytech-ge-info6-2018\trunk\tp_info6\bsp\clavier.c" "032b447e85684d10" 2
|
||
"E:\programmation\Travaux_Pratiques\Polytech_Ge_Travaux_Pratiques_2018\polytech-ge-info6-2018\trunk\tp_info6\bsp\dma0.c" "032b447e85684d10" 2
|
||
"E:\programmation\Travaux_Pratiques\Polytech_Ge_Travaux_Pratiques_2018\polytech-ge-info6-2018\trunk\tp_info6\bsp\lcd.c" "032b447e85684d10" 2
|
||
"E:\programmation\Travaux_Pratiques\Polytech_Ge_Travaux_Pratiques_2018\polytech-ge-info6-2018\trunk\tp_info6\bsp\mli.c" "032b447e85684d10" 2
|
||
"E:\programmation\Travaux_Pratiques\Polytech_Ge_Travaux_Pratiques_2018\polytech-ge-info6-2018\trunk\tp_info6\bsp\periph.c" "032b447e85684d10" 2
|
||
"E:\programmation\Travaux_Pratiques\Polytech_Ge_Travaux_Pratiques_2018\polytech-ge-info6-2018\trunk\tp_info6\bsp\radiocommande.c" "032b447e85684d10" 2
|
||
"E:\programmation\Travaux_Pratiques\Polytech_Ge_Travaux_Pratiques_2018\polytech-ge-info6-2018\trunk\tp_info6\bsp\uart0.c" "032b447e85684d10" 2
|
||
"E:\tp_info6_2018_Coccallotto\Emb_App\programme_principal_etud.c" "061041b59a3acc10" 2
|
||
"E:\tp_info6_2018_Coccallotto\bsp\can.c" "032b447e85684d10" 2
|
||
"E:\tp_info6_2018_Coccallotto\bsp\clavier.c" "032b447e85684d10" 2
|
||
"E:\tp_info6_2018_Coccallotto\bsp\dma0.c" "032b447e85684d10" 2
|
||
"E:\tp_info6_2018_Coccallotto\bsp\lcd.c" "032b447e85684d10" 2
|
||
"E:\tp_info6_2018_Coccallotto\bsp\mli.c" "032b447e85684d10" 2
|
||
"E:\tp_info6_2018_Coccallotto\bsp\periph.c" "032b447e85684d10" 2
|
||
"E:\tp_info6_2018_Coccallotto\bsp\radiocommande.c" "032b447e85684d10" 2
|
||
"E:\tp_info6_2018_Coccallotto\bsp\uart0.c" "032b447e85684d10" 2
|
||
[OPTIONS_Debug_M32C_FoUSB_UART_Renesas M32C Configurator]
|
||
"Single Shot" "061cd8963acbbc10" 1
|
||
[OPTIONS_Debug_M32C_FoUSB_UART_Renesas M32C Librarian]
|
||
... | ... | |
[GENERAL_DATA_CONFIGURATION_Debug_M32C_FoUSB_UART]
|
||
[OPTIONS_Debug_M32C_Simulator_Renesas M32C Assembler]
|
||
"Assembly source file" "061cd8963acbbc10" 3
|
||
"E:\programmation\Travaux_Pratiques\Polytech_Ge_Travaux_Pratiques_2018\polytech-ge-info6-2018\trunk\tp_info6\Emb_App\crt0mr.a30" "061cd8963acbbc10" 3
|
||
"E:\tp_info6_2018_Coccallotto\Emb_App\crt0mr.a30" "061cd8963acbbc10" 3
|
||
[OPTIONS_Debug_M32C_Simulator_Renesas M32C C Compiler]
|
||
"C source file" "061cd8963acbbc10" 2
|
||
"E:\programmation\Travaux_Pratiques\Polytech_Ge_Travaux_Pratiques_2018\polytech-ge-info6-2018\trunk\tp_info6\Emb_App\programme_principal_etud.c" "061041b59a3acc10" 2
|
||
"E:\programmation\Travaux_Pratiques\Polytech_Ge_Travaux_Pratiques_2018\polytech-ge-info6-2018\trunk\tp_info6\bsp\can.c" "032b447e85684d10" 2
|
||
"E:\programmation\Travaux_Pratiques\Polytech_Ge_Travaux_Pratiques_2018\polytech-ge-info6-2018\trunk\tp_info6\bsp\clavier.c" "032b447e85684d10" 2
|
||
"E:\programmation\Travaux_Pratiques\Polytech_Ge_Travaux_Pratiques_2018\polytech-ge-info6-2018\trunk\tp_info6\bsp\dma0.c" "032b447e85684d10" 2
|
||
"E:\programmation\Travaux_Pratiques\Polytech_Ge_Travaux_Pratiques_2018\polytech-ge-info6-2018\trunk\tp_info6\bsp\lcd.c" "032b447e85684d10" 2
|
||
"E:\programmation\Travaux_Pratiques\Polytech_Ge_Travaux_Pratiques_2018\polytech-ge-info6-2018\trunk\tp_info6\bsp\mli.c" "032b447e85684d10" 2
|
||
"E:\programmation\Travaux_Pratiques\Polytech_Ge_Travaux_Pratiques_2018\polytech-ge-info6-2018\trunk\tp_info6\bsp\periph.c" "032b447e85684d10" 2
|
||
"E:\programmation\Travaux_Pratiques\Polytech_Ge_Travaux_Pratiques_2018\polytech-ge-info6-2018\trunk\tp_info6\bsp\radiocommande.c" "032b447e85684d10" 2
|
||
"E:\programmation\Travaux_Pratiques\Polytech_Ge_Travaux_Pratiques_2018\polytech-ge-info6-2018\trunk\tp_info6\bsp\uart0.c" "032b447e85684d10" 2
|
||
"E:\tp_info6_2018_Coccallotto\Emb_App\programme_principal_etud.c" "061041b59a3acc10" 2
|
||
"E:\tp_info6_2018_Coccallotto\bsp\can.c" "032b447e85684d10" 2
|
||
"E:\tp_info6_2018_Coccallotto\bsp\clavier.c" "032b447e85684d10" 2
|
||
"E:\tp_info6_2018_Coccallotto\bsp\dma0.c" "032b447e85684d10" 2
|
||
"E:\tp_info6_2018_Coccallotto\bsp\lcd.c" "032b447e85684d10" 2
|
||
"E:\tp_info6_2018_Coccallotto\bsp\mli.c" "032b447e85684d10" 2
|
||
"E:\tp_info6_2018_Coccallotto\bsp\periph.c" "032b447e85684d10" 2
|
||
"E:\tp_info6_2018_Coccallotto\bsp\radiocommande.c" "032b447e85684d10" 2
|
||
"E:\tp_info6_2018_Coccallotto\bsp\uart0.c" "032b447e85684d10" 2
|
||
[OPTIONS_Debug_M32C_Simulator_Renesas M32C Configurator]
|
||
"Single Shot" "061cd8963acbbc10" 1
|
||
[OPTIONS_Debug_M32C_Simulator_Renesas M32C Librarian]
|
||
... | ... | |
[GENERAL_DATA_CONFIGURATION_Debug_M32C_Simulator]
|
||
[OPTIONS_Release_Renesas M32C Assembler]
|
||
"Assembly source file" "061cd8963acbbc10" 3
|
||
"E:\programmation\Travaux_Pratiques\Polytech_Ge_Travaux_Pratiques_2018\polytech-ge-info6-2018\trunk\tp_info6\Emb_App\crt0mr.a30" "061cd8963acbbc10" 3
|
||
"E:\tp_info6_2018_Coccallotto\Emb_App\crt0mr.a30" "061cd8963acbbc10" 3
|
||
[OPTIONS_Release_Renesas M32C C Compiler]
|
||
"C source file" "061cd8963acbbc10" 2
|
||
"E:\programmation\Travaux_Pratiques\Polytech_Ge_Travaux_Pratiques_2018\polytech-ge-info6-2018\trunk\tp_info6\Emb_App\programme_principal_etud.c" "061041b59a3acc10" 2
|
||
"E:\programmation\Travaux_Pratiques\Polytech_Ge_Travaux_Pratiques_2018\polytech-ge-info6-2018\trunk\tp_info6\bsp\can.c" "032b447e85684d10" 2
|
||
"E:\programmation\Travaux_Pratiques\Polytech_Ge_Travaux_Pratiques_2018\polytech-ge-info6-2018\trunk\tp_info6\bsp\clavier.c" "032b447e85684d10" 2
|
||
"E:\programmation\Travaux_Pratiques\Polytech_Ge_Travaux_Pratiques_2018\polytech-ge-info6-2018\trunk\tp_info6\bsp\dma0.c" "032b447e85684d10" 2
|
||
"E:\programmation\Travaux_Pratiques\Polytech_Ge_Travaux_Pratiques_2018\polytech-ge-info6-2018\trunk\tp_info6\bsp\lcd.c" "032b447e85684d10" 2
|
||
"E:\programmation\Travaux_Pratiques\Polytech_Ge_Travaux_Pratiques_2018\polytech-ge-info6-2018\trunk\tp_info6\bsp\mli.c" "032b447e85684d10" 2
|
||
"E:\programmation\Travaux_Pratiques\Polytech_Ge_Travaux_Pratiques_2018\polytech-ge-info6-2018\trunk\tp_info6\bsp\periph.c" "032b447e85684d10" 2
|
||
"E:\programmation\Travaux_Pratiques\Polytech_Ge_Travaux_Pratiques_2018\polytech-ge-info6-2018\trunk\tp_info6\bsp\radiocommande.c" "032b447e85684d10" 2
|
||
"E:\programmation\Travaux_Pratiques\Polytech_Ge_Travaux_Pratiques_2018\polytech-ge-info6-2018\trunk\tp_info6\bsp\uart0.c" "032b447e85684d10" 2
|
||
"E:\tp_info6_2018_Coccallotto\Emb_App\programme_principal_etud.c" "061041b59a3acc10" 2
|
||
"E:\tp_info6_2018_Coccallotto\bsp\can.c" "032b447e85684d10" 2
|
||
"E:\tp_info6_2018_Coccallotto\bsp\clavier.c" "032b447e85684d10" 2
|
||
"E:\tp_info6_2018_Coccallotto\bsp\dma0.c" "032b447e85684d10" 2
|
||
"E:\tp_info6_2018_Coccallotto\bsp\lcd.c" "032b447e85684d10" 2
|
||
"E:\tp_info6_2018_Coccallotto\bsp\mli.c" "032b447e85684d10" 2
|
||
"E:\tp_info6_2018_Coccallotto\bsp\periph.c" "032b447e85684d10" 2
|
||
"E:\tp_info6_2018_Coccallotto\bsp\radiocommande.c" "032b447e85684d10" 2
|
||
"E:\tp_info6_2018_Coccallotto\bsp\uart0.c" "032b447e85684d10" 2
|
||
[OPTIONS_Release_Renesas M32C Configurator]
|
||
"Single Shot" "061cd8963acbbc10" 1
|
||
[OPTIONS_Release_Renesas M32C Librarian]
|
branch/Coccallotto/Emb_App/EmbM32C87App.tps | ||
---|---|---|
"SessionM32C_E8a_system"
|
||
[GENERAL_DATA_PROJECT]
|
||
[GENERAL_DATA_CONFIGURATION_Debug]
|
||
"PROJECT_FILES_MODIFIED_DATA_TAG" "TRUE"
|
||
"PROJECT_FILES_MODIFIED_DATA_TAG" "FALSE"
|
||
[SESSIONS_Debug]
|
||
"DefaultSession"
|
||
"SessionM32C_E8a_system"
|
branch/Coccallotto/Emb_App.hws | ||
---|---|---|
[DATABASE_VERSION]
|
||
"11.0"
|
||
[WORKSPACE_DETAILS]
|
||
"Emb_App" "E:\programmation\Travaux_Pratiques\Polytech_Ge_Travaux_Pratiques_2018\polytech-ge-info6-2018\trunk\tp_info6" "E:\programmation\Travaux_Pratiques\Polytech_Ge_Travaux_Pratiques_2018\polytech-ge-info6-2018\trunk\tp_info6\Emb_App.hws" "M16C/80,M32C" "Renesas M32C Standard"
|
||
"Emb_App" "E:\tp_info6_2018_Coccallotto" "E:\tp_info6_2018_Coccallotto\Emb_App.hws" "M16C/80,M32C" "Renesas M32C Standard"
|
||
[SHARED_WORKSPACE_CONTROL_STATUS]
|
||
"" "" ""
|
||
"" "" ""
|
||
[PROJECTS]
|
||
"EmbM32C87App" "E:\programmation\Travaux_Pratiques\Polytech_Ge_Travaux_Pratiques_2018\polytech-ge-info6-2018\trunk\tp_info6\Emb_App" "E:\programmation\Travaux_Pratiques\Polytech_Ge_Travaux_Pratiques_2018\polytech-ge-info6-2018\trunk\tp_info6\Emb_App\EmbM32C87App.hwp" 4
|
||
"EmbM32C87App" "E:\tp_info6_2018_Coccallotto\Emb_App" "E:\tp_info6_2018_Coccallotto\Emb_App\EmbM32C87App.hwp" 4
|
||
[INFORMATION]
|
||
"No workspace information available"
|
||
[SCRAP]
|
Formats disponibles : Unified diff
lecture de la vitesse angulaire ok