Results 114 comments of Robert Lipe

With #10 integration, multiple users on M1 (including me), and OP's silence of many months, this can surely be closed. Thank you, @spacemeowx2

This is almost certainly the reason why. You hit exactly the largest configuration that would work without crashing into this by using exactly one of each of {IN, OUT, INTR}....

I saw that in ESP32C3-C3. That's how I knew it was the only other board to support as many as TWO GPIO pins - they do that very kconfig/add the...

If it helps, I got lost in the layering, too. I wasn't sure what was supposed to be in kernel/"user" space and who was supposed to be able to fondle...

Excellent. Thank you, Lup Yuen!. Please feel free to cherry pick patches from the OP or Xiang Xiao can take the ones he'd accept and perhaps guide us on how...

I'm a fan of arguments being 'real' data types instead of everything being ints (and remember that passing chars *often* means passing an int anyway) for everything. That lets the...

AHA! Inside bl602_expander_intmask() please consider the following modification ... unsigned bit = (1U wrote: > I'm a fan of arguments being 'real' data types instead of everything being > ints...

Flyby answer as I was just reading about DirtyJTAG, but I have G32V experience. Yes, GD32VF103 has a highly integrated USB controller and often ships with a DFU boot loader....

Chip supply is generally a mess in our corner of the industry right now. If you're refactoring for similar chips, the BL602 and ESP32-C3 are also low-cost RISC-V parts that...

AHA! Here it is inside https://dl.sipeed.com/LONGAN/Nano/DOC/GD32VF103_User_Manual_EN_V1.2.pdf in section 2.3.1 we have our answer. The flash memory consists of up to 128 KB main flash organized into 128 pages with 1...