Skip to content

Commit

Permalink
rebase to master; update asr582x sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
asriot committed Nov 14, 2023
1 parent 278fc91 commit 4016e07
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions third_party/asr/asr582x/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ declare_args() {

# Must be "4M" or "2M". For matter, ASR582X use 4M flash default.
asr_flash_max_size = "4M"

asr_enable_secureboot = false
}

assert(asr_target_project != "", "asr_target_project must be specified")
Expand Down Expand Up @@ -140,6 +142,10 @@ config("asr_sdk_config") {
defines += [ "CFG_DUET_5822T" ]
}

if (asr_enable_secureboot) {
defines += [ "_CFG_SECUREBOOT_" ]
}

cflags_c = [
"-mcpu=cortex-m4",
"-Os",
Expand Down

0 comments on commit 4016e07

Please sign in to comment.