Dhiru Kholia

Results 22 issues of Dhiru Kholia

Related: https://github.com/okta-awscli/okta-awscli/issues/220. This PR adds support for FIDO2 YubiKey(s). It was tested with following YubiKey types: - YubiKey 5 with NFC - Security Key By Yubico with NFC CC @maxtacu...

Without this PR, I see the following warnings when compilation this library: ``` Arduino/libraries/Etherkit_Si5351/src/si5351.cpp: In member function 'void Si5351::set_pll(uint64_t, si5351_pll)': Arduino/libraries/Etherkit_Si5351/src/si5351.cpp:568:10: warning: 'void operator delete(void*, std::size_t)' called on pointer returned...

Before this PR: ``` $ ./gen_ft8 "U09TUNQUC9ZH12" eifel.wav 850 Cannot parse message! RC = 1 ``` After this PR: ``` $ ./gen_ft8 "U09TUNQUC9ZH" eifel.wav 850 Packed data: 65 5d 15...

Without this change on a Ubuntu 22.04 LTS system running on AMD64: ``` $ make ... demo/decode_ft8.c:347:31: error: ‘CLOCK_REALTIME’ undeclared (first use in this function) 347 | clock_gettime(CLOCK_REALTIME, &spec); ```

[RFC] Enable usable of externally supplied 'TONES DATA' Motivation: Currently, ft8_lib cannot encode free-text messages. Usage: ``` $ ft8code "U09TUNQUC9ZH" ... 3140652 00545736465273610247324500636 3140652 55505324500472027752070701676 3140652 ``` ``` $ export...

I have tested this with Android 4.4.4, Android 6.0, and Android 8.0 ADB backups. This patch is somewhat hacky but hopefully the general idea is reusable.

Hello! The following CAT commands work pretty well. ``` ;ID; ;FD; ;FA00014074000; ;UK84; ;UK44; ``` By using the `;UK84;` CAT_EXT command, I can enter the 'Menu' and change various settings....

Changes: - Support Vivado v2021.1 - Fix minor whitespace and typo issues

Algorithm is 65536X SHA-512. @ukasz you recently worked with SHA-512. are you interested in this one too?

enhancement

Hi, I am experimenting with flash protection on PY32 chips with the following program: ```C #include #include "main.h" #include "py32f0xx_bsp_clock.h" #include "py32f0xx_bsp_printf.h" static void APP_GPIOConfig(void); static void APP_FlashSetOptionBytes(void) { FLASH_OBProgramInitTypeDef...