Révision 144
Ajouté par maantourou il y a plus de 6 ans
branch/Antourou/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_2016_antourou\bsp\can.c"
|
||
"E:\tp_info6_2016_antourou\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_2016_antourou\Emb_App\programme_principal_etud.c" -8 -30 1596 539 1 1
|
||
"E:\tp_info6_2016_antourou\bsp\can.c" 50 50 1430 351 0 0
|
||
[LOADED_PROJECTS]
|
||
"EmbM32C87App"
|
||
[END]
|
branch/Antourou/Emb_App/programme_principal_etud.c | ||
---|---|---|
#include "can.h"
|
||
#include "carte_io.h"
|
||
#include "carte_m32.h"
|
||
#include <math.h>
|
||
|
||
#include <math.h>
|
||
unsigned int vf; // valeur de l'angle renvoy?e par le simulateur
|
||
// Potentiometre: lire les registres ad00 et ad01, les valeurs sont sur 10 bits.
|
||
|
||
// Clavier: vrcv_dtq(QdmTouche,&code_touche) pour lire la derniere touche appuyee sur le clavier.
|
||
... | ... | |
|
||
// Les evenements:
|
||
// Si le simulateur envoi un evenement sur 16 bits il est recu grace a:
|
||
// par exemple: wai_flg(event,(FLGPTN) 0x0007,TWF_ORW,&flag); // Declarer la variable flag comme : FLGPTN flag
|
||
// par exemple: wai_flg(event,(FLGPTN) 0x0007,TWF_ORW,&flag); // Declarer la variable flag comme : FLGPTN flag////////////
|
||
// Attention l'evenement n'est pas efface apres reception, il faut donc utiliser clr_flg(event,~flag); par example
|
||
//Bit Information associee Remarque
|
||
//0 Capteur Vert, remis a zero lors de la lecture du peripherique 'C'
|
||
... | ... | |
|
||
void main()
|
||
{
|
||
CanFrame comm;
|
||
ports_mcu();
|
||
lcd_init();
|
||
periph_init();
|
||
... | ... | |
capture_init();
|
||
|
||
sta_cyc(ID_acqui);
|
||
// sta_tsk(ID_periph_rx);
|
||
sta_tsk(ID_periph_rx);
|
||
|
||
while(1)
|
||
{
|
||
LED_J=1;
|
||
dly_tsk(100);
|
||
LED_J=0;
|
||
dly_tsk(100);
|
||
LED_J=0;
|
||
dly_tsk(100);
|
||
|
||
// commander la vitesse de rotation de la tourelle
|
||
comm.data.id='T';
|
||
comm.data.rtr=0;
|
||
comm.data.val=450;
|
||
snd_dtq (CanTx,comm.msg);
|
||
dly_tsk(100);
|
||
|
||
}
|
||
}
|
||
|
branch/Antourou/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_2016_antourou\Emb_App" "E:\tp_info6_2016_antourou\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_2016_antourou\Emb_App\Debug"
|
||
"Debug_M32C_FoUSB_UART" "E:\tp_info6_2016_antourou\Emb_App\Debug_M32C_FoUSB_UART"
|
||
"Debug_M32C_Simulator" "E:\tp_info6_2016_antourou\Emb_App\Debug_M32C_Simulator"
|
||
"Release" "E:\tp_info6_2016_antourou\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_2016_antourou\Emb_App\conf_noyau.cfg" "User" "Configuration file" 2
|
||
"E:\tp_info6_2016_antourou\Emb_App\crt0mr.a30" "User" "Assembly source file" 2
|
||
"E:\tp_info6_2016_antourou\Emb_App\programme_principal_etud.c" "User" "C source file" 2
|
||
"E:\tp_info6_2016_antourou\bsp\can.c" "User" "C source file" 2
|
||
"E:\tp_info6_2016_antourou\bsp\can.h" "User" "C header file" 2
|
||
"E:\tp_info6_2016_antourou\bsp\carte_io.h" "User" "C header file" 2
|
||
"E:\tp_info6_2016_antourou\bsp\carte_m32.h" "User" "C header file" 2
|
||
"E:\tp_info6_2016_antourou\bsp\clavier.c" "User" "C source file" 2
|
||
"E:\tp_info6_2016_antourou\bsp\clavier.h" "User" "C header file" 2
|
||
"E:\tp_info6_2016_antourou\bsp\dma0.c" "User" "C source file" 2
|
||
"E:\tp_info6_2016_antourou\bsp\dma0.h" "User" "C header file" 2
|
||
"E:\tp_info6_2016_antourou\bsp\lcd.c" "User" "C source file" 2
|
||
"E:\tp_info6_2016_antourou\bsp\lcd.h" "User" "C header file" 2
|
||
"E:\tp_info6_2016_antourou\bsp\mli.c" "User" "C source file" 2
|
||
"E:\tp_info6_2016_antourou\bsp\mli.h" "User" "C header file" 2
|
||
"E:\tp_info6_2016_antourou\bsp\periph.c" "User" "C source file" 2
|
||
"E:\tp_info6_2016_antourou\bsp\periph.h" "User" "C header file" 2
|
||
"E:\tp_info6_2016_antourou\bsp\radiocommande.c" "User" "C source file" 2
|
||
"E:\tp_info6_2016_antourou\bsp\radiocommande.h" "User" "C header file" 2
|
||
"E:\tp_info6_2016_antourou\bsp\sfr32c83.h" "User" "C header file" 2
|
||
"E:\tp_info6_2016_antourou\bsp\sfr32c87.h" "User" "C header file" 2
|
||
"E:\tp_info6_2016_antourou\bsp\uart0.c" "User" "C source file" 2
|
||
"E:\tp_info6_2016_antourou\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_2016_antourou\Emb_App\DefaultSession.hsf" 0
|
||
"SessionM32C_E8a_system" "E:\tp_info6_2016_antourou\Emb_App\SessionM32C_E8a_system.hsf" 0
|
||
"SessionM32C_FoUSB_UART" "E:\tp_info6_2016_antourou\Emb_App\SessionM32C_FoUSB_UART.hsf" 0
|
||
"SessionM32C_Simulator" "E:\tp_info6_2016_antourou\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_2016_antourou\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_2016_antourou\Emb_App\programme_principal_etud.c" "0d1c724595684d10" 2
|
||
"E:\tp_info6_2016_antourou\bsp\can.c" "0d1c724595684d10" 2
|
||
"E:\tp_info6_2016_antourou\bsp\clavier.c" "0d1c724595684d10" 2
|
||
"E:\tp_info6_2016_antourou\bsp\dma0.c" "0d1c724595684d10" 2
|
||
"E:\tp_info6_2016_antourou\bsp\lcd.c" "0d1c724595684d10" 2
|
||
"E:\tp_info6_2016_antourou\bsp\mli.c" "0d1c724595684d10" 2
|
||
"E:\tp_info6_2016_antourou\bsp\periph.c" "0d1c724595684d10" 2
|
||
"E:\tp_info6_2016_antourou\bsp\radiocommande.c" "0d1c724595684d10" 2
|
||
"E:\tp_info6_2016_antourou\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_2016_antourou\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_2016_antourou\Emb_App\programme_principal_etud.c" "061041b59a3acc10" 2
|
||
"E:\tp_info6_2016_antourou\bsp\can.c" "032b447e85684d10" 2
|
||
"E:\tp_info6_2016_antourou\bsp\clavier.c" "032b447e85684d10" 2
|
||
"E:\tp_info6_2016_antourou\bsp\dma0.c" "032b447e85684d10" 2
|
||
"E:\tp_info6_2016_antourou\bsp\lcd.c" "032b447e85684d10" 2
|
||
"E:\tp_info6_2016_antourou\bsp\mli.c" "032b447e85684d10" 2
|
||
"E:\tp_info6_2016_antourou\bsp\periph.c" "032b447e85684d10" 2
|
||
"E:\tp_info6_2016_antourou\bsp\radiocommande.c" "032b447e85684d10" 2
|
||
"E:\tp_info6_2016_antourou\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_2016_antourou\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_2016_antourou\Emb_App\programme_principal_etud.c" "061041b59a3acc10" 2
|
||
"E:\tp_info6_2016_antourou\bsp\can.c" "032b447e85684d10" 2
|
||
"E:\tp_info6_2016_antourou\bsp\clavier.c" "032b447e85684d10" 2
|
||
"E:\tp_info6_2016_antourou\bsp\dma0.c" "032b447e85684d10" 2
|
||
"E:\tp_info6_2016_antourou\bsp\lcd.c" "032b447e85684d10" 2
|
||
"E:\tp_info6_2016_antourou\bsp\mli.c" "032b447e85684d10" 2
|
||
"E:\tp_info6_2016_antourou\bsp\periph.c" "032b447e85684d10" 2
|
||
"E:\tp_info6_2016_antourou\bsp\radiocommande.c" "032b447e85684d10" 2
|
||
"E:\tp_info6_2016_antourou\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_2016_antourou\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_2016_antourou\Emb_App\programme_principal_etud.c" "061041b59a3acc10" 2
|
||
"E:\tp_info6_2016_antourou\bsp\can.c" "032b447e85684d10" 2
|
||
"E:\tp_info6_2016_antourou\bsp\clavier.c" "032b447e85684d10" 2
|
||
"E:\tp_info6_2016_antourou\bsp\dma0.c" "032b447e85684d10" 2
|
||
"E:\tp_info6_2016_antourou\bsp\lcd.c" "032b447e85684d10" 2
|
||
"E:\tp_info6_2016_antourou\bsp\mli.c" "032b447e85684d10" 2
|
||
"E:\tp_info6_2016_antourou\bsp\periph.c" "032b447e85684d10" 2
|
||
"E:\tp_info6_2016_antourou\bsp\radiocommande.c" "032b447e85684d10" 2
|
||
"E:\tp_info6_2016_antourou\bsp\uart0.c" "032b447e85684d10" 2
|
||
[OPTIONS_Release_Renesas M32C Configurator]
|
||
"Single Shot" "061cd8963acbbc10" 1
|
||
[OPTIONS_Release_Renesas M32C Librarian]
|
branch/Antourou/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/Antourou/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_2016_antourou" "E:\tp_info6_2016_antourou\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_2016_antourou\Emb_App" "E:\tp_info6_2016_antourou\Emb_App\EmbM32C87App.hwp" 4
|
||
[INFORMATION]
|
||
"No workspace information available"
|
||
[SCRAP]
|
Formats disponibles : Unified diff
rotation de la tourelle Val