- Jul 10, 2023
-
-
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>
-
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>
-