Oskar

Results 7 comments of Oskar

This is covered by #1250 and #1416

Concerning G0: I initially thought G0 had a cordic peripheral but it doesn't seem to (cant find it in the reference manual). I hope I removed it everywhere, now. I...

after initialization of the peripheral, the only functions needed for that are `cordic_write_16bit_arguments();` and `cordic_read_16bit_result();` (or the corresponding 32bit version). These functions will perform whatever operation the peripheral was configured...

I've merged latest changes from master, added functions to configure the peripheral for a few modes as well as non blocking versions of the functions that were present before.

Here is a link to the file darktable uses: https://github.com/darktable-org/darktable/blob/master/data/darktable.desktop.in I guess modifying this isn't the hard part, having it copied/linked in the right folder during "installation", so the desktop...

Using a WhatsApp database I exported a few years ago (mid 2021), I am experiencing the same issue. Looking at the `wa.db` file, I can't find any table indicating actual...

Had the same issue with latest `main` branch, but `dev` worked.