mirror of
https://github.com/apache/nuttx.git
synced 2026-06-04 23:03:27 +08:00
photon: add DOWNLOAD function to upload firmware through DFU
This commit is contained in:
committed by
Gregory Nutt
parent
a76266106a
commit
e1a4e88a55
@@ -313,6 +313,25 @@ config UIMAGE_ENTRY_POINT
|
||||
hex "uImage entry point"
|
||||
default 0x0
|
||||
|
||||
endif
|
||||
|
||||
menuconfig DFU_BINARY
|
||||
bool "DFU binary format"
|
||||
select RAW_BINARY
|
||||
---help---
|
||||
Create the dfu binary used with dfu-utils.
|
||||
|
||||
if DFU_BINARY
|
||||
|
||||
config DFU_BASE
|
||||
hex "Address DFU image is loaded to"
|
||||
|
||||
config DFU_VID
|
||||
hex "VID to use for DFU image"
|
||||
|
||||
config DFU_PID
|
||||
hex "PID to use for DFU image"
|
||||
|
||||
endif
|
||||
endmenu # Binary Output Formats
|
||||
|
||||
|
||||
Reference in New Issue
Block a user