- Jul 13, 2023
-
-
Ayush Singh authored
Moved out received frame processing from hdlc. Signed-off-by:
Ayush Singh <ayushsingh1325@gmail.com>
-
Ayush Singh authored
Signed-off-by:
Ayush Singh <ayushsingh1325@gmail.com>
-
Ayush Singh authored
Signed-off-by:
Ayush Singh <ayushsingh1325@gmail.com>
-
Ayush Singh authored
- Add docs Signed-off-by:
Ayush Singh <ayushsingh1325@gmail.com>
-
Ayush Singh authored
- Fix memory leak in sync writing - remove async writing. Was not being used anywhere Signed-off-by:
Ayush Singh <ayushsingh1325@gmail.com>
-
Ayush Singh authored
Signed-off-by:
Ayush Singh <ayushsingh1325@gmail.com>
-
Ayush Singh authored
Signed-off-by:
Ayush Singh <ayushsingh1325@gmail.com>
-
Ayush Singh authored
operations file do not actually contain greybus_operations now. Maybe should be renamed Signed-off-by:
Ayush Singh <ayushsingh1325@gmail.com>
-
Ayush Singh authored
I think all of the request handlers present in gbridge are here now. Now it needs to be optimized (a lot) and maybe try making the driver a bit slower? Signed-off-by:
Ayush Singh <ayushsingh1325@gmail.com>
-
- Jul 12, 2023
-
-
Ayush Singh authored
- Cleanup unused node_table and node_handler - Move node discovery to main thread Signed-off-by:
Ayush Singh <ayushsingh1325@gmail.com>
-
Ayush Singh authored
Works a bit better. k_yield only yields to threads with higher priority. Also, get manifest request is not completed even now. That request took quite a while to complete even when called from zephyr, so its even worse when hopping from socket and then hdlc. Signed-off-by:
Ayush Singh <ayushsingh1325@gmail.com>
-
Ayush Singh authored
Not exactly working great. The current performance is subpar. But at least AP asks for manifest now. Signed-off-by:
Ayush Singh <ayushsingh1325@gmail.com>
-
Ayush Singh authored
AP even sends the protocol version request to node to which it replies, but it does not seem to reach the AP in time. Seems like a lot of performance optimizations are needed in zephyr application. Signed-off-by:
Ayush Singh <ayushsingh1325@gmail.com>
-
Ayush Singh authored
Signed-off-by:
Ayush Singh <ayushsingh1325@gmail.com>
-
Ayush Singh authored
Signed-off-by:
Ayush Singh <ayushsingh1325@gmail.com>
-
Ayush Singh authored
Signed-off-by:
Ayush Singh <ayushsingh1325@gmail.com>
-
Ayush Singh authored
Signed-off-by:
Ayush Singh <ayushsingh1325@gmail.com>
-
Ayush Singh authored
Also seem to be blank handlers with no actual functionality Signed-off-by:
Ayush Singh <ayushsingh1325@gmail.com>
-
Ayush Singh authored
They don't really seem to do anything in gbridge, so I am not doing anything either Signed-off-by:
Ayush Singh <ayushsingh1325@gmail.com>
-
- Jul 11, 2023
-
-
Ayush Singh authored
Not yet at the point of connection create request Signed-off-by:
Ayush Singh <ayushsingh1325@gmail.com>
-
Ayush Singh authored
Node, does not completely work yet since more SVC operations are needed. Signed-off-by:
Ayush Singh <ayushsingh1325@gmail.com>
-
Ayush Singh authored
Cleanup src a bit. Signed-off-by:
Ayush Singh <ayushsingh1325@gmail.com>
-
Ayush Singh authored
Signed-off-by:
Ayush Singh <ayushsingh1325@gmail.com>
-
Ayush Singh authored
Signed-off-by:
Ayush Singh <ayushsingh1325@gmail.com>
-
Ayush Singh authored
All the initial svc requests sent by AP seem to be somewhat working now. However, something goes wrong after a number of Pings. Maybe some kind of memory leak? Signed-off-by:
Ayush Singh <ayushsingh1325@gmail.com>
-
Ayush Singh authored
Added SVC requests which have empty payload responses Signed-off-by:
Ayush Singh <ayushsingh1325@gmail.com>
-
Ayush Singh authored
AP gets pretty chatty after hello request. Will need to implement lot more svc responses. Signed-off-by:
Ayush Singh <ayushsingh1325@gmail.com>
-
Ayush Singh authored
Now just using a simple message handler. Signed-off-by:
Ayush Singh <ayushsingh1325@gmail.com>
-
Ayush Singh authored
In the current architecture, gb operations is only used to track SVC operations. But it is not particularly useful for that either. So just removing it for now. Signed-off-by:
Ayush Singh <ayushsingh1325@gmail.com>
-
- Jul 10, 2023
-
-
Ayush Singh authored
Signed-off-by:
Ayush Singh <ayushsingh1325@gmail.com>
-
Ayush Singh authored
Cleanup code to make it easier to find what causes the bus fault. Signed-off-by:
Ayush Singh <ayushsingh1325@gmail.com>
-
Ayush Singh authored
Causes bus fault on freeing a successful message. So not ready for prime time Signed-off-by:
Ayush Singh <ayushsingh1325@gmail.com>
-
- Jul 09, 2023
-
-
Ayush Singh authored
- Its quick and dirty right now. Just wanted to check interacting with AP - Also accidently fixed logging faults over HDLC Signed-off-by:
Ayush Singh <ayushsingh1325@gmail.com>
-
Ayush Singh authored
Since I will be getting JTAG stuff soon, I will be pausing trying to debug why taskstat is not working. Also, since taskstat is not working, it would be best to pause MCUboot stuff since it failing might be impossible to deal with until I get JTAG Signed-off-by:
Ayush Singh <ayushsingh1325@gmail.com>
-
- Jul 08, 2023
-
-
Ayush Singh authored
MCUmgr over hdlc needs some additional changes to zephyr Signed-off-by:
Ayush Singh <ayushsingh1325@gmail.com>
-
Ayush Singh authored
Moving all my work to this now since basic MCUmgr stuff is working Signed-off-by:
Ayush Singh <ayushsingh1325@gmail.com>
-
Ayush Singh authored
Getting things ready for demo. Does not contain MCUmgr functionality since it is not working anyway. Signed-off-by:
Ayush Singh <ayushsingh1325@gmail.com>
-
- Jul 05, 2023
-
-
Ayush Singh authored
Signed-off-by:
Ayush Singh <ayushsingh1325@gmail.com>
-
Ayush Singh authored
Getting closer to working on this application directly. Goals left: 1. CRC checking (wpanusb_bc uses static crc) 2. MCUmgr Signed-off-by:
Ayush Singh <ayushsingh1325@gmail.com>
-
- Jul 04, 2023
-
-
Ayush Singh authored
The work is still being done on a different application Signed-off-by:
Ayush Singh <ayushsingh1325@gmail.com>
-