Matthew Wood

Results 19 comments of Matthew Wood

[INTERFACE][USB] Support for USB VCP as an at command interface **Short description:** Many hosts which use at command radios communicate using USB VCP rather then uart directly, it would be...

> @matt-wood-ct We has finished it, but it will output some logs to USB from ROM API, unfortunately, these logs cannot be masked. We can evaluate it again. I think...

+1 this needs to be a thing, what company hosts their private codebases on public git hosts?

> @daannijkamp @scazan A current workaround for this would be to use CodePipeline > Deploy to S3 > Setup a lambda trigger to automatically push to Amplify everytime S3 bucket...

Renamed commit to follow guidelines

> such setup Thanks for the feedback, I think you are both right. I've been doing more testing and my "fix" does indeed just make other things worse, I am...

> > Either way I must find a workable solution as the product I am working on does have all 3 interfaces and we do need to switch between the...

Network ifaces (to show interface numbering): ``` uart:~$ net iface Interface eth0 (0x80092260) (Ethernet) [1] =================================== Interface is down. Interface net0 (0x800922e0) (IP Offload) [2] ===================================== Interface is down. Interface...

> > So currently we are getting crashes with the default configured correctly, any suggestions? (I am still intently debugging of course) > > It would be really helpful if...

> > conn going into `tcp_in` is null and it tries to access a member of `conn` which I believe causes the usage fault > > Hmm, but we access...