InfiniTime/src/libs
Daniel Jackson d7ca217872
Correctly return the tick at which the RF will be fully enabled.
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-09-25 23:48:53 +01:00
..
date Add date library (https://github.com/HowardHinnant/date) to manage the date and time. 2020-01-11 17:14:12 +01:00
littlefs@ead50807f1 Using littlefs (#438) 2021-07-11 15:06:06 +02:00
lvgl@23430cf20e Update LVGL 2021-04-21 15:48:41 +01:00
mynewt-nimble Correctly return the tick at which the RF will be fully enabled. 2021-09-25 23:48:53 +01:00
lv_conf.h Fix compile warnings 2021-07-25 18:01:13 +02:00