We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1337e34 commit 193c00eCopy full SHA for 193c00e
mbed/mbed.py
@@ -1185,6 +1185,7 @@ def get_requirements(self):
1185
mbed_os_path = self.get_os_dir()
1186
if mbed_os_path:
1187
paths.append([mbed_os_path])
1188
+ paths.append([mbed_os_path, 'core'])
1189
# mbed-os not identified but tools found under cwd/tools
1190
paths.append([self.path, 'core'])
1191
# mbed Classic deployed tools
0 commit comments