| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Correctly return the tick at which the RF will be fully enabled. | Daniel Jackson | 2021-09-25 | 1 | -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. | ||||
| * | Fix memory leak in timer management in port layer of Nimble. | Jean-François Milants | 2021-02-07 | 1 | -0/+2 |
| | | |||||
| * | Update to nimble 1.3 master branch commit ↵ | Jean-François Milants | 2021-02-02 | 281 | -9252/+31317 |
| | | | | | | | 82153e744833821e20e9a8b0d61c38b2b0dbcfe1 WARNING : heartbeat task is disabled! | ||||
| * | Normalize all the line endings | Jean-François Milants | 2021-01-31 | 2 | -3/+3 |
| | | |||||
| * | Fix most of the warnings. Remaining warnings come from nimble source code. | JF | 2020-08-17 | 1 | -0/+2 |
| | | |||||
| * | Fix/Workaround a memory leak each time a device connects to BLE. | JF | 2020-07-11 | 1 | -0/+6 |
| | | |||||
| * | Remove debug (and bad) #includes. | JF | 2020-07-08 | 3 | -3/+0 |
| | | |||||
| * | Reduce RAM memory usage by tuning the stack of the stasks and the heap ↵ | JF | 2020-07-02 | 1 | -2/+2 |
| | | | | | | | allocated for FreeRTOS. Add Monitor to log the stack usage of each task. | ||||
| * | Disable all logging | JF | 2020-06-19 | 1 | -2/+2 |
| | | |||||
| * | Update to nimble 1.3.0 + WIP : debug BLE connection issue with android phones. | JF | 2020-06-16 | 21 | -844/+551 |
| | | |||||
| * | Merge branch 'nimble' into nimble-ota | JF | 2020-05-02 | 1 | -2/+2 |
| |\ | |||||
| | * | Fix random crash caused by bad implementation of ble_npl_hw_enter_critical(). | JF | 2020-04-30 | 1 | -2/+2 |
| | | | |||||
| * | | Update syscfg.h | JF | 2020-05-02 | 2 | -2/+2 |
| |/ | |||||
| * | Add Nimble in libs directory | JF | 2020-04-26 | 629 | -0/+227915 |
