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/12/18 17:10:44 UTC

[GitHub] [incubator-nuttx-apps] raiden00pl opened a new pull request #928: wireless/bluetooth/nimble: make stacksize configurable

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


   ## Summary
   wireless/bluetooth/nimble: make stacksize configurable
   
   After this change, nimble works again on nrf52832:
   
   ```
   NuttShell (NSH) NuttX-10.2.0
   nsh> 
   nsh> 
   nsh> 
   nsh> nimble &
   nimble [5:255]
   port init
   hci init
   gap init
   gatt init
   ans init
   ias init
   lls init
   tps init
   hci_sock task init
   ble_host task init
   nsh> hci sock task
   host task
   advertise
   
   nsh> ps
     PID GROUP PRI POLICY   TYPE    NPX STATE    EVENT     SIGMASK   STACK COMMAND
       0     0   0 FIFO     Kthread N-- Ready              00000000 001000 Idle Task
       1     1 224 RR       Kthread --- Waiting  Semaphore 00000000 002016 hpwork 0x20000d24
       2     2 100 RR       Kthread --- Ready              00000000 002016 lpwork 0x20000d30
       3     3 100 RR       Task    --- Running            00000000 002032 init
       4     4 100 RR       Kthread --- Waiting  MQ empty  00000000 002024 BT HCI Tx
       5     5 255 RR       Task    --- Waiting  Signal    00000000 002032 nimble
       7     5   1 RR       pthread --- Waiting  Semaphore 00000000 002048 pt-0x12fdd 0
       8     5   1 RR       pthread --- Waiting  MQ empty  00000000 002048 pt-0x12ff5 0
   nsh> free
                      total       used       free    largest  nused  nfree
           Umem:      32400      26048       6352       5776     77      5
   ```
   
   
   
   
   ## Impact
   
   ## Testing
   nrf52840-dk and nrf52832-dk
   


-- 
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: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-nuttx-apps] xiaoxiang781216 commented on pull request #928: wireless/bluetooth/nimble: make stacksize configurable

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


   Let's ignore CI false alarm on xtensa.


-- 
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: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-nuttx-apps] xiaoxiang781216 merged pull request #928: wireless/bluetooth/nimble: make stacksize configurable

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


   


-- 
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: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org