You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by GitBox <gi...@apache.org> on 2019/07/05 13:11:00 UTC

[GitHub] [mynewt-nimble] haukepetersen opened a new pull request #508: npl/riot: strip down the default configuration

haukepetersen opened a new pull request #508: npl/riot: strip down the default configuration
URL: https://github.com/apache/mynewt-nimble/pull/508
 
 
   The intention for the NimBLE RIOT port is to provide a rather simplistic default configuration, which can be extended from inside the RIOT build system. For example, the IP-over-BLE implementation (https://github.com/RIOT-OS/RIOT/pull/11578) re-configures the buffer sizes and count to more suitable values for that specific use-case.
   
   This PR disables the link layers security and privacy features, and optimizes the internal buffer space needed by the l2cap layer.
   
   Building RIOTs default `examples/nimble_gatt` application for the `nrf52dk`, this saves ~6.5k of ROM and ~1k of RAM.

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