Jaroslav Kysela

Results 8 issues of Jaroslav Kysela

I implemented 50Mhz 16-bit logic analyzer (grabber) on top of the picoprobe to have all-in-one debugging pico board (programmer / debugger, TTL UART, logic grabber for the problem analysis). I...

PRE-ALPHA **satip-axe-201910081157-16** : http://s000.tinyupload.com/?file_id=55622426912282482797 - remove very old minisatip and minisatip5 - update minisatip to 1.0.2 - it's controlled using the original options in /etc/sysconfig/config MINISATIP="yes" MINISATIP_OPTS="" - oscam rev...

release

After awhile, minisatip does not give the signal state. The signal related ioctls are not executed: ioctl(10, 0x80046f45, 0x7bb8a964) = 0 ioctl(10, 0x80046f46, 0x7bb8a968) = 0 ioctl(10, 0x80026f47, 0x7bb8a95c) =...

bug

I'm using this diff in my local smtp server which works as a proxy for the postfix. The aiosmtpd does not understand some parameters for MAIL FROM and RCPT TO:...

For Realtek codecs, we need to split Speaker and Headphone (thus use both analog DAC outputs separately). The limitation (on some hardware) is that the speaker is usually connected to...

enhancement

I am trying remotely debug an issue where the `PGA2.0 2 Master Capture Switch` value is off (0) for the user space after boot, but the rt715-sdca microphone is working...

P2
ABI

Hi, the checksum code used in the original Windows application is pretty simple: ``` def checksum(msg): sum = 0x7f for byte in msg: for j in range(8): sum

awaiting PR

The program loading and debugging procedure for `-DPICO_NO_FLASH=1` compilation option is not documented (gdb / openocd). I went through some trial and error steps to make it work. It would...

documentation