Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
danngreen committed Mar 30, 2023
2 parents e25a57e + 9472bb7 commit 7664246
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 4 deletions.
13 changes: 9 additions & 4 deletions shared/.clangd
Original file line number Diff line number Diff line change
@@ -1,15 +1,20 @@
---
CompileFlags:
Add: [
"-DUSE_FULL_LL_DRIVER",
"-DSTM32MP157Cxx",
"-DSTM32MP1",
"-DCORE_CA7",
"-DUSE_FULL_LL_DRIVER",
"-DSTM32MP157Cxx",
"-DSTM32MP1",
"-DCORE_CA7",
"-I.",
"-I../fsbl",
"-I../third-party/CMSIS/Core_A/Include",
"-I../third-party/CMSIS/Device/ST/STM32MP1xx/Include",
"-I../third-party/STM32MP1xx_HAL_Driver/Inc",
"-I../third-party/printf/src",
"-I../../third-party/CMSIS/Core_A/Include",
"-I../../third-party/CMSIS/Device/ST/STM32MP1xx/Include",
"-I../../third-party/STM32MP1xx_HAL_Driver/Inc",
"-I../../third-party/printf/src",
"-std=c++20",
"-D__NO_EMBEDDED_ASM"
]
8 changes: 8 additions & 0 deletions third-party/CMSIS/.clangd
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
CompileFlags:
Add: [
"-DSTM32MP157Cxx",
"-DSTM32MP1",
"-DCORE_CA7",
"-D__NO_EMBEDDED_ASM"
]

0 comments on commit 7664246

Please sign in to comment.