Thomas Weißschuh

Results 271 comments of Thomas Weißschuh

@Ralim I'd like to to take a shot at this (at least for the Pinecil). The gigadevice firmware library has code to implement the necessary DFU runtime descriptors beginning from...

@alvinhochun Thanks for the hint! With the clock set to 96MHz it now boots without the USB but with it it gets stuck inside `usbd_init()`. As it is different than...

I am struggling getting the USB interrupts to work, my interrupt handler is not being called at all. As the DFU bootloader mode works correctly I think that the wiring...

@Ralim thanks a lot! To test that the ISR is triggered I a) set a breakpoint on the function and b) counted the invocation is a variable that can be...

@alvinhochun I tested with the FUSB302 not initialized. Is that enough?

It should also possible to directly use `receivedEvent.event` (and `receivedEvent.channel`)

Hi @datasmurfen, which version and edition of SQ are you using? In general SonarSource is trying to move users to it's own Branch Plugin, with which sonar-stash is incompatible. It...

@manuc66 so you have both the sonar-stash report on the PR *and* the *branch* analysis inside the SQ web frontend from a *single* sonar scanner run?

@manuc66 Can you confirm that you can see the branch in the branch selection UI as seen in the screenshot? I was not aware that `sonar.analysis.mode=issues` would show up there....

@manuc66 Their was the incompatibility I was referring to previously. You can either use sonar-stash or the branch plugin on a single build. The pure installations should be compatible though.