ivmarkov
|
a4b8b53014
|
Builds for STD with ESP IDF
|
2023-07-21 12:15:10 +00:00 |
|
ivmarkov
|
9d59c79674
|
Colorizing is now no_std compatible
|
2023-07-21 12:12:55 +00:00 |
|
ivmarkov
|
e741cab89d
|
More crypto fixes
|
2023-07-21 12:12:55 +00:00 |
|
ivmarkov
|
695869f13a
|
Fix compilation errors in crypto
|
2023-07-21 12:12:55 +00:00 |
|
ivmarkov
|
06b0fcd6f5
|
Fix no_std errors
|
2023-07-21 12:12:55 +00:00 |
|
ivmarkov
|
89014ed7f2
|
Remove heapless::String from QR API
|
2023-07-21 12:12:55 +00:00 |
|
imarkov
|
974ac4d1d8
|
Optional feature to capture stacktrace on error
|
2023-07-21 12:12:55 +00:00 |
|
ivmarkov
|
3dccc0d710
|
Persistence - trace info
|
2023-07-21 12:12:55 +00:00 |
|
ivmarkov
|
934ecb9165
|
Persistence bugfixing
|
2023-07-21 12:12:55 +00:00 |
|
ivmarkov
|
86e01a0a1b
|
Simple persistance via TLV
|
2023-07-21 12:12:55 +00:00 |
|
ivmarkov
|
4b39884f6f
|
Bugfix: unnecessary struct container
|
2023-07-21 12:12:55 +00:00 |
|
ivmarkov
|
e8e847cea6
|
Bugfix: subscription_id was not sent
|
2023-07-21 12:12:55 +00:00 |
|
ivmarkov
|
076ba06e07
|
Bugfix: missing descriptor cluster
|
2023-07-21 12:12:55 +00:00 |
|
ivmarkov
|
635be2c35a
|
Error log on arm failure
|
2023-07-21 12:12:55 +00:00 |
|
ivmarkov
|
2a57ecbd87
|
Bugfix: only report devtype for the queried endpoint
|
2023-07-21 12:12:55 +00:00 |
|
ivmarkov
|
09a523fc50
|
TX packets are reused; need way to reset them
|
2023-07-21 12:12:55 +00:00 |
|
ivmarkov
|
2fc4e6ddcf
|
Root cert buffer too short
|
2023-07-21 12:12:55 +00:00 |
|
ivmarkov
|
9964466138
|
MRP standalone ack messages should not be acknowledged
|
2023-07-21 12:12:55 +00:00 |
|
ivmarkov
|
f804c21c0b
|
Bugfix: fabric adding wrongly started at index 0
|
2023-07-21 12:12:55 +00:00 |
|
ivmarkov
|
f9536be1e3
|
Bugfix: two separate failsafe instances were used
|
2023-07-21 12:12:55 +00:00 |
|
ivmarkov
|
b2805570ea
|
Restore transaction completion code
|
2023-07-21 12:12:55 +00:00 |
|
ivmarkov
|
9a23a2af2d
|
Bugfix: arm failsafe was reporting wrong status
|
2023-07-21 12:12:55 +00:00 |
|
ivmarkov
|
7ef7e93eb4
|
Heap-allocated packets not necessary; no_std and no-alloc build supported end-to-end
|
2023-07-21 12:12:55 +00:00 |
|
ivmarkov
|
8b3bb9527c
|
Comm with chip-tool
|
2023-07-21 12:12:54 +00:00 |
|
ivmarkov
|
36011c2e3c
|
Actually add the bonjour feature
|
2023-07-21 12:12:54 +00:00 |
|
ivmarkov
|
eb3c9cdfb1
|
Cleanup a bit the mDns story
|
2023-07-21 12:12:54 +00:00 |
|
ivmarkov
|
2ea31432d5
|
On-off example now buildable
|
2023-07-21 12:12:54 +00:00 |
|
ivmarkov
|
faf5af3e1f
|
no_std printing of QR code (kind of...)
|
2023-07-21 12:12:54 +00:00 |
|
ivmarkov
|
d558c73f8d
|
Cleanup the dependencies as much as possible
|
2023-07-21 12:12:53 +00:00 |
|
ivmarkov
|
d934912007
|
Fix compilation error since the introduction of UtcCalendar
|
2023-07-21 12:09:56 +00:00 |
|
ivmarkov
|
688d7ea8d5
|
More ergonomic api when STD is available
|
2023-07-21 12:09:56 +00:00 |
|
ivmarkov
|
505fa39e82
|
Create new secure channel sessions without async-channel
|
2023-07-21 12:09:56 +00:00 |
|
ivmarkov
|
d9c99d73ee
|
Chrono dep made optional
|
2023-07-21 12:09:56 +00:00 |
|
ivmarkov
|
bd87ac4ab3
|
Linux & MacOS mDNS services now implement the Mdns trait
|
2023-07-21 12:09:56 +00:00 |
|
ivmarkov
|
b4b549bb10
|
Fix several no_std incompatibilities
|
2023-07-21 12:09:56 +00:00 |
|
ivmarkov
|
bcbac965cd
|
Remove allocations from Cert handling
|
2023-07-21 12:09:56 +00:00 |
|
ivmarkov
|
89aab6f444
|
Remove allocations from Base38 and QR calc
|
2023-07-21 12:09:56 +00:00 |
|
ivmarkov
|
fcc87bfaf4
|
Long reads and subscriptions reintroduced
|
2023-07-21 12:09:56 +00:00 |
|
ivmarkov
|
817d55aecc
|
Start reintroducing long reads and subscriptions from mainline
|
2023-07-21 12:09:56 +00:00 |
|
ivmarkov
|
40f353c92e
|
Support for no_std
Support for no_std
Further no_std compat
|
2023-07-21 12:09:56 +00:00 |
|
Kedar Sovani
|
4b85887f33
|
Merge pull request #70 from simlay/refactor-ci-to-use-matrix-for-crypto-backends
Refactored CIs to use a matrix for cryptography backend feature flags.
|
2023-07-20 17:27:11 +05:30 |
|
Sebastian Imlay
|
15497a611a
|
Renamed Test-Linux-OpenSSL to Test-Linux
|
2023-07-16 02:22:14 -04:00 |
|
Sebastian Imlay
|
a8dce54478
|
Refactored CIs to use a matrix for cryptographic backend featuer flags.
|
2023-07-16 02:16:03 -04:00 |
|
Kedar Sovani
|
2fe66318ca
|
Merge pull request #64 from thekuwayama/modify__specify_mbedtls_version
modify: specify mbedtls version
|
2023-07-03 09:29:25 +05:30 |
|
thekuwayama
|
63cf24e38b
|
modify: specify mbedtls version
|
2023-07-02 15:56:34 +09:00 |
|
Kedar Sovani
|
1de83701d8
|
Merge pull request #57 from ivmarkov/main
Put a reference and explanation of the new branches
|
2023-06-25 00:09:08 -04:00 |
|
Restyled.io
|
41d4802e42
|
Restyled by prettier-markdown
|
2023-06-23 18:13:32 +00:00 |
|
ivmarkov
|
9ab2098309
|
Put a reference and explanation of the new branches
|
2023-06-23 18:04:09 +00:00 |
|
Kedar Sovani
|
c2e01ee423
|
Merge pull request #54 from bjoernQ/fix/reduce-allocation-in-rust-crypto
Reduce allocations in crypto_rustcrypto.rs
|
2023-05-11 17:08:39 +05:30 |
|
bjoernQ
|
bb07ff987b
|
Reduce allocations in crypto_rustcrypto.rs
|
2023-05-11 09:06:53 +02:00 |
|