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 2021/03/16 08:34:50 UTC

[GitHub] [incubator-nuttx-apps] no1wudi opened a new pull request #613: Enhancement of QuickJS

no1wudi opened a new pull request #613:
URL: https://github.com/apache/incubator-nuttx-apps/pull/613


   ## Summary
   
   1. Bump to latest release 2020-11-08
   2. A mini interpreter is implemented, only 50K RAM is required. The full version of the interpreter requires approximately 280K RAM, which is not available for most boards.
   
   ## Impact
   None
   ## Testing
   Tested on stm32f429i-disco/stm32f746g-disco.
   


----------------------------------------------------------------
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



[GitHub] [incubator-nuttx-apps] xiaoxiang781216 edited a comment on pull request #613: Enhancement of QuickJS

Posted by GitBox <gi...@apache.org>.
xiaoxiang781216 edited a comment on pull request #613:
URL: https://github.com/apache/incubator-nuttx-apps/pull/613#issuecomment-800086696


   Please fix this warning:
   ```
   apps/interpreters/quickjs/qjsmini.c:2:1: error: Relative file path does not match actual file
   ```
   Other mix case warning can be ignored:
   ```
   apps/interpreters/quickjs/qjsmini.c:105:23: error: Mixed case identifier found
   apps/interpreters/quickjs/qjsmini.c:163:29: error: Mixed case identifier found
   ```


----------------------------------------------------------------
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



[GitHub] [incubator-nuttx-apps] no1wudi commented on pull request #613: Enhancement of QuickJS

Posted by GitBox <gi...@apache.org>.
no1wudi commented on pull request #613:
URL: https://github.com/apache/incubator-nuttx-apps/pull/613#issuecomment-800147017


   > Please fix this warning:
   > 
   > ```
   > apps/interpreters/quickjs/qjsmini.c:2:1: error: Relative file path does not match actual file
   > ```
   > 
   > Other mix case warning can be ignored:
   > 
   > ```
   > apps/interpreters/quickjs/qjsmini.c:105:23: error: Mixed case identifier found
   > apps/interpreters/quickjs/qjsmini.c:163:29: error: Mixed case identifier found
   > ```
   
   Done


----------------------------------------------------------------
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



[GitHub] [incubator-nuttx-apps] xiaoxiang781216 merged pull request #613: Enhancement of QuickJS

Posted by GitBox <gi...@apache.org>.
xiaoxiang781216 merged pull request #613:
URL: https://github.com/apache/incubator-nuttx-apps/pull/613


   


----------------------------------------------------------------
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



[GitHub] [incubator-nuttx-apps] xiaoxiang781216 commented on pull request #613: Enhancement of QuickJS

Posted by GitBox <gi...@apache.org>.
xiaoxiang781216 commented on pull request #613:
URL: https://github.com/apache/incubator-nuttx-apps/pull/613#issuecomment-800086696


   Please fix this warning:
   ```
   apps/interpreters/quickjs/qjsmini.c:2:1: error: Relative file path does not match actual file
   ```


----------------------------------------------------------------
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