Warnings in Renesas common files

2020-09-01 Thread Bhindhiya Raja
Hello Team, We are working on adding pre-check support for Renesas RX65N MCU. We are getting the below warnings in the common files used across the Renesas MCUs (M16, SH1 and RX65N). 1. arch/renesas/src/common/up_blocktask.c: passing argument 2 of ‘up_copystate’ discards ‘volatile’ qualifi

Re: Warnings in Renesas common files

2020-09-01 Thread Nathan Hartman
On Tue, Sep 1, 2020 at 8:12 AM Bhindhiya Raja wrote: > Hello Team, > > We are working on adding pre-check support for Renesas RX65N MCU. We are > getting the below warnings in the common files used across the Renesas MCUs > (M16, SH1 and RX65N). > > > 1. arch/renesas/src/common/up_blocktask.c:

Re: Warnings in Renesas common files

2020-09-04 Thread Bhindhiya Raja
s are okay. Regards, Bhindhiya Raja From: Nathan Hartman Sent: Tuesday, September 1, 2020 6:32 PM To: dev@nuttx.apache.org Subject: Re: Warnings in Renesas common files **This is an external email. Please check the sender’s

Re: Warnings in Renesas common files

2020-09-04 Thread Nathan Hartman
On Fri, Sep 4, 2020 at 9:40 AM Bhindhiya Raja wrote: > > Hello Nathan, > > Thank you for your response. We have submitted 2 separate PRs as recommended > by you to resolve warnings 6 (#1695) and 8 (#1702). > > About warnings 1 to 4, we understand that casting away the 'volatile' type > qualifier

Re: Warnings in Renesas common files

2020-09-14 Thread Bhindhiya Raja
_ From: Nathan Hartman Sent: Saturday, September 5, 2020 3:51 AM To: dev@nuttx.apache.org Subject: Re: Warnings in Renesas common files **This is an external email. Please check the sender’s full email address (not just the sender name) and exercise caution bef

Re: Warnings in Renesas common files

2020-09-18 Thread Bhindhiya Raja
cations? Regards, Bhindhiya Raja. From: Bhindhiya Raja Sent: Monday, September 14, 2020 5:09 PM To: dev@nuttx.apache.org Subject: Re: Warnings in Renesas common files Hello Greg and Nathan, Any input on the warnings generated due to the g_current_regs volatile type qualifie

Re: Warnings in Renesas common files

2020-09-19 Thread Xiang Xiao
above mentioned modifications? > > Regards, > Bhindhiya Raja. > > From: Bhindhiya Raja > Sent: Monday, September 14, 2020 5:09 PM > To: dev@nuttx.apache.org > Subject: Re: Warnings in Renesas common files > > Hello Greg and Nathan, &