Re: 1wire subsystem

2021-04-06 Thread Marco
> -- > *From:* Marco > *Sent:* Saturday, April 3, 2021 5:03 PM > *To:* dev@nuttx.apache.org > *Cc:* Juha Niskanen (Haltian) > *Subject:* Re: 1wire subsystem > > Hi Alan, > yes of course, moving to include/nuttx/1wire/1wire_master.h also m

Re: 1wire subsystem

2021-04-05 Thread Juha Niskanen (Haltian)
Sent: Saturday, April 3, 2021 5:03 PM To: dev@nuttx.apache.org Cc: Juha Niskanen (Haltian) Subject: Re: 1wire subsystem Hi Alan, yes of course, moving to include/nuttx/1wire/1wire_master.h also means splitting into different header files 1wire_master.h 1wire_slave.h and so on. Maybe juha doesn&#

Re: 1wire subsystem

2021-04-03 Thread Marco
Hi Alan, yes of course, moving to include/nuttx/1wire/1wire_master.h also means splitting into different header files 1wire_master.h 1wire_slave.h and so on. Maybe juha doesn't knew if this is 1wire specific. I think the fact that only maxim integrated/or dallas provides chips for the 1wire bus it

Re: 1wire subsystem

2021-04-03 Thread Alan Carvalho de Assis
Hi Marco, This code was submitted by Juha, maybe he has some rational why it was put there. In fact the structures and functions definition seam to be generic and should be at include/ But, including that file inside 1wire_master.h is not correct, because it was has slaves definition. BR, Alan