Rob Walton

Results 23 comments of Rob Walton

> does mbed_app_start and friends work yet? Sorry, the "bootloader overrides" don't work yet. We do have another backlog item to add those in. We will get to that over...

Could you let us know which targets you're working with? I'd guess the parameters aren't defined in targets.json for the target(s) so the tool doesn't want to apply an override....

> However I cannot override them in `mbed_app.json`. What is the syntax for it? Your syntax above looked correct. I've just tried it myself and I can reproduce the issue....

> > we decided the best approach was to move everything to targets.json > > @rwalton-arm do you want to handle that PR by PR as they come or does...

mbed-tools will actually read "requires" when it generates the baremetal mbed_config.cmake. "requires" (along with the mbedignore files) limit the mbed_lib.json files from mbed-os that are parsed by the tool. You...

Thanks. We weren't aware of this. I've raised a PR to remove pdoc3 and its generated documentation. Moving to pdoc isn't a simple find and replace, the pdoc tool works...

This seems like a good addition to allow use of `mbed-tools` in scripts. One thing to note: CMake just returns 1 for any configuration error, including the `FATAL_ERROR` raised by...

I think we just want to list devices without a mount point if we can find the product code from the USB serial, which I'm assuming is what `mbedls` is...

Can we not add the latest version to the platform database on os.mbed.com? If we need to update something periodically to bump a version it should be a database and...

We could add another field to the online JSON database to list the interface versions, couldn't we? I'm not sure which artefacts we need to handle interface versions. We just...