mbed-tools
mbed-tools copied to clipboard
⚠️ Beta Status: New command line tooling for Mbed OS
**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...
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") #...
**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...
**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...
### Description mbed_app_start and friends are not processed by the config tool. ### Issue request type - [ ] Enhancement - [x] 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...
**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:...
**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...
### 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...