Commit Graph

81 Commits (50fe43646a01352b7c507ec2c3eeb9af1ea84a58)

Author SHA1 Message Date
M1nd3r 50fe43646a Solve race condition
2 months ago
M1nd3r 73c5a00aef Work on pairing, updated protobuf, note that it crashes during build
2 months ago
M1nd3r 8660d25d7f Fix loading of sessions from cache, improve logging
2 months ago
M1nd3r d0a5b48f36 Remove unnecessary session_ids in old Codec, fix storage test, suppress invalid warnings
2 months ago
M1nd3r da1c3e1473 Clean handle_thp_session
2 months ago
M1nd3r 464a016476 Implement SessionContext write
2 months ago
M1nd3r 427da41531 Fix handshake reading, session creation part 1
2 months ago
M1nd3r 20ce038bef Channels and sessions, handshake states
2 months ago
M1nd3r a6602c2a93 Structural adjustments
2 months ago
M1nd3r 0927bbeb68 Change structure of THP implementation [Part 1]
2 months ago
M1nd3r aa346086c3 Channel allocation handling + refactor
2 months ago
M1nd3r 97f40631f9 Fix minor and formatting issues
2 months ago
M1nd3r d15edca3f0 fix style prebuild errors
2 months ago
M1nd3r 529b8befaf Fix awaits and debug output
2 months ago
M1nd3r 8d98f9113e Lower the number of style prebuild errors 3
2 months ago
M1nd3r 58ba8a485d Lower the number of style prebuild errors
2 months ago
M1nd3r db29981856 Fix not-working emulator
2 months ago
M1nd3r 94278d5c01 Basic THP functinality - not-polished prototype
2 months ago
obrusvit 8c5f73c413 docs: improve documentation for core
4 months ago
matejcik edc2add85e style(core): apply isort 5
10 months ago
matejcik fe80793b47 feat(core): keep track of current context for workflow
11 months ago
grdddj 523fdd8157 chore(core): make minor improvements
1 year ago
Martin Milata 14a8b0c62b fix(core): do not touch idle timer on USB events
1 year ago
grdddj 52558c7b96 chore(core): use more const to decrease space
2 years ago
Andrew Kozlik 3d645d609a chore(common): Rename "unstable" protobuf tag to "experimental_message".
2 years ago
matejcik ac6936d65d fix(core/debug): separate buffer for debuglink to prevent BufferLock deadlocks
2 years ago
grdddj 9fc5bb546b style(core): full pyright-based type-checking
2 years ago
matejcik e972839ac7 style(all): fix pylint complaints
3 years ago
amadejpapez 85ba7c12ba style(all): use f-strings for formatting
3 years ago
matejcik b666895303 feat(core/rust): catch, handle and propagate uPy exceptions
3 years ago
matejcik cb882df100 feat(core): in debug mode, dump contents of received protobuf messages
3 years ago
Martin Milata 8da978981e perf(core): share wire buffer between wire and debuglink
3 years ago
Jan Pochyla a8623c4b59 refactor(core): fix imports and use new protobuf API in apps
3 years ago
Jan Pochyla 02aa14fc04 refactor(core): Switch to new Protobuf API
3 years ago
matejcik 86089fa5ad feat(core): avoid restarting session for select messages (fixes #1631)
3 years ago
matejcik 411a7bb802 fix(core/wire): handle codec errors better
3 years ago
matejcik 93db39ad70 fix(core/wire): drop unused reader, clarify writer usage
3 years ago
matejcik dd655422f1 refactor(core/wire): simplify the message handling loop
3 years ago
matejcik b1ca6ca848 refactor(core/debug): offload debug configuration from apps.debug
3 years ago
matejcik 7ca67cc4d9 feat(core): clear out memory space after every workflow
3 years ago
matejcik e629a72c3a refactor(core): move app registrations to a single handler function
3 years ago
matejcik 3cdb09c294 refactor(core): modify cache to preallocate all its data
3 years ago
matejcik b0116d0bdc refactor(core): modify wire to preallocate its buffers
3 years ago
Martin Milata ac711fb8ee style(core): use more recent type annotation syntax
3 years ago
Martin Milata 8b3ac659a0 style(core): mypy: disable implicit Optional for function arguments
3 years ago
Pavol Rusnak a1dda836ec style(core/src): use new syntax for typing
4 years ago
Martin Milata ee64b65b26 refactor(core): call super().__init__() in subclasses
4 years ago
Martin Milata 830592f2d9 feat(core): add experimental_features setting
4 years ago
matejcik b0a2297b14 feat(core): convert protobuf decoding errors to DataErrors
4 years ago
matejcik 1ff4a0d239 core: separate BufferIO into Reader (read-only) and Writer
4 years ago