• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

ARMmbed / mbed-os-tools / #457

24 Aug 2024 09:15PM UTC coverage: 0.0% (-59.9%) from 59.947%
#457

push

coveralls-python

web-flow
Merge 7c6dbce13 into c467d6f14

0 of 4902 relevant lines covered (0.0%)

0.0 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/src/mbed_os_tools/detect/__init__.py
1
# Copyright (c) 2018, Arm Limited and affiliates.
2
# SPDX-License-Identifier: Apache-2.0
3
#
4
# Licensed under the Apache License, Version 2.0 (the "License");
5
# you may not use this file except in compliance with the License.
6
# You may obtain a copy of the License at
7
#
8
#     http://www.apache.org/licenses/LICENSE-2.0
9
#
10
# Unless required by applicable law or agreed to in writing, software
11
# distributed under the License is distributed on an "AS IS" BASIS,
12
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
# See the License for the specific language governing permissions and
14
# limitations under the License.
15

16
"""! @package mbed-ls
×
17

18
mbed-ls package is a set of tools inherited from mbed-lmtools used to detect
19
mbed enabled devices on host (Windows, Linux and MacOS).
20

21
mbed-lstools is a Python module that detects and lists mbed-enabled devices
22
connected to the host computer. It will be delivered as a redistributable
23
Python module (package) and command line tool.
24

25
Currently supported operating system:
26
* Windows 7.
27
* Ubuntu.
28
* Mac OS X (Darwin).
29

30
The stand-alone mbed-lstools Python package is still under development,
31
but it's already delivered as part of the mbed SDK's test suite and a command
32
line tool (see below).
33
"""
34

35
from .main import create
×
36

37
create = create
×
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc