Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to FreeRTOS LTS libraries 202406-LTS #103

Merged
merged 4 commits into from
Jan 6, 2025

Conversation

urutva
Copy link
Contributor

@urutva urutva commented Dec 31, 2024

Description

Update to FreeRTOS LTS libraries 202406-LTS

Test Steps

Checklist:

  • I have tested my changes. No regression in existing tests.
  • I have modified and/or added unit-tests to cover the code changes in this Pull Request.

Related Issue

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

Due to incorrect order to libraries during linking stage, which was
caused by `coremqtt-config` interface linking to `helpers-logging` build
was failing. Therefore, move the logging macros definition from `.h` to
`.c`.

Signed-off-by: Devaraj Ranganna <[email protected]>
With latest FreeRTOS TCP/IP stack, due to a timing issue, most of the
MQTT tests fail on FVP, because of TCP keep alive timeout. Therefore,
increase the TCP keep alive timeout `ipconfigTCP_KEEP_ALIVE_INTERVAL`
from `20` to `300` seconds.

Signed-off-by: Devaraj Ranganna <[email protected]>
With latest FreeRTOS TCP/IP stack, due to a timing issue, most of the
MQTT tests fail on FVP, because of connection reset. Therefore,
increase the MQTT keep alive timeout `MQTT_KEEP_ALIVE_INTERVAL_SECONDS`
from `60` to `300` seconds.

Signed-off-by: Devaraj Ranganna <[email protected]>
@urutva urutva merged commit 1f809c4 into FreeRTOS:main Jan 6, 2025
16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants