You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
FreeRTOS-Kernel/portable/IAR
Gaurav-Aggarwal-AWS 76be28cdc6
Update system call entry mechanism (#898)
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 SVC
call and everything else is handled internally.

This PR also makes the following changes:

1. Update the Access Control List (ACL) mechanism to
    grant access to all the kernel objects before the
    scheduler is started.
2. Add one struct param for system calls with 5 parameters.
    This removes the need for special handling for system
    calls with 5 parameters.
3. Remove raise privilege SVC when MPU wrapper v2 is used.
4. Add additional run time parameter checks to MPU wrappers
    for xTaskGenericNotify and xQueueTakeMutexRecursive APIs.
1 year ago
..
78K0R CI-CD Updates (#768) 1 year ago
ARM_CA5_No_GIC CI-CD Updates (#768) 1 year ago
ARM_CA9 CI-CD Updates (#768) 1 year ago
ARM_CM0 fix IAR/CM0/portmacro.h missing semicolon (#894) 1 year ago
ARM_CM3 Add trace hook macro for most ports (#794) 1 year ago
ARM_CM4F Add trace hook macro for most ports (#794) 1 year ago
ARM_CM4F_MPU Update system call entry mechanism (#898) 1 year ago
ARM_CM7 Add trace hook macro for most ports (#794) 1 year ago
ARM_CM23 Update system call entry mechanism (#898) 1 year ago
ARM_CM23_NTZ/non_secure Update system call entry mechanism (#898) 1 year ago
ARM_CM33 Update system call entry mechanism (#898) 1 year ago
ARM_CM33_NTZ/non_secure Update system call entry mechanism (#898) 1 year ago
ARM_CM35P Update system call entry mechanism (#898) 1 year ago
ARM_CM35P_NTZ/non_secure Update system call entry mechanism (#898) 1 year ago
ARM_CM55 Update system call entry mechanism (#898) 1 year ago
ARM_CM55_NTZ/non_secure Update system call entry mechanism (#898) 1 year ago
ARM_CM85 Update system call entry mechanism (#898) 1 year ago
ARM_CM85_NTZ/non_secure Update system call entry mechanism (#898) 1 year ago
ARM_CRx_No_GIC CI-CD Updates (#768) 1 year ago
ATMega323 CI-CD Updates (#768) 1 year ago
AVR32_UC3 CI-CD Updates (#768) 1 year ago
AVR_AVRDx CI-CD Updates (#768) 1 year ago
AVR_Mega0 CI-CD Updates (#768) 1 year ago
AtmelSAM7S64 Add trace hook macro for most ports (#794) 1 year ago
AtmelSAM9XE Add trace hook macro for most ports (#794) 1 year ago
LPC2000 Add trace hook macro for most ports (#794) 1 year ago
MSP430 CI-CD Updates (#768) 1 year ago
MSP430X CI-CD Updates (#768) 1 year ago
RISC-V Support configurable RISC-V chip extension (#773) 1 year ago
RL78 CI-CD Updates (#768) 1 year ago
RX100 CI-CD Updates (#768) 1 year ago
RX600 CI-CD Updates (#768) 1 year ago
RX700v3_DPFPU CI-CD Updates (#768) 1 year ago
RXv2 CI-CD Updates (#768) 1 year ago
STR71x Add trace hook macro for most ports (#794) 1 year ago
STR75x Add trace hook macro for most ports (#794) 1 year ago
STR91x Add trace hook macro for most ports (#794) 1 year ago
V850ES CI-CD Updates (#768) 1 year ago