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 libraries to LTS 2.0 version. #29

Merged
merged 32 commits into from
Nov 1, 2022
Merged

Conversation

ActoryOu
Copy link
Member

@ActoryOu ActoryOu commented Sep 21, 2022

Update libraries to LTS 2.0 version, including:

  • FreeRTOS kernel
  • coreMQTT
  • coreMQTT-Agent
  • coreJSON
  • corePKCS11
  • backoffAlgorithm
  • ota-for-aws-iot-embedded-sdk
  • Device-Defender-for-AWS-IoT-embedded-sdk
  • Device-Shadow-for-AWS-IoT-embedded-sdk
  • FreeRTOS-Integration-Test

@ActoryOu ActoryOu requested a review from a team as a code owner September 21, 2022 07:46
@krantik
Copy link

krantik commented Sep 28, 2022

Update libraries to LTS 2.0 version, including:

  • FreeRTOS kernel
  • coreMQTT
  • coreMQTT-Agent
  • coreJSON
  • coreHTTP
  • corePKCS11
  • backoffAlgorithm
  • ota-for-aws-iot-embedded-sdk
  • Device-Defender-for-AWS-IoT-embedded-sdk
  • Device-Shadow-for-AWS-IoT-embedded-sdk
  • FreeRTOS-Integration-Test

Does this merge include coreHTTP?

.gitmodules Outdated Show resolved Hide resolved
@ActoryOu
Copy link
Member Author

Update libraries to LTS 2.0 version, including:

  • FreeRTOS kernel
  • coreMQTT
  • coreMQTT-Agent
  • coreJSON
  • coreHTTP
  • corePKCS11
  • backoffAlgorithm
  • ota-for-aws-iot-embedded-sdk
  • Device-Defender-for-AWS-IoT-embedded-sdk
  • Device-Shadow-for-AWS-IoT-embedded-sdk
  • FreeRTOS-Integration-Test

Does this merge include coreHTTP?

No, it's not included. Remove wrong description.

Copy link
Member

@AniruddhaKanhere AniruddhaKanhere left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why are we changing the unix permission of .sh files from 755 to 644?
Also, I am curious about the priorities maximum limit

@@ -58,7 +58,7 @@ extern void vLoggingPrintf( const char * pcFormat,
#define configUSE_DAEMON_TASK_STARTUP_HOOK 1
#define configCPU_CLOCK_HZ ( SystemCoreClock )
#define configTICK_RATE_HZ ( ( TickType_t ) 1000 )
#define configMAX_PRIORITIES ( 7 )
#define configMAX_PRIORITIES ( 9 )
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why are we changing the maximum priority from 7 to 9?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

After commit in kernel, it triggered an assertion because task priority is larger than max priorities. That's why I enlarge it here.

@ActoryOu
Copy link
Member Author

Why are we changing the unix permission of .sh files from 755 to 644? Also, I am curious about the priorities maximum limit

Fixed. Thanks!

@ActoryOu ActoryOu merged commit 02c8884 into FreeRTOS:main Nov 1, 2022
@ActoryOu ActoryOu deleted the lts2.0 branch November 1, 2022 02:00
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.

5 participants