Re: [PATCH v4 3/7] bsps: Add GPIO API

2022-07-25 Thread Chris Johns
On 25/7/2022 11:54 am, Duc Doan wrote: > Hello, > > On Mon, 2022-07-25 at 11:42 +1000, Chris Johns wrote: >> On 23/7/2022 1:53 pm, Duc Doan wrote: >>> This is the new GPIO API. The header file is >>> gpio2.h. >>> --- >>>  bsps/include/bsp/gpio2.h    | 526 >>>

Re: [PATCH v4 3/7] bsps: Add GPIO API

2022-07-24 Thread Duc Doan
Hello, On Mon, 2022-07-25 at 11:42 +1000, Chris Johns wrote: > On 23/7/2022 1:53 pm, Duc Doan wrote: > > This is the new GPIO API. The header file is > > gpio2.h. > > --- > >  bsps/include/bsp/gpio2.h    | 526 > > > >  bsps/shared/dev/gpio/gpio.c | 189 +++

Re: [PATCH v4 3/7] bsps: Add GPIO API

2022-07-24 Thread Chris Johns
On 23/7/2022 1:53 pm, Duc Doan wrote: > This is the new GPIO API. The header file is > gpio2.h. > --- > bsps/include/bsp/gpio2.h| 526 > bsps/shared/dev/gpio/gpio.c | 189 + > spec/build/bsps/obj.yml | 2 +- > 3 files changed, 716 insertio

[PATCH v4 3/7] bsps: Add GPIO API

2022-07-22 Thread Duc Doan
This is the new GPIO API. The header file is gpio2.h. --- bsps/include/bsp/gpio2.h| 526 bsps/shared/dev/gpio/gpio.c | 189 + spec/build/bsps/obj.yml | 2 +- 3 files changed, 716 insertions(+), 1 deletion(-) create mode 100644 bsps/includ