beroset

Results 80 comments of beroset

Some clear delineation of the difference between `sm_config_set_clkdiv` and `pio_sm_set_clkdiv` and why one would use one versus the other would be helpful, both in the examples and in the SDK...

I searched for a way to change the clock divider and happened upon `pio_sm_set_clkdiv` first and thought I could use it. The problem is that the documentation doesn't say anything...

I found that this patch plus one other change seemed to work for me. Specifically, within `BridgeManager::InitialiseProtocol()` I had to change the timeout for the "ODIN" message from 1000 to...

@amo13 The device is a Samsung Galaxy Tab 4 (Model SM-T230NU, Android version 4.4.2). The error I was originally getting was this: ``` Initialising protocol... ERROR: libusb error -7 (LIBUSB_ERROR_TIMEOUT)...

I have done some more thorough testing and believe that the problem is not timeouts at all. Specifically, I have determined with two Linux machines that I have, if I...

I have encountered another use case for timezone support. In importing an `.ics` (calendar) file into the watch to be able to display appointments, knowing and using the correct timezone...

We now have timezone support!

To help us work on the problem, I have two requests for more information: 1. please post the contents of `/etc/os-release` from the watch 2. if you temporarily change the...

> This should fix it: https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/58154 > > If you want to test locally, you can install c-ares from the `edge` repo while on 3.19 and see if it works....

I can't reproduce this either on `catfish`.