Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found
Select Git revision
Loading items

Target

Select target project
  • z7-song/esp_lab2
  • sah2-zaheer/esp-lab-2
  • c-duffy/esp_lab2
  • k2-alfadhala/esp-lab-2-k
4 results
Select Git revision
Loading items
Show changes
Commits on Source (10)
File added
File moved
......@@ -12,15 +12,15 @@ DRIVERS=stm32l475e_iot01.o
# Tool path
TOOLROOT =/usr/bin
TOOLROOT =/opt/gcc-arm-none-eabi/bin
# Library path
HAL = ../../Drivers/STM32L4xx_HAL_Driver
BSP_BL-L475 = ../../Drivers/BSP/B-L475E-IOT01
CMSIS = ../../Drivers/CMSIS/Core
DEVICE = ../../Drivers/CMSIS/Device/ST/STM32L4xx/Include
Common_BSP = ../../Drivers/BSP/Components/Common
HAL = ../Drivers/STM32L4xx_HAL_Driver
BSP_BL-L475 = ../Drivers/BSP/B-L475E-IOT01
CMSIS = ../Drivers/CMSIS/Core
DEVICE = ../Drivers/CMSIS/Device/ST/STM32L4xx/Include
Common_BSP = ../Drivers/BSP/Components/Common
APP = .
# Tools
......
File moved
File moved
File moved
File moved
File moved