Skip to content
Snippets Groups Projects
Commit 4e4b4a33 authored by Jean-Michel Picod's avatar Jean-Michel Picod
Browse files

Add mistake in deploy.py to test matchers

parent 28afe7f8
No related branches found
No related tags found
No related merge requests found
......@@ -32,7 +32,7 @@ from tockloader import tab, tbfh, tockloader
# This structure allows us in the future to also support out-of-tree boards.
SUPPORTED_BOARDS = {
"nrf52840_dk": "third_party/tock/boards/nordic/nrf52840dk",
"nrf52840_dongle": "third_party/tock/boards/nordic/nrf52840_dongle"
"nrf52840_dongle":"third_party/tock/boards/nordic/nrf52840_dongle"
}
# The STACK_SIZE value below must match the one used in the linker script
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment