Skip to content

Commit

Permalink
Moved custom drivers into separate folder
Browse files Browse the repository at this point in the history
  • Loading branch information
bsutherland333 committed Jan 1, 2024
1 parent 2fbd3c2 commit 15adb9a
Show file tree
Hide file tree
Showing 40 changed files with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions boards/varmint/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ set(BOARD_NAME varmint)

include_directories(
include
include/board
include/drivers
include/drivers/interfaces
lib/usb_device/App
lib/usb_device/Target
lib/drivers/STM32H7xx_HAL_Driver/Inc
Expand All @@ -22,7 +23,7 @@ file(GLOB_RECURSE VARMINT_SOURCES
"lib/middleware/*.c"
)

set(LINKER_SCRIPT ${CMAKE_CURRENT_SOURCE_DIR}/STM32H753VIHX_FLASH.ld)
set(LINKER_SCRIPT ${CMAKE_CURRENT_SOURCE_DIR}/src/STM32H753VIHX_FLASH.ld)
add_link_options(-T ${LINKER_SCRIPT})


Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 15adb9a

Please sign in to comment.