Thomas Weißschuh
Thomas Weißschuh
You should be able to ignore the first commit completely. I will take a look at the build.
Ah, LGTM uses gradle. Is there an inherent reason for both build systems?
Hm, shouldn't users only consume the .jar file? It shouldn't matter how it is generated.
I will see how it can support both
@Hedda 20210708 as written in the PR description.
@Aimen-Hammou This should be explained in the docs. You should probably wait with enduser-testing until it is confirmed that it works in general.
@Aimen-Hammou Then it would be best to open a new ticket for that and describe the issue in more detail there.
@Aimen-Hammou The [schematics](https://easyeda.com/mxii.monxii/cc2652rb_minimalistic) show that RTS and DTR of the USB-UART adapter are wired to Reset and BOOTLOADER_ENABLE of the CC2652. So what this does is: Assert BOOTLOADER_ENABLE and force...
@cdjackson This should be the difference to the vanilla Zstack firmware from TI: https://github.com/Koenkk/Z-Stack-firmware/blob/master/coordinator/Z-Stack_3.x.0/firmware.patch It doesn't look to make any changes to the actual protocol. A resetprovider looks reasonable. I...
Hi @octo , I updated to PR to apply to latest master (we did not test the new patch yet, so please do not merge yet). You added the the...