mbed-tools
mbed-tools copied to clipboard
⚠️ Beta Status: New command line tooling for Mbed OS
All of the relevant documentation should be updated to include the Greentea test command.
**Is your feature request related to a problem? Please describe.** We will soon be using CTest to automatically build all tests in Mbed OS with CMake and run them with...
**Describe the bug** Verbose option is not accurate **To Reproduce** If you go in mbed-os-example-blinky ```` $ mbedtools compile -m NUCLEO_G031K8 -t ARM xxxx More information may be available by...
**Is your feature request related to a problem? Please describe.** Currently, the flash option looks in the build directory for `foo.bin`, where `foo` is the name of the project folder....
Hi, I am using Mbed CLI2 to add a custom target STM32WB55RGV6. My system is Windows10 and I am using latest Mbed version. Since Mbed CLI2 supports boards K64F, DISCO_L475VG_IOT01A...
**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] I want mbed-tools detect...
**Describe the bug** The help text for `mbed-tools` looks bad because Click truncates the short help text: ``` configure Generate an Mbed OS config CMake file and write it to...
Hi, I am compiling the mbed lorawan example code using MBED CLI2. I have added a custom target board for STM3WB55RG. I have to use a custom Lora radio driver...
### Description `mbed-tools configure` stores target specifc configuration (.mbedbuild/) in a project dir - this can't be overridden with different path. It is a little bit inconvenient, especially in situation...
**Is your feature request related to a problem? Please describe.** I'd like to use the [STM32CubeIDE](https://www.st.com/en/development-tools/stm32cubeide.html) with my Mbed project. **Describe the solution you'd like** I'd like to use CMake...