Skip to content

Commit

Permalink
fixup! feat(core): add support for STM32U5A9J-DK board
Browse files Browse the repository at this point in the history
  • Loading branch information
TychoVrahe committed Dec 12, 2023
1 parent 2d94145 commit 36b80e8
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions core/embed/vendorheader/D002/vendor_dev_DO_NOT_SIGN.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"header_len": 4608,
"text": "DEV ONLY, DO NOT USE!",
"hw_model": "D002",
"expiry": 0,
"version": [0, 0],
"sig_m": 2,
"trust": {
"allow_run_with_secret": false,
"show_vendor_string": false,
"require_user_click": false,
"red_background": false,
"delay": 0
},
"pubkeys": [
"e28a8970753332bd72fef413e6b0b2ef1b4aadda7aa2c141f233712a6876b351",
"d4eec1869fb1b8a4e817516ad5a931557cb56805c3eb16e8f3a803d647df7869",
"772c8a442b7db06e166cfbc1ccbcbcde6f3eba76a4e98ef3ffc519502237d6ef"
]
}
Binary file not shown.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion core/site_scons/boards/discovery2.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ def configure(
]
features_available.append("usb")

defines += ["USE_DMA2D", "FRAMEBUFFER" "FRAMEBUFFER32BIT"]
defines += ["USE_DMA2D", "FRAMEBUFFER", "FRAMEBUFFER32BIT"]
sources += [
"embed/trezorhal/stm32u5/dma2d.c",
]
Expand Down

0 comments on commit 36b80e8

Please sign in to comment.