Re: AVR32 on NuttX

2023-11-23 Thread Raman Gopalan
Dear Alan, Greetings! I re-installed my GNU/Linux. I am running Ubuntu 23.10. Atleast, things are working as expected. All my problems with /dev are solved. My Atmel ICE device is getting enumerated fine. Here is my version. raman@foo:~$ lsb_release -a No LSB modules are available. Distributor ID

Re: Dumb question re: "full path", out of tree board

2023-11-23 Thread Karel Kočí
Hello, I am afraid that it is just not covered correctly by nxstyle. I was tackling the same issue few times already. nxstyle first resolves all symlinks with `realpath` and thus no magic with symlinks will work. https://github.com/apache/nuttx/blob/ed877fd494cc465671186a63a7fd9c41abf494ba/too

Re: Dumb question re: "full path", out of tree board

2023-11-23 Thread Nathan Hartman
On Thu, Nov 23, 2023 at 6:42 AM Tim Hardisty wrote: > Hi, > > I have an out-of-tree custom board (which lives resides in my main NuttX > folder as ./../CustomBoards/boardname). I use checkpatch.sh even on my > board software in that locations as I like to be consistent, but it > complains that t

Dumb question re: "full path", out of tree board

2023-11-23 Thread Tim Hardisty
Hi, I have an out-of-tree custom board (which lives resides in my main NuttX folder as  ./../CustomBoards/boardname). I use checkpatch.sh even on my board software in that locations as I like to be consistent, but it complains that the path (line 2 of the header comment) must begin with the r