You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2020/03/24 15:30:44 UTC

[GitHub] [incubator-nuttx-apps] patacongo opened a new issue #139: Illegal calls to romdisk_register()

patacongo opened a new issue #139: Illegal calls to romdisk_register()
URL: https://github.com/apache/incubator-nuttx-apps/issues/139
 
 
   Several examples (and other things under apps/) make illegal calls to romdisk_register().  This both violates the portable  POSIX OS interface and makes these applications un-usable in PROTECTED and KERNEL build modes.
   
   Non-compliant examples include:
   
   - examples/bastest, examples/elf, examples/module,
   - examples/nxflat, examples/posix_spawn, examples/romfs,
   - examples/sotest, examples/thttpd, examples/unionfs
   
   These examples are simple demos and, hence, you could argue that it is not so bad that they violate the interface for the purpose of demonstration (although they do set a bad example because of  this).

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services