FreeRTOS-Kernel/.github/workflows
Gaurav-Aggarwal-AWS 9bfd85a253
Update system call entry mechanism (#896)
Earlier the System Call entry from an unprivileged task looked like:

1. SVC for entering system call.
2. System call implementation.
3. SVC for exiting system call.

Now, the system call entry needs to make only one system call
and everything else is handled internally.

This PR also makes the following small changes:

1. Add one struct param for system calls with 5 parameters. This
   removes the need for special handling for system calls with 5
   parameters.
2. Remove raise privilege SVC when MPU wrapper v2 is used.
3. Add additional run time parameter checks to MPU wrappers
   for xTaskGenericNotify and xQueueTakeMutexRecursive APIs.

These changes are tested on the following platforms:
1. STM32H743ZI (Cortex-M7)
2. STM32L152RE (Cortex-M3)
3. Nuvoton M2351 (Cortex-M23)
4. NXP LPC55S69 (Cortex-M33)
2023-11-21 18:42:23 +05:30
..
auto-release.yml Update version number in manifest.yml (#756) 2023-08-17 17:20:53 +05:30
ci.yml Normalize line endings and whitespace in source files 2022-11-29 15:38:47 -08:00
git-secrets.yml Moved git-secrets check to a different workflow (#271) 2021-03-05 14:00:57 -08:00
kernel-checks.yml Run kernel demos and unit tests for PR changes (#645) 2023-03-17 08:22:34 +05:30
kernel-demos.yml Backport PR 839 to FreeRTOS-Kernel V10.6.1 (#840) 2023-10-19 11:21:27 +05:30
unit-tests.yml Update system call entry mechanism (#896) 2023-11-21 18:42:23 +05:30