jobasto

Results 8 comments of jobasto

Consider defining two input only connections as follows: ``` ConfigureInputOnlyConnectionPoint(0, DEMO_APP_HEARTBEAT_INPUT_ONLY_ASSEMBLY_NUM, DEMO_APP_INPUT_ASSEMBLY_1_NUM, DEMO_APP_CONFIG_ASSEMBLY_NUM); ConfigureInputOnlyConnectionPoint(0, DEMO_APP_HEARTBEAT_INPUT_ONLY_ASSEMBLY_NUM, DEMO_APP_INPUT_ASSEMBLY_2_NUM, DEMO_APP_CONFIG_ASSEMBLY_NUM); ``` `GetListenOnlyConnection` iterates over all registered connections and returns when the first connection...

Thanks for pointing that out. I've overlooked this issue. But I'm not quite sure what to make of it. The solution proposed is to use the [url.\.insteadOf](https://git-scm.com/docs/git-config#Documentation/git-config.txt-urlltbasegtinsteadOf) config option of...

> > but we want that the actually used servers are deducible by examining the project_repository and its imports. > > I don't understand why. Mirroring should make absolutely no...

> > It's meant to ensure that we have everything necessary to build a project in-house so that in a couple of years from now no matter what happens we...

I try to summarize it. I hope this makes my thoughts clear. 1. I want to make sure that the application is buildable without relying on any external servers. 2....

Happy new year! > ``` > manifest: > defaults: > remote: zephyr > rewrite-url: > - from: "default from regexp" > to: "default to regexp " > ``` > >...

I just want to let everybody know that I've written a little code and will open a pull request as soon as I can (which might still take some time).

Hi @ALABSTM, I'm wondering why this issue is closed because it is clearly a bug. My first report should suffice to show that. Unfortunately, I'm not working on USB anymore...