75f7b25d78
Joueur_1, f_projectile. Il manque l'entrée analogique sur joueur_1 et on n'a un problème sur le déplacement du joueur 1 avec les conversions AD. Problème de config probablement
39 lines
1.1 KiB
Makefile
39 lines
1.1 KiB
Makefile
################################################################################
|
|
# Automatically-generated file. Do not edit!
|
|
################################################################################
|
|
|
|
ELF_SRCS :=
|
|
OBJ_SRCS :=
|
|
S_SRCS :=
|
|
C_SRCS :=
|
|
S_UPPER_SRCS :=
|
|
O_SRCS :=
|
|
SIZE_OUTPUT :=
|
|
OBJDUMP_LIST :=
|
|
EXECUTABLES :=
|
|
OBJS :=
|
|
S_DEPS :=
|
|
S_UPPER_DEPS :=
|
|
C_DEPS :=
|
|
OBJCOPY_BIN :=
|
|
|
|
# Every subdirectory with source files must be described here
|
|
SUBDIRS := \
|
|
Core/Src \
|
|
Core/Startup \
|
|
Drivers/STM32F7xx_HAL_Driver/Src \
|
|
LWIP/App \
|
|
LWIP/Target \
|
|
Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS \
|
|
Middlewares/Third_Party/FreeRTOS/Source \
|
|
Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM7/r0p1 \
|
|
Middlewares/Third_Party/FreeRTOS/Source/portable/MemMang \
|
|
Middlewares/Third_Party/LwIP/src/api \
|
|
Middlewares/Third_Party/LwIP/src/apps/mqtt \
|
|
Middlewares/Third_Party/LwIP/src/core \
|
|
Middlewares/Third_Party/LwIP/src/core/ipv4 \
|
|
Middlewares/Third_Party/LwIP/src/core/ipv6 \
|
|
Middlewares/Third_Party/LwIP/src/netif \
|
|
Middlewares/Third_Party/LwIP/src/netif/ppp \
|
|
Middlewares/Third_Party/LwIP/system/OS \
|
|
|