Re: DHCP renewal problem.

2022-10-11 Thread Nathan Hartman
On Mon, Oct 10, 2022 at 11:32 AM Fotis Panagiotopoulos wrote: > Hello everyone, > > While I am still tracking down various issues regarding networking with > NuttX, I observed something interesting within the DHCP client code. > > When dhcpc_request is called, the current IP address is set to INA

RE: [apache/incubator-nuttx] tools/configure.sh: Update USAGE for custom out-of-tree boards (PR #7103)

2022-10-11 Thread Gregory Nutt
> If external is historic, what is the preferred way to include a custom out-of-tree (i.e. non-public) App in a build, in a way that won't get trashed if a distclean or Nuttx upgrade merge is done? Distclean will not affect any untracked files/directories/symbolic links. If an untracked director

Re: [apache/incubator-nuttx] tools/configure.sh: Update USAGE for custom out-of-tree boards (PR #7103)

2022-10-11 Thread Tim Hardisty
If external is historic, what is the preferred way to include a custom out-of-tree (i.e. non-public) App in a build, in a way that won't get trashed if a distclean or Nuttx upgrade merge is done? On 11/10/2022, 20:08, "Gregory Nutt" wrote: > Did you check the "external" directory or are

Re: Unicode characters in codebase.

2022-10-11 Thread Petro Karashchenko
I see that those comments are there starting from the initial commit. Maybe f...@feedforward.com.cn can update those comments to something readable (added to recipients list)? Best regards, Petro пн, 10 жовт. 2022 р. о 19:05 Fotis Panagiotopoulos пише: > I used the following two commands to che

Re: [apache/incubator-nuttx] tools/configure.sh: Update USAGE for custom out-of-tree boards (PR #7103)

2022-10-11 Thread Gregory Nutt
Did you check the "external" directory or are you looking for something else? Basically the external directory allows you to symlink an out of tree repository (or repositories) that should contain, at least, the minimal build glues (Makefile and Make.defs). The build system should pick up the

Re: [apache/incubator-nuttx] tools/configure.sh: Update USAGE for custom out-of-tree boards (PR #7103)

2022-10-11 Thread TimH
Hmmm…no, I’ll rummage around to find out how to do that as it sounds like what I’m looking for, thanks. > On 11 Oct 2022, at 19:27, Abdelatif Guettouche > wrote: > > Did you check the "external" directory or are you looking for something > else? > > Basically the external directory allows yo

Re: [apache/incubator-nuttx] tools/configure.sh: Update USAGE for custom out-of-tree boards (PR #7103)

2022-10-11 Thread Abdelatif Guettouche
Did you check the "external" directory or are you looking for something else? Basically the external directory allows you to symlink an out of tree repository (or repositories) that should contain, at least, the minimal build glues (Makefile and Make.defs). The build system should pick up the res

Re: [apache/incubator-nuttx] tools/configure.sh: Update USAGE for custom out-of-tree boards (PR #7103)

2022-10-11 Thread Tim Hardisty
I have walked through the custom apps guide from the cwiki and find that it is explaining how to replace the ENTIRE Nuttx Apps directory with a custom alternative. That seems to me to be perhaps of minority interest but I'll include it in the documentation I'm writing anyway for completeness.

Re: [RESULT] Release Apache NuttX (Incubating) 11.0.0 [RC2]

2022-10-11 Thread Gregory Nutt
On 10/11/2022 3:14 AM, Tomek CEDRO wrote: On Tue, Oct 11, 2022 at 12:49 AM Gregory Nutt wrote: Several years ago Mike Smith did a 68000 port of NuttX. I’m not sure if he completed it or not, but the port never came upstream. Mike is no longer involved with NuttX and probably not contactable.

Re: [RESULT] Release Apache NuttX (Incubating) 11.0.0 [RC2]

2022-10-11 Thread Tomek CEDRO
On Tue, Oct 11, 2022 at 12:49 AM Gregory Nutt wrote: > Several years ago Mike Smith did a 68000 port of NuttX. I’m not sure if he > completed it or not, but the port never came upstream. Mike is no longer > involved with NuttX and probably not contactable. If anyone out there in > PX4 land know