Paul Fertser
Paul Fertser
With breakpoint set on ``_exit`` (rather than ``exit``) I get this backtrace: ``` Breakpoint 1, __GI__exit (status=1) at ../sysdeps/unix/sysv/linux/_exit.c:27 27 ../sysdeps/unix/sysv/linux/_exit.c: No such file or directory. (gdb) bt #0 __GI__exit...
Probably for cases like that profanity should use ``XSetIOErrorExitHandler`` API to set a custom handler which would be automatically disabling all X-related functionality and /not/ exit. Inspired by discussion about...
I have backported these changes from my current job project, haven't really tested examples themselves.
> No issue on my end: > > `/etc/wpa_supplicant/wpa_supplicant.conf`: > > ``` > update_config=1 > > network={ > ssid="ssid" > key_mgmt=WPA-PSK-SHA256 > psk=psk > ieee80211w=2 > } > ``` `WPA-PSK-SHA256`...
> In my previous comment I forgot to add: The output of **iw list** needs to tell you **_Device supports SAE with AUTHENTICATE command_** @BennyE , I see this corresponds...
Hi @flygarn12 , Is it possible the device you have there has same GPIO arrangement as in https://www.mail-archive.com/[email protected]/msg60129.html ? I do not see you specifying any SFP-related settings, can you...
On Mon, Jul 18, 2022 at 02:15:40AM -0700, Daniel Groth wrote: > ***@***.*** > Do I need to include any specific I2C packages in the build more than the >...
On Fri, Jul 22, 2022 at 01:19:40PM -0700, Daniel Groth wrote: > I am going to do a separate PR for the dtsi modifications that must be merged > before...
@yuvadm , just use h8blue.elf directly: `openocd -f interface/stlink.cfg -c "set FLASH_SIZE 32768" -f target/stm32f0x.cfg -c "program h8blue.elf verify reset exit"`