<feed xmlns='http://www.w3.org/2005/Atom'>
<title>zmk.git/app/include/zmk/split, branch master</title>
<subtitle>ZMK Bluetooth keyboard firmware.
</subtitle>
<link rel='alternate' type='text/html' href='http://git.nvandoorn.com/zmk.git/'/>
<entry>
<title>feature(split): behavior locality support.</title>
<updated>2021-11-26T17:59:03+00:00</updated>
<author>
<name>Pete Johanson</name>
<email>peter@peterjohanson.com</email>
</author>
<published>2020-12-20T14:49:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nvandoorn.com/zmk.git/commit/?id=4e4faca67015df3a3e1bf1b9937265f465c5093d'/>
<id>4e4faca67015df3a3e1bf1b9937265f465c5093d</id>
<content type='text'>
* GATT characteristic allowing passng data + behavior
  label to invoke the behavior on the peripheral side.
* Behaviors have a locality setting to specify where they run.
* Build reset/power/RGB on peripheral.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* GATT characteristic allowing passng data + behavior
  label to invoke the behavior on the peripheral side.
* Behaviors have a locality setting to specify where they run.
* Build reset/power/RGB on peripheral.
</pre>
</div>
</content>
</entry>
<entry>
<title>refactor(app): replace Zephyr integer types with C99 integer types</title>
<updated>2020-12-14T17:41:25+00:00</updated>
<author>
<name>innovaker</name>
<email>66737976+innovaker@users.noreply.github.com</email>
</author>
<published>2020-12-02T16:41:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nvandoorn.com/zmk.git/commit/?id=bac1f17cf6ce225876dc7b6b2a809bcd98010391'/>
<id>bac1f17cf6ce225876dc7b6b2a809bcd98010391</id>
<content type='text'>
u8_t → uint8_t
u16_t → uint16_t
u32_t → uint32_t
u64_t → uint64_t
s8_t → int8_t
s16_t → int16_t
s32_t → int32_t
s64_t → int64_t

Prerequisite for #223
See: https://github.com/zephyrproject-rtos/zephyr/releases/tag/zephyr-v2.4.0
PR: #467</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
u8_t → uint8_t
u16_t → uint16_t
u32_t → uint32_t
u64_t → uint64_t
s8_t → int8_t
s16_t → int16_t
s32_t → int32_t
s64_t → int64_t

Prerequisite for #223
See: https://github.com/zephyrproject-rtos/zephyr/releases/tag/zephyr-v2.4.0
PR: #467</pre>
</div>
</content>
</entry>
<entry>
<title>Add missing licensing header</title>
<updated>2020-10-02T07:44:31+00:00</updated>
<author>
<name>Dev</name>
<email>devvmashru@protonmail.ch</email>
</author>
<published>2020-10-01T05:56:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nvandoorn.com/zmk.git/commit/?id=c68e3d3e42b9ff1722b2c2b9728f5d3b85784a45'/>
<id>c68e3d3e42b9ff1722b2c2b9728f5d3b85784a45</id>
<content type='text'>
Fixes #205
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #205
</pre>
</div>
</content>
</entry>
<entry>
<title>chore: clang-format the codebase.</title>
<updated>2020-09-14T04:10:34+00:00</updated>
<author>
<name>Pete Johanson</name>
<email>peter@peterjohanson.com</email>
</author>
<published>2020-09-14T02:53:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nvandoorn.com/zmk.git/commit/?id=191a2d755ad4761bd04a30a113e05119ad7aa61e'/>
<id>191a2d755ad4761bd04a30a113e05119ad7aa61e</id>
<content type='text'>
* Use the LLVM style
* Override indent width (8) and column limit (100)
* Fixes #142.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Use the LLVM style
* Override indent width (8) and column limit (100)
* Fixes #142.
</pre>
</div>
</content>
</entry>
<entry>
<title>More cleanup of BLE split code.</title>
<updated>2020-07-18T02:43:40+00:00</updated>
<author>
<name>Pete Johanson</name>
<email>peter@peterjohanson.com</email>
</author>
<published>2020-07-16T22:52:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nvandoorn.com/zmk.git/commit/?id=eb0bf2337ee988cb5b094db814beb0db8271e908'/>
<id>eb0bf2337ee988cb5b094db814beb0db8271e908</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Lots of work on split peripheral/central logic.</title>
<updated>2020-07-18T02:43:40+00:00</updated>
<author>
<name>Pete Johanson</name>
<email>peter@peterjohanson.com</email>
</author>
<published>2020-07-03T03:34:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nvandoorn.com/zmk.git/commit/?id=be537d06565a38f5fcca8d5a1d0a7b7350b35d51'/>
<id>be537d06565a38f5fcca8d5a1d0a7b7350b35d51</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Initial work on split central support.</title>
<updated>2020-07-18T02:43:40+00:00</updated>
<author>
<name>Pete Johanson</name>
<email>peter@peterjohanson.com</email>
</author>
<published>2020-07-02T02:27:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nvandoorn.com/zmk.git/commit/?id=a165db63586f37531d5050623bc5a7bc96793d49'/>
<id>a165db63586f37531d5050623bc5a7bc96793d49</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Initial exploration of split BLE service.</title>
<updated>2020-07-18T02:43:40+00:00</updated>
<author>
<name>Pete Johanson</name>
<email>peter@peterjohanson.com</email>
</author>
<published>2020-06-29T04:37:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nvandoorn.com/zmk.git/commit/?id=3796f76c56d42ca9b4fd36edae7f6bf6656009b9'/>
<id>3796f76c56d42ca9b4fd36edae7f6bf6656009b9</id>
<content type='text'>
* Service for split peripheral to report
  position state to split central.
* Updated advertising info.
* Behavior for split BT until we have a proper
  event system.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Service for split peripheral to report
  position state to split central.
* Updated advertising info.
* Behavior for split BT until we have a proper
  event system.
</pre>
</div>
</content>
</entry>
</feed>
