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

**Is your feature request related to a problem? Please describe.** We have a number of issues due to our coupling between mbed-tools configuration processing and the CMake build system. Driving...

enhancement

I have two gcc in path , how can I use the second? Now I have to fix mbed-os\tools\cmake\toolchains\GCC_ARM.cmake set(CMAKE_ASM_COMPILER "arm-none-eabi-gcc") set(CMAKE_C_COMPILER "arm-none-eabi-gcc") set(CMAKE_CXX_COMPILER "arm-none-eabi-g++") to # set(CMAKE_ASM_COMPILER "arm-none-eabi-gcc") #...

bug

**Describe the bug** The instructions say to have a compiler installed, which I do (ARM GCC 9). I have also installed CMake and added to my path. I’m on Mac...

bug

**Is your feature request related to a problem? Please describe.** [pdoc](https://pdoc.dev/) and [pdoc3](https://pdoc3.github.io/pdoc/) are both continuations of a discontinued pdoc project. The two packages are conflicting. At present, mbed-tools uses...

enhancement

### Description mbed_app_start and friends are not processed by the config tool. ### Issue request type - [ ] Enhancement - [x] Bug

bug

**Describe the bug** Running `mbed-tools detect` on mac_os fails when a USB peripheral (i.e. my USB mouse) does not provide some data (in my case, there is no `vendor_id` in...

bug

**Describe the bug** Unfortunately, it seems like the mbed website allows non-git repos and the deploy command assumes that they are all git. **To Reproduce** Steps to reproduce the behavior:...

bug

**Describe the bug** It appears while searching for .lib files mbed-tools is able to traverse into tooling folders, namely a co-located virtualenv and attempts to parse invalid `.lib` files. The...

bug

### Description This adds an option to the new command to specify a relative path to the mbed os so that the generated cmake will actually work if you want...

**Describe the bug** I have a copy of the mbed os, but using the `--mbed-os-path` doesn't change the directory that cmake attempts to use; it always assumes that the os...

bug