Re: [apache/nuttx] Create branch for ch32v (PR #7978)

2022-12-26 Thread Alan C. Assis
Hi Robert, On 12/26/22, Robert Lipe wrote: >> >> Thank you for sharing this CH32V30x porting repository. >> > > For anyone following along, this was an accident. The "real" repo (to which > I'm about to commit more stuff) is at > https://github.com/robertlipe/incubator-nuttx > > >> I think the ri

Re: [apache/nuttx] Create branch for ch32v (PR #7978)

2022-12-26 Thread Robert Lipe
> > Thank you for sharing this CH32V30x porting repository. > For anyone following along, this was an accident. The "real" repo (to which I'm about to commit more stuff) is at https://github.com/robertlipe/incubator-nuttx > I think the right way to handle the GPIO is like STM32 and other > arche

Re: [apache/nuttx] Create branch for ch32v (PR #7978)

2022-12-26 Thread Alan C. Assis
Hi Robert, Thank you for sharing this CH32V30x porting repository. I think the right way to handle the GPIO is like STM32 and other arches do, not inside the menuconfig. Some time ago someone suggested using menuconfig to select the function of each pin of the MCU, but although the idea is cool,