Work with register
This commit is contained in:
commit
ba1ed0fd2b
35 changed files with 27811 additions and 0 deletions
9
compile_bootloader.py
Normal file
9
compile_bootloader.py
Normal file
|
@ -0,0 +1,9 @@
|
|||
import os
|
||||
Import("env")
|
||||
|
||||
|
||||
# include toolchain paths
|
||||
env.Replace(COMPILATIONDB_INCLUDE_TOOLCHAIN=True)
|
||||
|
||||
# override compilation DB path
|
||||
env.Replace(COMPILATIONDB_PATH="compile_commands.json")
|
Loading…
Add table
Add a link
Reference in a new issue