Rob Walton
Rob Walton
**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...
### Description mbed_app_start and friends are not processed by the config tool. ### Issue request type - [ ] Enhancement - [x] Bug
We want a `test` command to enable running greentea tests (with CTest) easily. - [ ] #297 - [ ] #295 - [ ] #294 - [ ] #296 -...
**Is your feature request related to a problem? Please describe.** The travis CI jobs we run now take over an hour to complete, they used to take 15 minutes. **Describe...
**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...
**Describe the bug** We're depending on an outdated version of `black` in our `pre-commit` config. Version 20.8b of `black` has some improvements on how it handles trailing commas, which means...
**Describe the bug** The test_generate_config.py tests take ~5 seconds to complete for 87 tests. This is probably because they're i/o intensive and we don't mock the filesystem. **To Reproduce** Steps...