FreeRTOS / FreeRTOS-Kernel

FreeRTOS kernel files only, submoduled into https://github.com/FreeRTOS/FreeRTOS and various other repos.
https://www.FreeRTOS.org
MIT License
2.62k stars 1.09k forks source link

Update sample configuration file #923

Closed kar-rahul-aws closed 8 months ago

kar-rahul-aws commented 8 months ago

Description

This PR updates the sample configuration file , to serve as a starting point for the application users. The following config definitions are added :

  1. configSTATS_BUFFER_MAX_LENGTH
  2. configKERNEL_PROVIDED_STATIC_MEMORY
  3. configENABLE_HEAP_PROTECTOR
  4. configUSE_MPU_WRAPPERS_V1
  5. configPROTECTED_KERNEL_OBJECT_POOL_SIZE
  6. configSYSTEM_CALL_STACK_SIZE
  7. configENABLE_ACCESS_CONTROL_LIST
  8. configNUMBER_OF_CORES
  9. configRUN_MULTIPLE_PRIORITIES
  10. configUSE_CORE_AFFINITY
  11. configUSE_TASK_PREEMPTION_DISABLE
  12. configUSE_PASSIVE_IDLE_HOOK
  13. configTIMER_SERVICE_TASK_CORE_AFFINITY

Test Steps

NA

Checklist:

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

codecov[bot] commented 8 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (e0bb21f) 93.78% compared to head (522cd63) 93.78%.

:exclamation: Current head 522cd63 differs from pull request most recent head f7290bc. Consider uploading reports for the commit f7290bc to get more accurate results

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #923 +/- ## ======================================= Coverage 93.78% 93.78% ======================================= Files 6 6 Lines 3186 3186 Branches 885 885 ======================================= Hits 2988 2988 Misses 91 91 Partials 107 107 ``` | [Flag](https://app.codecov.io/gh/FreeRTOS/FreeRTOS-Kernel/pull/923/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=FreeRTOS) | Coverage Δ | | |---|---|---| | [unittests](https://app.codecov.io/gh/FreeRTOS/FreeRTOS-Kernel/pull/923/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=FreeRTOS) | `93.78% <ø> (ø)` | | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=FreeRTOS#carryforward-flags-in-the-pull-request-comment) to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

sonarcloud[bot] commented 8 months ago

Quality Gate Passed Quality Gate passed

Kudos, no new issues were introduced!

0 New issues
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud