On Fri, Nov 18, 2022 at 11:49 AM Gregory Nutt <spudan...@gmail.com> wrote: > The are other Apache RTOSs, or at OSs. There is, at least, > https://mynewt.apache.org/ > > MyNewt uses several repositories, one for each major subsystem. Their > naming uses hyphens: mynewt-core, mynewt-newt, mynewt-nimble, > mynewt-newtmgr, etc.
There is something to be said for consistency. If most Apache projects do as mynewt did, then I think we should do similarly. On Fri, Nov 18, 2022 at 11:13 AM Gregory Nutt <spudan...@gmail.com> wrote: > There are some toolchains supported by NuttX that cannot handle hyphens > in paths. So, setting aside personal preferences, there are valid > reasons why hyphens should be avoided. There are also old, obsolete > filesystems that do not support hyphens in names. I think we've been instructing everyone to clone so you end up with this hierarchy: <somedir>/ |-nuttx |-apps So really the URLs to clone from shouldn't interfere with whatever the filesystem supports, right? Besides, if we're worried about hyphen support in the filesystem, Alan pointed out [1] that we have lots of source files with hyphens in the names, so we'd need to rename all of them. [1] https://lists.apache.org/thread/h9ky1n2jycdn8y1p6wg6q7xn74x3q5bp Cheers, Nathan