raiden00pl commented on code in PR #1872: URL: https://github.com/apache/nuttx-apps/pull/1872#discussion_r1279639564
########## system/ofloader/segger.c: ########## @@ -0,0 +1,244 @@ +/**************************************************************************** + * apps/system/ofloader/segger.c Review Comment: I don't see a problem that ofloader will only work in flat mode. My doubts are more related to the fact that we mix user-space with kernel-space. For me, one of the best feature of NuttX is the strong separation of user-space from kernel-space and the interaction between them using a strictly defined interface. So violations of this principle should be minimal (in an ideal world - none :)) -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
