Skip to content

Commit

Permalink
improving dwc2, merging diep and doep if possible
Browse files Browse the repository at this point in the history
  • Loading branch information
hathach committed Oct 4, 2024
1 parent da1b342 commit 32f5929
Show file tree
Hide file tree
Showing 7 changed files with 246 additions and 169 deletions.
62 changes: 28 additions & 34 deletions .idea/cmake.xml

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions hw/bsp/stm32h7/boards/stm32h743eval/board.cmake
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
set(MCU_VARIANT stm32h743xx)
set(JLINK_DEVICE stm32h743xi)
# set(JLINK_OPTION "-USB jtrace")

set(LD_FILE_GNU ${CMAKE_CURRENT_LIST_DIR}/../../linker/${MCU_VARIANT}_flash.ld)

Expand Down
2 changes: 1 addition & 1 deletion hw/bsp/stm32l4/boards/stm32l476disco/board.cmake
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
set(MCU_VARIANT stm32l476xx)
set(JLINK_DEVICE stm32l476vg)

# set(JLINK_OPTION "-USB 000777632258")
set(LD_FILE_GNU ${CMAKE_CURRENT_LIST_DIR}/STM32L476VGTx_FLASH.ld)

function(update_board TARGET)
Expand Down
Loading

0 comments on commit 32f5929

Please sign in to comment.