mirror of
https://github.com/apache/nuttx.git
synced 2026-06-05 15:58:59 +08:00
Merge remote-tracking branch 'origin/master' into ieee802154
This commit is contained in:
@@ -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