David Chalco

Results 14 comments of David Chalco

Hi @srnae05 I'm not sure I understand what the problem is. You are able to connect to AWS MQTT broker on your device, presumably using coreMQTT and shadow demo bundled...

All the MQTT messages should route through [eventCallback](https://github.com/aws/aws-iot-device-sdk-embedded-C/blob/main/demos/shadow/shadow_demo_main/shadow_demo_main.c#L559) in the demo and fan out from there, so you could put a breakpoint in this function or add a log to...

Hi @srnae05 Glad to learn you've found a solution. Can't comment on exact timing figures because it depends on the architecture and port setup. However `EstablishMqttSession` should block such that...

Hi @srnae05 If you're using a modified version of the demo, would you be okay with sharing the non-platform-specific code? With this we could better analyze if there were some...

Hi @Nomidia Thank you for the detailed back trace and logs. This issue is mainly applicable to the linux platform port we supply for the demos, as it does not...

Hi @vvelciu Thanks for catching this. Certainly a bug. I'd think `SocketsConfig_t` needs a change so that it has a `char ** ppcAlpnProtos` instead -- with corresponding demo changes. I'm...

Hi @DavidJurajdaNXP We're reviewing our plans for the Labs +Posix support. If you must use POSIX, I would recommend using code from this repo as the trend is that our...

There's actually [not much functional disparity](https://gist.github.com/dachalco/4ab2bf015ced4f589e4c64f19cddf27a) between this repo and its copy in amazon-freertos. Despite the considerable version difference, it's mostly limited to formatting and version string changes. Though there...

Hi @EtienneMdv Reviewed the last ticket. To clarify, AFAIK `uxTaskGetSnapshotAll` was never a 1st party feature provided by FreeRTOS, but rather an extension added to ESP-IDF's `components/freertos` -- a revision...

@EtienneMdv What I mean to ask is, what are your high level intentions? Are you looking to debug the board in _any_ way, or are you looking to specifically have...