Work with register

This commit is contained in:
lulko 2025-04-14 16:29:41 +03:00
commit ba1ed0fd2b
35 changed files with 27811 additions and 0 deletions

9
compile_bootloader.py Normal file
View 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")