Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions AnalogCalibration/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,6 @@ target_sources(
Core/Src/main.c
Core/Src/stm32g4xx_hal_msp.c
Core/Src/stm32g4xx_it.c
Core/Src/syscalls.c
Core/Src/sysmem.c
Core/Src/system_stm32g4xx.c
)

target_link_libraries(${PROJECT_NAME}_USER_CODE INTERFACE GR_ADC)
Expand Down
3 changes: 0 additions & 3 deletions BLINKY/G4BLINKY/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,6 @@ target_sources(
Core/Src/spi.c
Core/Src/stm32g4xx_it.c
Core/Src/stm32g4xx_hal_msp.c
Core/Src/system_stm32g4xx.c
Core/Src/sysmem.c
Core/Src/syscalls.c
)

target_link_libraries(${GR_PROJECT_NAME}_USER_CODE INTERFACE)
Expand Down
289 changes: 0 additions & 289 deletions BLINKY/G4BLINKY/Core/Src/system_stm32g4xx.c

This file was deleted.

3 changes: 0 additions & 3 deletions BLINKY/G4HELLO/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,6 @@ target_sources(
Core/Src/main.c
Core/Src/stm32g4xx_it.c
Core/Src/stm32g4xx_hal_msp.c
Core/Src/system_stm32g4xx.c
Core/Src/sysmem.c
Core/Src/syscalls.c
)

target_link_libraries(${GR_PROJECT_NAME}_USER_CODE INTERFACE)
Expand Down
Loading
Loading