From 06bcff95c0411907214f8a3e7dc46d5bb20615d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20MARQUET?= <72651575+BreizhHardware@users.noreply.github.com> Date: Tue, 17 Jun 2025 16:59:14 +0200 Subject: [PATCH] TP1 Exo 2 --- TP1/.cproject | 32 +- TP1/.project | 2 +- TP1/{TP1.ioc => TP1_somme.ioc} | 0 TP1_BPLED1/.cproject | 172 + TP1_BPLED1/.mxproject | 25 + TP1_BPLED1/.project | 32 + .../com.st.stm32cube.ide.mcu.sfrview.prefs | 2 + TP1_BPLED1/.settings/language.settings.xml | 25 + .../org.eclipse.core.resources.prefs | 2 + .../.settings/stm32cubeide.project.prefs | 5 + TP1_BPLED1/Core/Inc/main.h | 69 + TP1_BPLED1/Core/Inc/stm32l1xx_hal_conf.h | 318 + TP1_BPLED1/Core/Inc/stm32l1xx_it.h | 66 + TP1_BPLED1/Core/Src/main.c | 252 + TP1_BPLED1/Core/Src/stm32l1xx_hal_msp.c | 83 + TP1_BPLED1/Core/Src/stm32l1xx_it.c | 203 + TP1_BPLED1/Core/Src/syscalls.c | 176 + TP1_BPLED1/Core/Src/sysmem.c | 79 + TP1_BPLED1/Core/Src/system_stm32l1xx.c | 428 + .../Core/Startup/startup_stm32l152retx.s | 413 + TP1_BPLED1/Debug/Core/Src/main.cyclo | 8 + TP1_BPLED1/Debug/Core/Src/main.d | 50 + TP1_BPLED1/Debug/Core/Src/main.o | Bin 0 -> 705660 bytes TP1_BPLED1/Debug/Core/Src/main.su | 8 + .../Debug/Core/Src/stm32l1xx_hal_msp.cyclo | 1 + TP1_BPLED1/Debug/Core/Src/stm32l1xx_hal_msp.d | 50 + TP1_BPLED1/Debug/Core/Src/stm32l1xx_hal_msp.o | Bin 0 -> 700308 bytes .../Debug/Core/Src/stm32l1xx_hal_msp.su | 1 + TP1_BPLED1/Debug/Core/Src/stm32l1xx_it.cyclo | 9 + TP1_BPLED1/Debug/Core/Src/stm32l1xx_it.d | 52 + TP1_BPLED1/Debug/Core/Src/stm32l1xx_it.o | Bin 0 -> 701968 bytes TP1_BPLED1/Debug/Core/Src/stm32l1xx_it.su | 9 + TP1_BPLED1/Debug/Core/Src/subdir.mk | 42 + TP1_BPLED1/Debug/Core/Src/syscalls.cyclo | 18 + TP1_BPLED1/Debug/Core/Src/syscalls.d | 1 + TP1_BPLED1/Debug/Core/Src/syscalls.o | Bin 0 -> 83420 bytes TP1_BPLED1/Debug/Core/Src/syscalls.su | 18 + TP1_BPLED1/Debug/Core/Src/sysmem.cyclo | 1 + TP1_BPLED1/Debug/Core/Src/sysmem.d | 1 + TP1_BPLED1/Debug/Core/Src/sysmem.o | Bin 0 -> 55888 bytes TP1_BPLED1/Debug/Core/Src/sysmem.su | 1 + .../Debug/Core/Src/system_stm32l1xx.cyclo | 2 + TP1_BPLED1/Debug/Core/Src/system_stm32l1xx.d | 49 + TP1_BPLED1/Debug/Core/Src/system_stm32l1xx.o | Bin 0 -> 702152 bytes TP1_BPLED1/Debug/Core/Src/system_stm32l1xx.su | 2 + .../Core/Startup/startup_stm32l152retx.d | 2 + .../Core/Startup/startup_stm32l152retx.o | Bin 0 -> 6028 bytes TP1_BPLED1/Debug/Core/Startup/subdir.mk | 27 + .../Src/stm32l1xx_hal.cyclo | 25 + .../STM32L1xx_HAL_Driver/Src/stm32l1xx_hal.d | 50 + .../STM32L1xx_HAL_Driver/Src/stm32l1xx_hal.o | Bin 0 -> 713236 bytes .../STM32L1xx_HAL_Driver/Src/stm32l1xx_hal.su | 25 + .../Src/stm32l1xx_hal_cortex.cyclo | 34 + .../Src/stm32l1xx_hal_cortex.d | 50 + .../Src/stm32l1xx_hal_cortex.o | Bin 0 -> 719332 bytes .../Src/stm32l1xx_hal_cortex.su | 34 + .../Src/stm32l1xx_hal_dma.cyclo | 13 + .../Src/stm32l1xx_hal_dma.d | 50 + .../Src/stm32l1xx_hal_dma.o | Bin 0 -> 710204 bytes .../Src/stm32l1xx_hal_dma.su | 13 + .../Src/stm32l1xx_hal_exti.cyclo | 9 + .../Src/stm32l1xx_hal_exti.d | 50 + .../Src/stm32l1xx_hal_exti.o | Bin 0 -> 705908 bytes .../Src/stm32l1xx_hal_exti.su | 9 + .../Src/stm32l1xx_hal_flash.cyclo | 13 + .../Src/stm32l1xx_hal_flash.d | 50 + .../Src/stm32l1xx_hal_flash.o | Bin 0 -> 707900 bytes .../Src/stm32l1xx_hal_flash.su | 13 + .../Src/stm32l1xx_hal_flash_ex.cyclo | 31 + .../Src/stm32l1xx_hal_flash_ex.d | 50 + .../Src/stm32l1xx_hal_flash_ex.o | Bin 0 -> 721168 bytes .../Src/stm32l1xx_hal_flash_ex.su | 31 + .../Src/stm32l1xx_hal_flash_ramfunc.cyclo | 10 + .../Src/stm32l1xx_hal_flash_ramfunc.d | 50 + .../Src/stm32l1xx_hal_flash_ramfunc.o | Bin 0 -> 706768 bytes .../Src/stm32l1xx_hal_flash_ramfunc.su | 10 + .../Src/stm32l1xx_hal_gpio.cyclo | 8 + .../Src/stm32l1xx_hal_gpio.d | 50 + .../Src/stm32l1xx_hal_gpio.o | Bin 0 -> 706540 bytes .../Src/stm32l1xx_hal_gpio.su | 8 + .../Src/stm32l1xx_hal_pwr.cyclo | 17 + .../Src/stm32l1xx_hal_pwr.d | 50 + .../Src/stm32l1xx_hal_pwr.o | Bin 0 -> 708784 bytes .../Src/stm32l1xx_hal_pwr.su | 17 + .../Src/stm32l1xx_hal_pwr_ex.cyclo | 7 + .../Src/stm32l1xx_hal_pwr_ex.d | 50 + .../Src/stm32l1xx_hal_pwr_ex.o | Bin 0 -> 703444 bytes .../Src/stm32l1xx_hal_pwr_ex.su | 7 + .../Src/stm32l1xx_hal_rcc.cyclo | 15 + .../Src/stm32l1xx_hal_rcc.d | 50 + .../Src/stm32l1xx_hal_rcc.o | Bin 0 -> 715684 bytes .../Src/stm32l1xx_hal_rcc.su | 15 + .../Src/stm32l1xx_hal_rcc_ex.cyclo | 8 + .../Src/stm32l1xx_hal_rcc_ex.d | 50 + .../Src/stm32l1xx_hal_rcc_ex.o | Bin 0 -> 705432 bytes .../Src/stm32l1xx_hal_rcc_ex.su | 8 + .../STM32L1xx_HAL_Driver/Src/subdir.mk | 60 + TP1_BPLED1/Debug/TP1_BPLED1.elf | Bin 0 -> 664300 bytes TP1_BPLED1/Debug/TP1_BPLED1.list | 4045 ++++++++ TP1_BPLED1/Debug/TP1_BPLED1.map | 2546 +++++ TP1_BPLED1/Debug/makefile | 94 + TP1_BPLED1/Debug/objects.list | 19 + TP1_BPLED1/Debug/objects.mk | 9 + TP1_BPLED1/Debug/sources.mk | 28 + .../Device/ST/STM32L1xx/Include/stm32l152xe.h | 9022 +++++++++++++++++ .../Device/ST/STM32L1xx/Include/stm32l1xx.h | 299 + .../ST/STM32L1xx/Include/system_stm32l1xx.h | 107 + .../CMSIS/Device/ST/STM32L1xx/LICENSE.txt | 6 + .../CMSIS/Device/ST/STM32L1xx/License.md | 83 + .../Drivers/CMSIS/Include/cmsis_armcc.h | 865 ++ .../Drivers/CMSIS/Include/cmsis_armclang.h | 1869 ++++ .../Drivers/CMSIS/Include/cmsis_compiler.h | 266 + TP1_BPLED1/Drivers/CMSIS/Include/cmsis_gcc.h | 2085 ++++ .../Drivers/CMSIS/Include/cmsis_iccarm.h | 935 ++ .../Drivers/CMSIS/Include/cmsis_version.h | 39 + .../Drivers/CMSIS/Include/core_armv8mbl.h | 1918 ++++ .../Drivers/CMSIS/Include/core_armv8mml.h | 2927 ++++++ TP1_BPLED1/Drivers/CMSIS/Include/core_cm0.h | 949 ++ .../Drivers/CMSIS/Include/core_cm0plus.h | 1083 ++ TP1_BPLED1/Drivers/CMSIS/Include/core_cm1.h | 976 ++ TP1_BPLED1/Drivers/CMSIS/Include/core_cm23.h | 1993 ++++ TP1_BPLED1/Drivers/CMSIS/Include/core_cm3.h | 1941 ++++ TP1_BPLED1/Drivers/CMSIS/Include/core_cm33.h | 3002 ++++++ TP1_BPLED1/Drivers/CMSIS/Include/core_cm4.h | 2129 ++++ TP1_BPLED1/Drivers/CMSIS/Include/core_cm7.h | 2671 +++++ TP1_BPLED1/Drivers/CMSIS/Include/core_sc000.h | 1022 ++ TP1_BPLED1/Drivers/CMSIS/Include/core_sc300.h | 1915 ++++ TP1_BPLED1/Drivers/CMSIS/Include/mpu_armv7.h | 270 + TP1_BPLED1/Drivers/CMSIS/Include/mpu_armv8.h | 333 + TP1_BPLED1/Drivers/CMSIS/Include/tz_context.h | 70 + TP1_BPLED1/Drivers/CMSIS/LICENSE.txt | 201 + .../Inc/Legacy/stm32_hal_legacy.h | 4422 ++++++++ .../STM32L1xx_HAL_Driver/Inc/stm32l1xx_hal.h | 995 ++ .../Inc/stm32l1xx_hal_cortex.h | 437 + .../Inc/stm32l1xx_hal_def.h | 199 + .../Inc/stm32l1xx_hal_dma.h | 651 ++ .../Inc/stm32l1xx_hal_exti.h | 315 + .../Inc/stm32l1xx_hal_flash.h | 411 + .../Inc/stm32l1xx_hal_flash_ex.h | 965 ++ .../Inc/stm32l1xx_hal_flash_ramfunc.h | 116 + .../Inc/stm32l1xx_hal_gpio.h | 333 + .../Inc/stm32l1xx_hal_gpio_ex.h | 203 + .../Inc/stm32l1xx_hal_pwr.h | 483 + .../Inc/stm32l1xx_hal_pwr_ex.h | 115 + .../Inc/stm32l1xx_hal_rcc.h | 1895 ++++ .../Inc/stm32l1xx_hal_rcc_ex.h | 1027 ++ .../Inc/stm32l1xx_ll_bus.h | 1100 ++ .../Inc/stm32l1xx_ll_cortex.h | 637 ++ .../Inc/stm32l1xx_ll_dma.h | 1996 ++++ .../Inc/stm32l1xx_ll_exti.h | 1015 ++ .../Inc/stm32l1xx_ll_gpio.h | 987 ++ .../Inc/stm32l1xx_ll_pwr.h | 718 ++ .../Inc/stm32l1xx_ll_rcc.h | 1796 ++++ .../Inc/stm32l1xx_ll_system.h | 2007 ++++ .../Inc/stm32l1xx_ll_utils.h | 270 + .../Drivers/STM32L1xx_HAL_Driver/LICENSE.txt | 6 + .../Drivers/STM32L1xx_HAL_Driver/License.md | 3 + .../STM32L1xx_HAL_Driver/Src/stm32l1xx_hal.c | 570 ++ .../Src/stm32l1xx_hal_cortex.c | 537 + .../Src/stm32l1xx_hal_dma.c | 909 ++ .../Src/stm32l1xx_hal_exti.c | 547 + .../Src/stm32l1xx_hal_flash.c | 723 ++ .../Src/stm32l1xx_hal_flash_ex.c | 1870 ++++ .../Src/stm32l1xx_hal_flash_ramfunc.c | 640 ++ .../Src/stm32l1xx_hal_gpio.c | 546 + .../Src/stm32l1xx_hal_pwr.c | 650 ++ .../Src/stm32l1xx_hal_pwr_ex.c | 158 + .../Src/stm32l1xx_hal_rcc.c | 1394 +++ .../Src/stm32l1xx_hal_rcc_ex.c | 447 + TP1_BPLED1/STM32L152RETX_FLASH.ld | 187 + TP1_BPLED1/STM32L152RETX_RAM.ld | 187 + TP1_BPLED1/TP1_BPLED1 Debug.launch | 85 + TP1_BPLED1/TP1_BPLED1.ioc | 89 + 173 files changed, 82117 insertions(+), 17 deletions(-) rename TP1/{TP1.ioc => TP1_somme.ioc} (100%) create mode 100644 TP1_BPLED1/.cproject create mode 100644 TP1_BPLED1/.mxproject create mode 100644 TP1_BPLED1/.project create mode 100644 TP1_BPLED1/.settings/com.st.stm32cube.ide.mcu.sfrview.prefs create mode 100644 TP1_BPLED1/.settings/language.settings.xml create mode 100644 TP1_BPLED1/.settings/org.eclipse.core.resources.prefs create mode 100644 TP1_BPLED1/.settings/stm32cubeide.project.prefs create mode 100644 TP1_BPLED1/Core/Inc/main.h create mode 100644 TP1_BPLED1/Core/Inc/stm32l1xx_hal_conf.h create mode 100644 TP1_BPLED1/Core/Inc/stm32l1xx_it.h create mode 100644 TP1_BPLED1/Core/Src/main.c create mode 100644 TP1_BPLED1/Core/Src/stm32l1xx_hal_msp.c create mode 100644 TP1_BPLED1/Core/Src/stm32l1xx_it.c create mode 100644 TP1_BPLED1/Core/Src/syscalls.c create mode 100644 TP1_BPLED1/Core/Src/sysmem.c create mode 100644 TP1_BPLED1/Core/Src/system_stm32l1xx.c create mode 100644 TP1_BPLED1/Core/Startup/startup_stm32l152retx.s create mode 100644 TP1_BPLED1/Debug/Core/Src/main.cyclo create mode 100644 TP1_BPLED1/Debug/Core/Src/main.d create mode 100644 TP1_BPLED1/Debug/Core/Src/main.o create mode 100644 TP1_BPLED1/Debug/Core/Src/main.su create mode 100644 TP1_BPLED1/Debug/Core/Src/stm32l1xx_hal_msp.cyclo create mode 100644 TP1_BPLED1/Debug/Core/Src/stm32l1xx_hal_msp.d create mode 100644 TP1_BPLED1/Debug/Core/Src/stm32l1xx_hal_msp.o create mode 100644 TP1_BPLED1/Debug/Core/Src/stm32l1xx_hal_msp.su create mode 100644 TP1_BPLED1/Debug/Core/Src/stm32l1xx_it.cyclo create mode 100644 TP1_BPLED1/Debug/Core/Src/stm32l1xx_it.d create mode 100644 TP1_BPLED1/Debug/Core/Src/stm32l1xx_it.o create mode 100644 TP1_BPLED1/Debug/Core/Src/stm32l1xx_it.su create mode 100644 TP1_BPLED1/Debug/Core/Src/subdir.mk create mode 100644 TP1_BPLED1/Debug/Core/Src/syscalls.cyclo create mode 100644 TP1_BPLED1/Debug/Core/Src/syscalls.d create mode 100644 TP1_BPLED1/Debug/Core/Src/syscalls.o create mode 100644 TP1_BPLED1/Debug/Core/Src/syscalls.su create mode 100644 TP1_BPLED1/Debug/Core/Src/sysmem.cyclo create mode 100644 TP1_BPLED1/Debug/Core/Src/sysmem.d create mode 100644 TP1_BPLED1/Debug/Core/Src/sysmem.o create mode 100644 TP1_BPLED1/Debug/Core/Src/sysmem.su create mode 100644 TP1_BPLED1/Debug/Core/Src/system_stm32l1xx.cyclo create mode 100644 TP1_BPLED1/Debug/Core/Src/system_stm32l1xx.d create mode 100644 TP1_BPLED1/Debug/Core/Src/system_stm32l1xx.o create mode 100644 TP1_BPLED1/Debug/Core/Src/system_stm32l1xx.su create mode 100644 TP1_BPLED1/Debug/Core/Startup/startup_stm32l152retx.d create mode 100644 TP1_BPLED1/Debug/Core/Startup/startup_stm32l152retx.o create mode 100644 TP1_BPLED1/Debug/Core/Startup/subdir.mk create mode 100644 TP1_BPLED1/Debug/Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal.cyclo create mode 100644 TP1_BPLED1/Debug/Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal.d create mode 100644 TP1_BPLED1/Debug/Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal.o create mode 100644 TP1_BPLED1/Debug/Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal.su create mode 100644 TP1_BPLED1/Debug/Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_cortex.cyclo create mode 100644 TP1_BPLED1/Debug/Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_cortex.d create mode 100644 TP1_BPLED1/Debug/Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_cortex.o create mode 100644 TP1_BPLED1/Debug/Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_cortex.su create mode 100644 TP1_BPLED1/Debug/Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_dma.cyclo create mode 100644 TP1_BPLED1/Debug/Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_dma.d create mode 100644 TP1_BPLED1/Debug/Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_dma.o create mode 100644 TP1_BPLED1/Debug/Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_dma.su create mode 100644 TP1_BPLED1/Debug/Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_exti.cyclo create mode 100644 TP1_BPLED1/Debug/Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_exti.d create mode 100644 TP1_BPLED1/Debug/Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_exti.o create mode 100644 TP1_BPLED1/Debug/Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_exti.su create mode 100644 TP1_BPLED1/Debug/Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_flash.cyclo create mode 100644 TP1_BPLED1/Debug/Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_flash.d create mode 100644 TP1_BPLED1/Debug/Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_flash.o create mode 100644 TP1_BPLED1/Debug/Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_flash.su create mode 100644 TP1_BPLED1/Debug/Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_flash_ex.cyclo create mode 100644 TP1_BPLED1/Debug/Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_flash_ex.d create mode 100644 TP1_BPLED1/Debug/Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_flash_ex.o create mode 100644 TP1_BPLED1/Debug/Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_flash_ex.su create mode 100644 TP1_BPLED1/Debug/Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_flash_ramfunc.cyclo create mode 100644 TP1_BPLED1/Debug/Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_flash_ramfunc.d create mode 100644 TP1_BPLED1/Debug/Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_flash_ramfunc.o create mode 100644 TP1_BPLED1/Debug/Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_flash_ramfunc.su create mode 100644 TP1_BPLED1/Debug/Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_gpio.cyclo create mode 100644 TP1_BPLED1/Debug/Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_gpio.d create mode 100644 TP1_BPLED1/Debug/Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_gpio.o create mode 100644 TP1_BPLED1/Debug/Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_gpio.su create mode 100644 TP1_BPLED1/Debug/Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_pwr.cyclo create mode 100644 TP1_BPLED1/Debug/Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_pwr.d create mode 100644 TP1_BPLED1/Debug/Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_pwr.o create mode 100644 TP1_BPLED1/Debug/Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_pwr.su create mode 100644 TP1_BPLED1/Debug/Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_pwr_ex.cyclo create mode 100644 TP1_BPLED1/Debug/Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_pwr_ex.d create mode 100644 TP1_BPLED1/Debug/Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_pwr_ex.o create mode 100644 TP1_BPLED1/Debug/Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_pwr_ex.su create mode 100644 TP1_BPLED1/Debug/Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_rcc.cyclo create mode 100644 TP1_BPLED1/Debug/Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_rcc.d create mode 100644 TP1_BPLED1/Debug/Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_rcc.o create mode 100644 TP1_BPLED1/Debug/Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_rcc.su create mode 100644 TP1_BPLED1/Debug/Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_rcc_ex.cyclo create mode 100644 TP1_BPLED1/Debug/Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_rcc_ex.d create mode 100644 TP1_BPLED1/Debug/Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_rcc_ex.o create mode 100644 TP1_BPLED1/Debug/Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_rcc_ex.su create mode 100644 TP1_BPLED1/Debug/Drivers/STM32L1xx_HAL_Driver/Src/subdir.mk create mode 100755 TP1_BPLED1/Debug/TP1_BPLED1.elf create mode 100644 TP1_BPLED1/Debug/TP1_BPLED1.list create mode 100644 TP1_BPLED1/Debug/TP1_BPLED1.map create mode 100644 TP1_BPLED1/Debug/makefile create mode 100644 TP1_BPLED1/Debug/objects.list create mode 100644 TP1_BPLED1/Debug/objects.mk create mode 100644 TP1_BPLED1/Debug/sources.mk create mode 100644 TP1_BPLED1/Drivers/CMSIS/Device/ST/STM32L1xx/Include/stm32l152xe.h create mode 100644 TP1_BPLED1/Drivers/CMSIS/Device/ST/STM32L1xx/Include/stm32l1xx.h create mode 100644 TP1_BPLED1/Drivers/CMSIS/Device/ST/STM32L1xx/Include/system_stm32l1xx.h create mode 100644 TP1_BPLED1/Drivers/CMSIS/Device/ST/STM32L1xx/LICENSE.txt create mode 100644 TP1_BPLED1/Drivers/CMSIS/Device/ST/STM32L1xx/License.md create mode 100644 TP1_BPLED1/Drivers/CMSIS/Include/cmsis_armcc.h create mode 100644 TP1_BPLED1/Drivers/CMSIS/Include/cmsis_armclang.h create mode 100644 TP1_BPLED1/Drivers/CMSIS/Include/cmsis_compiler.h create mode 100644 TP1_BPLED1/Drivers/CMSIS/Include/cmsis_gcc.h create mode 100644 TP1_BPLED1/Drivers/CMSIS/Include/cmsis_iccarm.h create mode 100644 TP1_BPLED1/Drivers/CMSIS/Include/cmsis_version.h create mode 100644 TP1_BPLED1/Drivers/CMSIS/Include/core_armv8mbl.h create mode 100644 TP1_BPLED1/Drivers/CMSIS/Include/core_armv8mml.h create mode 100644 TP1_BPLED1/Drivers/CMSIS/Include/core_cm0.h create mode 100644 TP1_BPLED1/Drivers/CMSIS/Include/core_cm0plus.h create mode 100644 TP1_BPLED1/Drivers/CMSIS/Include/core_cm1.h create mode 100644 TP1_BPLED1/Drivers/CMSIS/Include/core_cm23.h create mode 100644 TP1_BPLED1/Drivers/CMSIS/Include/core_cm3.h create mode 100644 TP1_BPLED1/Drivers/CMSIS/Include/core_cm33.h create mode 100644 TP1_BPLED1/Drivers/CMSIS/Include/core_cm4.h create mode 100644 TP1_BPLED1/Drivers/CMSIS/Include/core_cm7.h create mode 100644 TP1_BPLED1/Drivers/CMSIS/Include/core_sc000.h create mode 100644 TP1_BPLED1/Drivers/CMSIS/Include/core_sc300.h create mode 100644 TP1_BPLED1/Drivers/CMSIS/Include/mpu_armv7.h create mode 100644 TP1_BPLED1/Drivers/CMSIS/Include/mpu_armv8.h create mode 100644 TP1_BPLED1/Drivers/CMSIS/Include/tz_context.h create mode 100644 TP1_BPLED1/Drivers/CMSIS/LICENSE.txt create mode 100644 TP1_BPLED1/Drivers/STM32L1xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h create mode 100644 TP1_BPLED1/Drivers/STM32L1xx_HAL_Driver/Inc/stm32l1xx_hal.h create mode 100644 TP1_BPLED1/Drivers/STM32L1xx_HAL_Driver/Inc/stm32l1xx_hal_cortex.h create mode 100644 TP1_BPLED1/Drivers/STM32L1xx_HAL_Driver/Inc/stm32l1xx_hal_def.h create mode 100644 TP1_BPLED1/Drivers/STM32L1xx_HAL_Driver/Inc/stm32l1xx_hal_dma.h create mode 100644 TP1_BPLED1/Drivers/STM32L1xx_HAL_Driver/Inc/stm32l1xx_hal_exti.h create mode 100644 TP1_BPLED1/Drivers/STM32L1xx_HAL_Driver/Inc/stm32l1xx_hal_flash.h create mode 100644 TP1_BPLED1/Drivers/STM32L1xx_HAL_Driver/Inc/stm32l1xx_hal_flash_ex.h create mode 100644 TP1_BPLED1/Drivers/STM32L1xx_HAL_Driver/Inc/stm32l1xx_hal_flash_ramfunc.h create mode 100644 TP1_BPLED1/Drivers/STM32L1xx_HAL_Driver/Inc/stm32l1xx_hal_gpio.h create mode 100644 TP1_BPLED1/Drivers/STM32L1xx_HAL_Driver/Inc/stm32l1xx_hal_gpio_ex.h create mode 100644 TP1_BPLED1/Drivers/STM32L1xx_HAL_Driver/Inc/stm32l1xx_hal_pwr.h create mode 100644 TP1_BPLED1/Drivers/STM32L1xx_HAL_Driver/Inc/stm32l1xx_hal_pwr_ex.h create mode 100644 TP1_BPLED1/Drivers/STM32L1xx_HAL_Driver/Inc/stm32l1xx_hal_rcc.h create mode 100644 TP1_BPLED1/Drivers/STM32L1xx_HAL_Driver/Inc/stm32l1xx_hal_rcc_ex.h create mode 100644 TP1_BPLED1/Drivers/STM32L1xx_HAL_Driver/Inc/stm32l1xx_ll_bus.h create mode 100644 TP1_BPLED1/Drivers/STM32L1xx_HAL_Driver/Inc/stm32l1xx_ll_cortex.h create mode 100644 TP1_BPLED1/Drivers/STM32L1xx_HAL_Driver/Inc/stm32l1xx_ll_dma.h create mode 100644 TP1_BPLED1/Drivers/STM32L1xx_HAL_Driver/Inc/stm32l1xx_ll_exti.h create mode 100644 TP1_BPLED1/Drivers/STM32L1xx_HAL_Driver/Inc/stm32l1xx_ll_gpio.h create mode 100644 TP1_BPLED1/Drivers/STM32L1xx_HAL_Driver/Inc/stm32l1xx_ll_pwr.h create mode 100644 TP1_BPLED1/Drivers/STM32L1xx_HAL_Driver/Inc/stm32l1xx_ll_rcc.h create mode 100644 TP1_BPLED1/Drivers/STM32L1xx_HAL_Driver/Inc/stm32l1xx_ll_system.h create mode 100644 TP1_BPLED1/Drivers/STM32L1xx_HAL_Driver/Inc/stm32l1xx_ll_utils.h create mode 100644 TP1_BPLED1/Drivers/STM32L1xx_HAL_Driver/LICENSE.txt create mode 100644 TP1_BPLED1/Drivers/STM32L1xx_HAL_Driver/License.md create mode 100644 TP1_BPLED1/Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal.c create mode 100644 TP1_BPLED1/Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_cortex.c create mode 100644 TP1_BPLED1/Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_dma.c create mode 100644 TP1_BPLED1/Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_exti.c create mode 100644 TP1_BPLED1/Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_flash.c create mode 100644 TP1_BPLED1/Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_flash_ex.c create mode 100644 TP1_BPLED1/Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_flash_ramfunc.c create mode 100644 TP1_BPLED1/Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_gpio.c create mode 100644 TP1_BPLED1/Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_pwr.c create mode 100644 TP1_BPLED1/Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_pwr_ex.c create mode 100644 TP1_BPLED1/Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_rcc.c create mode 100644 TP1_BPLED1/Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_rcc_ex.c create mode 100644 TP1_BPLED1/STM32L152RETX_FLASH.ld create mode 100644 TP1_BPLED1/STM32L152RETX_RAM.ld create mode 100644 TP1_BPLED1/TP1_BPLED1 Debug.launch create mode 100644 TP1_BPLED1/TP1_BPLED1.ioc diff --git a/TP1/.cproject b/TP1/.cproject index b2c79b2..d0a18ac 100644 --- a/TP1/.cproject +++ b/TP1/.cproject @@ -22,7 +22,7 @@