- Jul 08, 2023
-
-
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>
-
Ayush Singh authored
I am acutally implementing hdlc stuff in a sample application before moving the functionality here. This is just some portion that seems to be working on the experiment appliaction. Signed-off-by:
Ayush Singh <ayushsingh1325@gmail.com>
-
- Jun 29, 2023
-
-
Ayush Singh authored
Signed-off-by:
Ayush Singh <ayushsingh1325@gmail.com>
-
- Jun 28, 2023
-
-
Ayush Singh authored
- Better comments. - Cleaner code Signed-off-by:
Ayush Singh <ayushsingh1325@gmail.com>
-
Ayush Singh authored
Calling submit again if work is already queued results in a single work handler call. So best to process all pending queue items in the handler. Signed-off-by:
Ayush Singh <ayushsingh1325@gmail.com>
-
Ayush Singh authored
Successfully connected to all 3 cports in bcf. Also sent requests and got responses. Signed-off-by:
Ayush Singh <ayushsingh1325@gmail.com>
-
Ayush Singh authored
Also moved node setup to seperate file. Signed-off-by:
Ayush Singh <ayushsingh1325@gmail.com>
-
Ayush Singh authored
Using system workqueue for operation callbacks now. Will also start using system workqueue for other tasks. Signed-off-by:
Ayush Singh <ayushsingh1325@gmail.com>
-
Ayush Singh authored
Make public api smaller and safer. Much easier to make sure mutex is being used the way it is supposed to with a smaller API. Signed-off-by:
Ayush Singh <ayushsingh1325@gmail.com>
-
- Jun 27, 2023
-
-
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
This is not thread safe yet. Signed-off-by:
Ayush Singh <ayushsingh1325@gmail.com>
-
Ayush Singh authored
Just moving stuff away from main. Signed-off-by:
Ayush Singh <ayushsingh1325@gmail.com>
-
Ayush Singh authored
Signed-off-by:
Ayush Singh <ayushsingh1325@gmail.com>
-
Ayush Singh authored
Add better errors to node_table functions Signed-off-by:
Ayush Singh <ayushsingh1325@gmail.com>
-
Ayush Singh authored
Move complexity out of main. Signed-off-by:
Ayush Singh <ayushsingh1325@gmail.com>
-
Ayush Singh authored
Preparing to connect to other cports. Signed-off-by:
Ayush Singh <ayushsingh1325@gmail.com>
-
- Jun 26, 2023
-
-
Ayush Singh authored
Can identify cports from manifest successfully. 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
Provide helper functions for easier sending of request. 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 added callback to operations for more complex actions. Signed-off-by:
Ayush Singh <ayushsingh1325@gmail.com>
-
Ayush Singh authored
Signed-off-by:
Ayush Singh <ayushsingh1325@gmail.com>
-
- Jun 25, 2023
-
-
Ayush Singh authored
Signed-off-by:
Ayush Singh <ayushsingh1325@gmail.com>
-
Ayush Singh authored
- Some comments - Use define for some values Signed-off-by:
Ayush Singh <ayushsingh1325@gmail.com>
-
Ayush Singh authored
Having sleep seems to fix the hang. Signed-off-by:
Ayush Singh <ayushsingh1325@gmail.com>
-
Ayush Singh authored
Adding a 1 sec sleep in node manager seems to fix things. Not sure why. Signed-off-by:
Ayush Singh <ayushsingh1325@gmail.com>
-
Ayush Singh authored
Adding sleep to node_manager thread seems to work? I guess I will try adding mutexes back since it doesn't seem to a problem with them. Signed-off-by:
Ayush Singh <ayushsingh1325@gmail.com>
-
Ayush Singh authored
I was trying to introduce better node stuff, but well am stuck in a deadlock. So going to investigate where it occurs. Signed-off-by:
Ayush Singh <ayushsingh1325@gmail.com>
-
- Jun 24, 2023
-
-
Ayush Singh authored
Signed-off-by:
Ayush Singh <ayushsingh1325@gmail.com>
-
Ayush Singh authored
Added support for autoincrementing operation id omitting 0. Signed-off-by:
Ayush Singh <ayushsingh1325@gmail.com>
-
Ayush Singh authored
Can now detect oneshot operations and remove them from list once request is sent. Signed-off-by:
Ayush Singh <ayushsingh1325@gmail.com>
-
Ayush Singh authored
- Fix a bug during request allocation - Also improve comments Signed-off-by:
Ayush Singh <ayushsingh1325@gmail.com>
-
Ayush Singh authored
Signed-off-by:
Ayush Singh <ayushsingh1325@gmail.com>
-
Ayush Singh authored
More seperated reads and writes over socket Signed-off-by:
Ayush Singh <ayushsingh1325@gmail.com>
-