ivmarkov
b40a0afbd0
Configurable parts_list in descriptor
2023-06-17 14:00:44 +00:00
ivmarkov
9070e87944
Proper mDNS responder
2023-06-12 09:47:20 +00:00
ivmarkov
e2277a17a4
Make Matter covariant over its lifetime
2023-06-10 16:41:33 +00:00
ivmarkov
eb21772a09
Simplify main user-facing API
2023-06-09 10:16:07 +00:00
ivmarkov
1c26df0712
Control memory by removing implicit copy
2023-05-28 11:04:46 +00:00
ivmarkov
2e0a09b532
built-in mDNS; memory optimizations
2023-05-24 10:07:11 +00:00
ivmarkov
2f2e332c75
Fix compilation errors in crypto
2023-05-14 09:08:51 +00:00
imarkov
2a2bdab9c5
Optional feature to capture stacktrace on error
2023-05-14 09:08:51 +00:00
ivmarkov
bb275cd50a
Bugfix: subscription_id was not sent
2023-05-14 09:08:51 +00:00
ivmarkov
6ea96c390e
Error log on arm failure
2023-05-14 09:08:51 +00:00
ivmarkov
669ef8accc
Bugfix: only report devtype for the queried endpoint
2023-05-14 09:08:51 +00:00
ivmarkov
fb2d5a4a23
Root cert buffer too short
2023-05-14 09:08:51 +00:00
ivmarkov
b4f92b0063
Bugfix: two separate failsafe instances were used
2023-05-14 09:08:51 +00:00
ivmarkov
875ac697ad
Restore transaction completion code
2023-05-14 09:08:51 +00:00
ivmarkov
40a476e0d9
Bugfix: arm failsafe was reporting wrong status
2023-05-14 09:08:51 +00:00
ivmarkov
a7ca17fabc
On-off example now buildable
2023-05-14 09:08:51 +00:00
ivmarkov
d82e9ec0af
Remove allocations from Cert handling
2023-05-14 09:08:51 +00:00
ivmarkov
26fb6b01c5
Long reads and subscriptions reintroduced
2023-05-14 09:08:51 +00:00
ivmarkov
c11a1a1372
Start reintroducing long reads and subscriptions from mainline
2023-05-14 09:08:51 +00:00
ivmarkov
d446007f6b
Support for no_std
...
Support for no_std
Further no_std compat
2023-05-14 09:08:51 +00:00
Kedar Sovani
3b091c2106
Merge pull request #51 from kedars/feature/types_for_id
...
IM: Use Types for IDs
2023-04-05 13:45:51 +05:30
Kedar Sovani
5b2af5ffd7
Merge pull request #50 from kedars/feature/dedup
...
de-dup for RX packets
2023-04-05 13:45:21 +05:30
Kedar Sovani
0e172f073a
NOC: Send an ACK up-front since NOC operations take longer time
...
Ack the other end while we are processing stuff, so it doesn't bombard us
with retransmissions
2023-04-05 12:18:26 +05:30
Kedar Sovani
cef9919714
IM: Use Types for Ids
2023-04-03 23:26:02 +05:30
Restyled.io
db43ce7aeb
Restyled by rustfmt
2023-03-08 11:13:41 +01:00
Daniel Struebig
760b543d17
Removed Result return type from new function of attribute
2023-03-08 09:50:50 +01:00
Kedar Sovani
2f360af9c2
NoC: Remove any ACLs for this fabric
2023-03-04 14:52:09 +05:30
Kedar Sovani
fbcbcb7db4
NoC: Remove Fabric Support
2023-03-04 13:12:04 +05:30
Kedar Sovani
fcb7f9c28e
DataModel: Increase the tail buffer, works with Google now
2023-03-04 13:02:25 +05:30
Kedar Sovani
df226aa5f3
Clippy fixes
2023-03-01 07:42:32 +05:30
Kedar Sovani
da8d7a96b7
Tests: Add test for long read
2023-02-28 18:10:47 +05:30
Kedar Sovani
0713b79d48
Fix merge conflict
2023-02-28 16:55:31 +05:30
Kedar Sovani
dfa25214ba
Merge pull request #26 from angelybo/clusters/media_playback_cluster
...
Clusters/media playback cluster
2023-02-28 16:51:20 +05:30
Troels Dalsgaard Hoffmeyer
e3e085d135
Spelling: Sucess => Success
2023-02-28 16:42:23 +05:30
Kedar Sovani
d0d853d3c4
Subscribe: Support for long-read based subscription
...
The following command works with this: chip-tool any subscribe-by-id 0xFFFFFFFF 0xFFFFFFFF 1 20 12344321 0xFFFF
2023-02-27 20:11:30 +05:30
Kedar Sovani
78d14629a8
ReadReq: Multi-hop read is fully functional
2023-02-26 17:16:43 +05:30
Kedar Sovani
dd47aa9a69
ReadRequest: Basic stuff works across multi-hop reads
2023-02-26 15:02:56 +05:30
Kedar Sovani
487124c9dc
DataModel: Capture pending request for chunked read messages
2023-02-24 19:28:42 +05:30
Angel Yankov
fb97857f59
Whitespace format fix
2023-02-24 11:20:09 +02:00
Kedar Sovani
e05f40c506
DataModel: Demultiplex multi-leg transactions in core/mod.rs
...
In following commits chunked read will be added
2023-02-22 14:38:42 +05:30
Angel Yankov
3e03ceaacb
Add device type speaker
2023-02-21 13:36:27 +02:00
Angel Yankov
d683aace8b
Implement playback response
2023-02-21 13:36:27 +02:00
Angel Yankov
057bcb7860
Add media playback cluster with some default implementations.
2023-02-21 13:36:27 +02:00
Kedar Sovani
c5345e3034
DataModel: Mov subscribe/status-report into Data Model
...
There are peculiar ways status-report should be interpreted in various
contexts. Easier to manage this within the Data Model.
2023-02-21 16:47:50 +05:30
Kedar Sovani
0a42c974d0
ReadReq: Move stuff into common file
...
Read request handling is getting fairly large
2023-02-20 21:52:42 +05:30
Kedar Sovani
88bcbb1b02
ReadRequest: Create structure for recording ResumeReadRequest
2023-02-19 12:55:58 +05:30
Kedar Sovani
e41f6ac99a
AttrDetails: Provide constructor
2023-02-19 12:55:31 +05:30
Kedar Sovani
60ded6d5fb
ReadRequest: Chunked Messages - Part 1
...
- Create the structure so that when the WriteBuf gets full, we return back with MoreChunkedMessages note
- When the WriteBuf gets full, we also make a note of the current attribute, so that we can resume from this attribute
onwards while sending the next chunk
2023-02-18 14:50:12 +05:30
Kedar Sovani
4f31cbf329
AttrReadEncoder: If buffer is full, leave behind a sane state
...
Also, create an API that can be used to query the buffer full situation
2023-02-17 19:50:53 +05:30
Kedar Sovani
316de9c97a
DescriptorCluster: Include attribute for ClientList
2023-02-12 21:13:19 +05:30