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/08/26 17:37:44 UTC

[GitHub] [incubator-nuttx] anchao edited a comment on pull request #1651: [EXPERIMENT/DISCUSS] sim/zblue: zephyr bluetooth stack support

anchao edited a comment on pull request #1651:
URL: https://github.com/apache/incubator-nuttx/pull/1651#issuecomment-681023220


   This is not a dirty repository,let me clarify these commits:
   
   1. sim/rcS: mount the current directory if hostfs is enabled
   Bluetooth settings require file system access to save the related bt hash and smp key.
   
   2. arch/sim: Initialize idle thread stack information
   Thread TLS bug, rtc driver will access errno in idle, which will cause crash, this improvement is pending on https://github.com/apache/incubator-nuttx/pull/1369, 
   this is just a workaround.
   
   3. sim/link: enable garbage collection by default
   The internal symbols of zephyr stack need complete link garbage collection
   
   4. sim/Make.defs: add -fvisibility=hidden to CFLAGS
   hide nuttx symbol to avoid host dynamic library (libusb) invaild link to nuttx
   
   5. sim/zblue: enable zephyr bluetooth stack
   enable stack
   


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