Now try to trigger pylint matcher

This commit is contained in:
Jean-Michel Picod
2020-02-27 19:16:45 +01:00
parent 051a78ab98
commit 7a86f80e2b
2 changed files with 4 additions and 8 deletions

View File

@@ -18,6 +18,7 @@ from __future__ import absolute_import
from __future__ import division
from __future__ import print_function
import colorama
import argparse
import copy
import os
@@ -25,14 +26,13 @@ import shutil
import subprocess
import sys
import colorama
from tockloader.exceptions import TockLoaderException
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