Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Research
ietf-suit
pull-cbor
Commits
3d6b7135
Commit
3d6b7135
authored
Jan 24, 2020
by
Brendan Moran
Browse files
Fix minor config error
parent
7fa3fa2b
Changes
2
Hide whitespace changes
Inline
Side-by-side
mbed_app.json
View file @
3d6b7135
...
...
@@ -56,7 +56,7 @@
"platform.use-mpu"
:
false
,
"platform.default-serial-baud-rate"
:
115200
,
"mbed-bootloader.use-kvstore-rot"
:
0
,
"target.restrict_size"
:
"0x8000"
,
"target.restrict_size"
:
"0x8000"
},
"NRF52840_DK"
:
{
"target.static_memory_defines"
:
true
,
...
...
mbed_lib.json
View file @
3d6b7135
{
"name"
:
"mbed-bootloader"
,
"config"
:
{
"application-start-address"
:
{
"help"
:
"Address to the beginning of the active application firmware in flash"
,
"required"
:
true
},
"application-jump-address"
:
{
"help"
:
"Jump address for running the active application firmware (if different from application-start-address)"
},
"max-application-size"
:
{
"help"
:
"Maximum size of the active application"
,
"value"
:
"DEFAULT_MAX_APPLICATION_SIZE"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment