summaryrefslogtreecommitdiff
path: root/src/libs/mynewt-nimble/nimble
AgeCommit message (Collapse)AuthorFilesLines
2022-07-07Nimble: Compatibility with LFRC calibrationChristoph Honal1-2/+3
Nimble has to be aware of the low frequency clock calibration procedure, in order to not interfere with the usage of the HFCLK. For more info, see https://github.com/apache/mynewt-nimble/issues/1207
2021-09-25Correctly return the tick at which the RF will be fully enabled.Daniel Jackson1-1/+1
Always returning 0 (when `MYNEWT_VAL_BLE_LL_RFMGMT_ENABLE_TIME` is not defined), rather than a time near to the current tick, causes an issue in at least one place: `ble_ll_adv_sm_start()`, where the calculation of `delta` overflows when the system timer is at 0x80000000 or above -- causing an incorrect, huge adjustment to be made to the scheduled time, ultimately stopping adverts from being sent.
2021-02-02Update to nimble 1.3 master branch commit ↵Jean-François Milants175-8016/+24327
82153e744833821e20e9a8b0d61c38b2b0dbcfe1 WARNING : heartbeat task is disabled!
2021-01-31Normalize all the line endingsJean-François Milants2-3/+3
2020-08-17Fix most of the warnings. Remaining warnings come from nimble source code.JF1-0/+2
2020-07-08Remove debug (and bad) #includes.JF2-2/+0
2020-06-16Update to nimble 1.3.0 + WIP : debug BLE connection issue with android phones.JF18-149/+120
2020-04-26Add Nimble in libs directoryJF333-0/+158458