Skip to content

Commit

Permalink
Enable BFLOG
Browse files Browse the repository at this point in the history
  • Loading branch information
shchen-Lab committed Aug 8, 2023
1 parent 552108f commit fbd89cc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions third_party/bouffalolab/bl616/bouffalo_sdk.gni
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,7 @@ template("bouffalo_sdk") {
source_set("${sdk_target_name}_board") {
defines = [
"CONFIG_MBEDTLS",
"CONFIG_BFLOG",
"BL616"
]

Expand Down Expand Up @@ -638,15 +639,15 @@ template("bouffalo_sdk") {
]

defines = [
"ONFIG_LOG_LEVEL=3",
"CONFIG_LOG_LEVEL=3",
"CONFIG_BFLOG",
"CONFIG_BFLOG_DEBUG",
]
}

source_set("${sdk_target_name}_utils") {
defines = [
"ONFIG_LOG_LEVEL=3",
"CONFIG_LOG_LEVEL=3",
"CONFIG_BFLOG",
"CONFIG_BFLOG_DEBUG",
]
Expand Down

0 comments on commit fbd89cc

Please sign in to comment.