<feed xmlns='http://www.w3.org/2005/Atom'>
<title>infinitime.git/src/libs/mynewt-nimble, branch edge</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.tidal.blue/infinitime.git/'/>
<entry>
<title>Comment about unused macro</title>
<updated>2022-04-09T14:19:59Z</updated>
<author>
<name>Michele Bini</name>
<email>michele.bini@gmail.com</email>
</author>
<published>2022-04-09T14:19:59Z</published>
<link rel='alternate' type='text/html' href='http://cgit.tidal.blue/infinitime.git/commit/?id=4d9c76afdacddb1f766c74789f49f3dc96aead9a'/>
<id>4d9c76afdacddb1f766c74789f49f3dc96aead9a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>New changes according to the review : Priority 0 for display, 1 for system, timer and ble host, and 2 for ble LL</title>
<updated>2022-03-21T19:53:46Z</updated>
<author>
<name>Jean-François Milants</name>
<email>jf@codingfield.com</email>
</author>
<published>2022-03-17T20:22:59Z</published>
<link rel='alternate' type='text/html' href='http://cgit.tidal.blue/infinitime.git/commit/?id=a8b7fbe48b4a86238f38ed0f084b277b44c428fb'/>
<id>a8b7fbe48b4a86238f38ed0f084b277b44c428fb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix priorities of BLE tasks</title>
<updated>2022-03-21T19:53:46Z</updated>
<author>
<name>Jean-François Milants</name>
<email>jf@codingfield.com</email>
</author>
<published>2022-03-14T20:54:13Z</published>
<link rel='alternate' type='text/html' href='http://cgit.tidal.blue/infinitime.git/commit/?id=cd1f218dd8710f61238307a9fa5b0d11e229bffa'/>
<id>cd1f218dd8710f61238307a9fa5b0d11e229bffa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Adjust BLE/LL stacks, style, comments, refactoring</title>
<updated>2021-12-09T20:14:16Z</updated>
<author>
<name>James A. Jerkins</name>
<email>evergreen@jamesjerkinscomputer.com</email>
</author>
<published>2021-12-08T06:10:54Z</published>
<link rel='alternate' type='text/html' href='http://cgit.tidal.blue/infinitime.git/commit/?id=048ecd41e414a9abc8c3d09423b8f5cb99304309'/>
<id>048ecd41e414a9abc8c3d09423b8f5cb99304309</id>
<content type='text'>
Increase BLE task stack +200 and decrease LL task stack -200
more braces!
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Increase BLE task stack +200 and decrease LL task stack -200
more braces!
</pre>
</div>
</content>
</entry>
<entry>
<title>Connect and bond with a passkey</title>
<updated>2021-12-09T20:14:16Z</updated>
<author>
<name>James A. Jerkins</name>
<email>evergreen@jamesjerkinscomputer.com</email>
</author>
<published>2021-10-30T18:02:39Z</published>
<link rel='alternate' type='text/html' href='http://cgit.tidal.blue/infinitime.git/commit/?id=62dbcbfc953a36202d96466563a8e71b8bd4ff65'/>
<id>62dbcbfc953a36202d96466563a8e71b8bd4ff65</id>
<content type='text'>
This commit adds the following:
    Passkey pairing - passkey is displayed on watch
    Swipe down to clear passkey screen
    Connection encryption
    Connection bonding
    Automatic reconnects to a bonded peripheral
    Trusted device on Android

Note that persisting the bond between reboots is NOT included in
this commit. Therefore, rebooting the watch will cause reconnect failures.
You must delete the bond from the phone to reconnect/pair.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This commit adds the following:
    Passkey pairing - passkey is displayed on watch
    Swipe down to clear passkey screen
    Connection encryption
    Connection bonding
    Automatic reconnects to a bonded peripheral
    Trusted device on Android

Note that persisting the bond between reboots is NOT included in
this commit. Therefore, rebooting the watch will cause reconnect failures.
You must delete the bond from the phone to reconnect/pair.
</pre>
</div>
</content>
</entry>
<entry>
<title>Correctly return the tick at which the RF will be fully enabled.</title>
<updated>2021-09-25T22:48:53Z</updated>
<author>
<name>Daniel Jackson</name>
<email>email@danieljackson.co.uk</email>
</author>
<published>2021-09-25T22:48:53Z</published>
<link rel='alternate' type='text/html' href='http://cgit.tidal.blue/infinitime.git/commit/?id=d7ca217872307357200e32ad679786d8f3396ca0'/>
<id>d7ca217872307357200e32ad679786d8f3396ca0</id>
<content type='text'>
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.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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.</pre>
</div>
</content>
</entry>
<entry>
<title>Fix memory leak in timer management in port layer of Nimble.</title>
<updated>2021-02-07T17:09:19Z</updated>
<author>
<name>Jean-François Milants</name>
<email>jf@codingfield.com</email>
</author>
<published>2021-02-07T17:09:19Z</published>
<link rel='alternate' type='text/html' href='http://cgit.tidal.blue/infinitime.git/commit/?id=4918524550346d702ba2e5a27cefd0e8bf976db1'/>
<id>4918524550346d702ba2e5a27cefd0e8bf976db1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update to nimble 1.3 master branch commit 82153e744833821e20e9a8b0d61c38b2b0dbcfe1</title>
<updated>2021-02-02T21:09:00Z</updated>
<author>
<name>Jean-François Milants</name>
<email>jf@codingfield.com</email>
</author>
<published>2021-02-02T21:09:00Z</published>
<link rel='alternate' type='text/html' href='http://cgit.tidal.blue/infinitime.git/commit/?id=d90b7274fa8bbfa09f79660b45b550d91f7b0125'/>
<id>d90b7274fa8bbfa09f79660b45b550d91f7b0125</id>
<content type='text'>
WARNING : heartbeat task is disabled!
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
WARNING : heartbeat task is disabled!
</pre>
</div>
</content>
</entry>
<entry>
<title>Normalize all the line endings</title>
<updated>2021-01-31T19:50:04Z</updated>
<author>
<name>Jean-François Milants</name>
<email>jf@codingfield.com</email>
</author>
<published>2021-01-31T19:50:04Z</published>
<link rel='alternate' type='text/html' href='http://cgit.tidal.blue/infinitime.git/commit/?id=51ff9d5e7bce66bc864bf6e807b0c4dbc6f2231b'/>
<id>51ff9d5e7bce66bc864bf6e807b0c4dbc6f2231b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix most of the warnings. Remaining warnings come from nimble source code.</title>
<updated>2020-08-17T14:31:00Z</updated>
<author>
<name>JF</name>
<email>jf@codingfield.com</email>
</author>
<published>2020-08-17T14:31:00Z</published>
<link rel='alternate' type='text/html' href='http://cgit.tidal.blue/infinitime.git/commit/?id=83f6d7d81b80809de0bc850a0b445bc035098dba'/>
<id>83f6d7d81b80809de0bc850a0b445bc035098dba</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
