]> git.leonardobizzoni.com Git - pioneer-stm32/commit
remove protocol buffers test
authorFederica Di Lauro <federicadilauro1998@gmail.com>
Thu, 6 Feb 2020 13:54:04 +0000 (14:54 +0100)
committerFederica Di Lauro <federicadilauro1998@gmail.com>
Thu, 6 Feb 2020 13:54:04 +0000 (14:54 +0100)
commit66b8b49ff1c44cc74a8a77328141f14870ea0a98
tree2cd605030addf812dc4c794da42586d7bc4bffd7
parent41699330484683101a0922f33b757d7f35194ccb
remove protocol buffers test
117 files changed:
utils/proto_test/.project [deleted file]
utils/proto_test/__pycache__/velocities_pb2.cpython-36.pyc [deleted file]
utils/proto_test/otto_proto_test/.cproject [deleted file]
utils/proto_test/otto_proto_test/.mxproject [deleted file]
utils/proto_test/otto_proto_test/.project [deleted file]
utils/proto_test/otto_proto_test/.settings/com.st.stm32cube.ide.mcu.sfrview.prefs [deleted file]
utils/proto_test/otto_proto_test/.settings/language.settings.xml [deleted file]
utils/proto_test/otto_proto_test/.settings/org.eclipse.cdt.codan.core.prefs [deleted file]
utils/proto_test/otto_proto_test/.settings/org.eclipse.cdt.ui.prefs [deleted file]
utils/proto_test/otto_proto_test/.settings/org.eclipse.core.runtime.prefs [deleted file]
utils/proto_test/otto_proto_test/Core/Inc/communication_utils.h [deleted file]
utils/proto_test/otto_proto_test/Core/Inc/constants.h [deleted file]
utils/proto_test/otto_proto_test/Core/Inc/encoder.h [deleted file]
utils/proto_test/otto_proto_test/Core/Inc/main.h [deleted file]
utils/proto_test/otto_proto_test/Core/Inc/motor_controller.h [deleted file]
utils/proto_test/otto_proto_test/Core/Inc/odometry.h [deleted file]
utils/proto_test/otto_proto_test/Core/Inc/pb.h [deleted file]
utils/proto_test/otto_proto_test/Core/Inc/pb_common.h [deleted file]
utils/proto_test/otto_proto_test/Core/Inc/pb_decode.h [deleted file]
utils/proto_test/otto_proto_test/Core/Inc/pb_encode.h [deleted file]
utils/proto_test/otto_proto_test/Core/Inc/pid.h [deleted file]
utils/proto_test/otto_proto_test/Core/Inc/stm32f7xx_hal_conf.h [deleted file]
utils/proto_test/otto_proto_test/Core/Inc/stm32f7xx_it.h [deleted file]
utils/proto_test/otto_proto_test/Core/Inc/velocities.pb.h [deleted file]
utils/proto_test/otto_proto_test/Core/Src/encoder.cpp [deleted file]
utils/proto_test/otto_proto_test/Core/Src/main.cpp [deleted file]
utils/proto_test/otto_proto_test/Core/Src/pb_common.c [deleted file]
utils/proto_test/otto_proto_test/Core/Src/pb_decode.c [deleted file]
utils/proto_test/otto_proto_test/Core/Src/pb_encode.c [deleted file]
utils/proto_test/otto_proto_test/Core/Src/stm32f7xx_hal_msp.c [deleted file]
utils/proto_test/otto_proto_test/Core/Src/stm32f7xx_it.c [deleted file]
utils/proto_test/otto_proto_test/Core/Src/syscalls.c [deleted file]
utils/proto_test/otto_proto_test/Core/Src/sysmem.c [deleted file]
utils/proto_test/otto_proto_test/Core/Src/system_stm32f7xx.c [deleted file]
utils/proto_test/otto_proto_test/Core/Src/velocities.pb.c [deleted file]
utils/proto_test/otto_proto_test/Core/Startup/startup_stm32f767zitx.s [deleted file]
utils/proto_test/otto_proto_test/Debug/Core/Src/subdir.mk [deleted file]
utils/proto_test/otto_proto_test/Debug/Core/Startup/subdir.mk [deleted file]
utils/proto_test/otto_proto_test/Debug/Drivers/STM32F7xx_HAL_Driver/Src/subdir.mk [deleted file]
utils/proto_test/otto_proto_test/Debug/makefile [deleted file]
utils/proto_test/otto_proto_test/Debug/objects.list [deleted file]
utils/proto_test/otto_proto_test/Debug/objects.mk [deleted file]
utils/proto_test/otto_proto_test/Debug/otto_proto_test.list [deleted file]
utils/proto_test/otto_proto_test/Debug/sources.mk [deleted file]
utils/proto_test/otto_proto_test/Drivers/CMSIS/Device/ST/STM32F7xx/Include/stm32f767xx.h [deleted file]
utils/proto_test/otto_proto_test/Drivers/CMSIS/Device/ST/STM32F7xx/Include/stm32f7xx.h [deleted file]
utils/proto_test/otto_proto_test/Drivers/CMSIS/Device/ST/STM32F7xx/Include/system_stm32f7xx.h [deleted file]
utils/proto_test/otto_proto_test/Drivers/CMSIS/Include/cmsis_armcc.h [deleted file]
utils/proto_test/otto_proto_test/Drivers/CMSIS/Include/cmsis_armclang.h [deleted file]
utils/proto_test/otto_proto_test/Drivers/CMSIS/Include/cmsis_compiler.h [deleted file]
utils/proto_test/otto_proto_test/Drivers/CMSIS/Include/cmsis_gcc.h [deleted file]
utils/proto_test/otto_proto_test/Drivers/CMSIS/Include/cmsis_iccarm.h [deleted file]
utils/proto_test/otto_proto_test/Drivers/CMSIS/Include/cmsis_version.h [deleted file]
utils/proto_test/otto_proto_test/Drivers/CMSIS/Include/core_armv8mbl.h [deleted file]
utils/proto_test/otto_proto_test/Drivers/CMSIS/Include/core_armv8mml.h [deleted file]
utils/proto_test/otto_proto_test/Drivers/CMSIS/Include/core_cm0.h [deleted file]
utils/proto_test/otto_proto_test/Drivers/CMSIS/Include/core_cm0plus.h [deleted file]
utils/proto_test/otto_proto_test/Drivers/CMSIS/Include/core_cm1.h [deleted file]
utils/proto_test/otto_proto_test/Drivers/CMSIS/Include/core_cm23.h [deleted file]
utils/proto_test/otto_proto_test/Drivers/CMSIS/Include/core_cm3.h [deleted file]
utils/proto_test/otto_proto_test/Drivers/CMSIS/Include/core_cm33.h [deleted file]
utils/proto_test/otto_proto_test/Drivers/CMSIS/Include/core_cm4.h [deleted file]
utils/proto_test/otto_proto_test/Drivers/CMSIS/Include/core_cm7.h [deleted file]
utils/proto_test/otto_proto_test/Drivers/CMSIS/Include/core_sc000.h [deleted file]
utils/proto_test/otto_proto_test/Drivers/CMSIS/Include/core_sc300.h [deleted file]
utils/proto_test/otto_proto_test/Drivers/CMSIS/Include/mpu_armv7.h [deleted file]
utils/proto_test/otto_proto_test/Drivers/CMSIS/Include/mpu_armv8.h [deleted file]
utils/proto_test/otto_proto_test/Drivers/CMSIS/Include/tz_context.h [deleted file]
utils/proto_test/otto_proto_test/Drivers/STM32F7xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h [deleted file]
utils/proto_test/otto_proto_test/Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal.h [deleted file]
utils/proto_test/otto_proto_test/Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_cortex.h [deleted file]
utils/proto_test/otto_proto_test/Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_def.h [deleted file]
utils/proto_test/otto_proto_test/Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_dma.h [deleted file]
utils/proto_test/otto_proto_test/Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_dma_ex.h [deleted file]
utils/proto_test/otto_proto_test/Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_exti.h [deleted file]
utils/proto_test/otto_proto_test/Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_flash.h [deleted file]
utils/proto_test/otto_proto_test/Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_flash_ex.h [deleted file]
utils/proto_test/otto_proto_test/Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_gpio.h [deleted file]
utils/proto_test/otto_proto_test/Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_gpio_ex.h [deleted file]
utils/proto_test/otto_proto_test/Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_i2c.h [deleted file]
utils/proto_test/otto_proto_test/Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_i2c_ex.h [deleted file]
utils/proto_test/otto_proto_test/Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_pwr.h [deleted file]
utils/proto_test/otto_proto_test/Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_pwr_ex.h [deleted file]
utils/proto_test/otto_proto_test/Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_rcc.h [deleted file]
utils/proto_test/otto_proto_test/Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_rcc_ex.h [deleted file]
utils/proto_test/otto_proto_test/Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_tim.h [deleted file]
utils/proto_test/otto_proto_test/Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_tim_ex.h [deleted file]
utils/proto_test/otto_proto_test/Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_uart.h [deleted file]
utils/proto_test/otto_proto_test/Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_uart_ex.h [deleted file]
utils/proto_test/otto_proto_test/Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal.c [deleted file]
utils/proto_test/otto_proto_test/Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_cortex.c [deleted file]
utils/proto_test/otto_proto_test/Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_dma.c [deleted file]
utils/proto_test/otto_proto_test/Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_dma_ex.c [deleted file]
utils/proto_test/otto_proto_test/Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_exti.c [deleted file]
utils/proto_test/otto_proto_test/Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_flash.c [deleted file]
utils/proto_test/otto_proto_test/Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_flash_ex.c [deleted file]
utils/proto_test/otto_proto_test/Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_gpio.c [deleted file]
utils/proto_test/otto_proto_test/Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_i2c.c [deleted file]
utils/proto_test/otto_proto_test/Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_i2c_ex.c [deleted file]
utils/proto_test/otto_proto_test/Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_pwr.c [deleted file]
utils/proto_test/otto_proto_test/Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_pwr_ex.c [deleted file]
utils/proto_test/otto_proto_test/Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_rcc.c [deleted file]
utils/proto_test/otto_proto_test/Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_rcc_ex.c [deleted file]
utils/proto_test/otto_proto_test/Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_tim.c [deleted file]
utils/proto_test/otto_proto_test/Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_tim_ex.c [deleted file]
utils/proto_test/otto_proto_test/Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_uart.c [deleted file]
utils/proto_test/otto_proto_test/Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_uart_ex.c [deleted file]
utils/proto_test/otto_proto_test/STM32F767ZITX_FLASH.ld [deleted file]
utils/proto_test/otto_proto_test/STM32F767ZITX_RAM.ld [deleted file]
utils/proto_test/otto_proto_test/otto_proto_test Debug.launch [deleted file]
utils/proto_test/otto_proto_test/otto_proto_test.ioc [deleted file]
utils/proto_test/proto_receive.py [deleted file]
utils/proto_test/proto_transmit.py [deleted file]
utils/proto_test/velocities.pb.c [deleted file]
utils/proto_test/velocities.pb.h [deleted file]
utils/proto_test/velocities.proto [deleted file]
utils/proto_test/velocities_pb2.py [deleted file]