chinglee-iot
chinglee-iot
Hi Steven, I uses the nvs_get_blob to replace nvs_get_str fro the following reasons. 1. PKCS11_PAL_SaveObject uses nvs_set_blob. There will be error when I use nvs_get_str. 2. The main branch use...
I like @kstribrnAmzn and @aggarg 's idea. 1. I prefer "batch" than "blocking". A task is also blocked by stream buffers or message buffers. "batch" provides more associations than "blocking"....
I would like to suggest to adapt @kstribrnAmzn another suggestion in the implementation. >This one is more radical - and will further break backwards compatibility - but heck it's already...
Close this issue first. Please re-open this issue if information updated.
Hardware platform support is required to know the current context is in ISR or a normal task. There are existing port functions for this purpose. However, not every hardware platform...
We fixed the line endings with unix format LF. @mubinsyed, can you please help to update the file line endings and check that everything builds correctly?
@sbertin-telular I have created a pull request #193 to address this issue, and I would like to invite you to review the proposed changes to see if they adequately resolve...
The PR to address this problem is merged. We will close this issue. Feel free to reopen it if any further question.
Hi @KeitaKashima, The PktRespMutex is used to protect the cellular context which can be accessed by the pktio thread and the application thread. The code with the mutex held should...
Hi adpjhu, Thank you for your interest in FreeRTOS-Cellular-Interface. To offload TLS to cellular modem, new APIs will be required. We will discuss this feature. Once we have some update,...