mbed-tools icon indicating copy to clipboard operation
mbed-tools copied to clipboard

⚠️ Beta Status: New command line tooling for Mbed OS

Results 53 mbed-tools issues
Sort by recently updated
recently updated
newest added

Installing `mbed-tools` is locket on systems where recent `Click` is installed, for example where `black` formatting tools is used. Please upgrade `Click` requirement to the latest version.

bug

**Issue** The same error as #234 (see error message below), possibly caused by using a shared instance of mbed-os. Error `ValueError: Setting already defined. You cannot duplicate config settings!` (_The...

bug

**Is your feature request related to a problem? Please describe.** I'd like to use the IAR Embedded Workbench for Arm with my Mbed project. Mbed CLI 1 could export to...

enhancement

**Describe the bug** mbed-tools are unable to compile for bare-metal profile. **To Reproduce** ``` mbed-tools new test1 cd test1 nano mbed_app.json (Replace original content with content from https://os.mbed.com/docs/mbed-os/v6.15/bare-metal/using-the-bare-metal-profile.html) { "requires":...

bug

**Describe the bug** On Windows, when `mbed-os` is shared using WIndows junction, build failed with: ``` Configuring project and generating build system... Traceback (most recent call last): File "c:\python38\lib\runpy.py", line...

bug

By default, `mbed-tools new .` fetches the entire Git history - that's extra 420MB ! Please allow to limit the fetch to the latest version only `git clone https://github.com/ARMmbed/mbed-os --branch...

enhancement

### Description I'm trying to flash a custom board based on the NUCLEO_H743ZI board using a NUCLEO_L476RG as a STLink. Everything works with mbed-cli, but not with mbed-tools. I mocked...

bug

### Description Not confirmed this is actually the issue, but it appears some of our users need a way to use a non-default certificate store for PKI. At the very...

bug

**Is your feature request related to a problem? Please describe.** Without this, we can get issues like in ARMmbed/mbed-os#4301 **Describe the solution you'd like** Display a "firmware update available" message...

enhancement

**Describe the bug** Hi Mbed team, @ladislas @Patater , We are using Mbed-OS 6.14 with Mbed-CLI2 and CMake to port a bootloader for our custom target. In “target_overrides” we are...

bug