FreeRTOS-Kernel/portable/IAR
Vishwanath Martur 8e434c1385 Add memory protection support to RISC-V port
Related to #908

Add memory protection support to the RISC-V port.

* **Memory Protection Configurations and Settings**
  - Add memory protection-related configurations and settings in `portable/GCC/RISC-V/portmacro.h` and `portable/IAR/RISC-V/portmacro.h`.
  - Define macros for enabling and disabling memory protection in both files.

* **Critical Section Handling**
  - Update the `portENTER_CRITICAL` and `portEXIT_CRITICAL` macros in `portable/GCC/RISC-V/portmacro.h` and `portable/IAR/RISC-V/portmacro.h` to handle memory protection.

* **Chip-Specific Extensions**
  - Add memory protection-related definitions and macros in `portable/GCC/RISC-V/chip_specific_extensions/RISCV_MTIME_CLINT_no_extensions/freertos_risc_v_chip_specific_extensions.h` and `portable/IAR/RISC-V/chip_specific_extensions/RV32I_CLINT_no_extensions/freertos_risc_v_chip_specific_extensions.h`.
  - Define macros for saving and restoring memory protection context in both files.

* **Port Functions**
  - Add functions for enabling and disabling memory protection in `portable/GCC/RISC-V/port.c` and `portable/IAR/RISC-V/port.c`.

Working on still: portASM.s planning to implement ASAP
2024-11-01 12:26:29 +05:30
..
78K0R Use Regex for Copyright Year in Header Check (#1002) 2024-02-26 09:26:42 -08:00
ARM_CA5_No_GIC Use Regex for Copyright Year in Header Check (#1002) 2024-02-26 09:26:42 -08:00
ARM_CA9 Update broken links in readme and comments (#1110) 2024-08-05 16:00:47 +05:30
ARM_CM0 Update broken links in readme and comments (#1110) 2024-08-05 16:00:47 +05:30
ARM_CM3 Update broken links in readme and comments (#1110) 2024-08-05 16:00:47 +05:30
ARM_CM4F Update broken links in readme and comments (#1110) 2024-08-05 16:00:47 +05:30
ARM_CM4F_MPU Update broken links in readme and comments (#1110) 2024-08-05 16:00:47 +05:30
ARM_CM7 Update broken links in readme and comments (#1110) 2024-08-05 16:00:47 +05:30
ARM_CM23 Armv8.1-m: Add pacbti support (#1147) 2024-10-24 11:55:16 +05:30
ARM_CM23_NTZ/non_secure Armv8.1-m: Add pacbti support (#1147) 2024-10-24 11:55:16 +05:30
ARM_CM33 Armv8.1-m: Add pacbti support (#1147) 2024-10-24 11:55:16 +05:30
ARM_CM33_NTZ/non_secure Armv8.1-m: Add pacbti support (#1147) 2024-10-24 11:55:16 +05:30
ARM_CM35P Armv8.1-m: Add pacbti support (#1147) 2024-10-24 11:55:16 +05:30
ARM_CM35P_NTZ/non_secure Armv8.1-m: Add pacbti support (#1147) 2024-10-24 11:55:16 +05:30
ARM_CM55 Armv8.1-m: Add pacbti support (#1147) 2024-10-24 11:55:16 +05:30
ARM_CM55_NTZ/non_secure Armv8.1-m: Add pacbti support (#1147) 2024-10-24 11:55:16 +05:30
ARM_CM85 Armv8.1-m: Add pacbti support (#1147) 2024-10-24 11:55:16 +05:30
ARM_CM85_NTZ/non_secure Armv8.1-m: Add pacbti support (#1147) 2024-10-24 11:55:16 +05:30
ARM_CRx_No_GIC fix typos in comments: interace -> interface, swtich -> switch (#1022) 2024-04-08 17:50:55 -07:00
ATMega323 Use Regex for Copyright Year in Header Check (#1002) 2024-02-26 09:26:42 -08:00
AtmelSAM7S64 Use Regex for Copyright Year in Header Check (#1002) 2024-02-26 09:26:42 -08:00
AtmelSAM9XE Use Regex for Copyright Year in Header Check (#1002) 2024-02-26 09:26:42 -08:00
AVR32_UC3 Use Regex for Copyright Year in Header Check (#1002) 2024-02-26 09:26:42 -08:00
AVR_AVRDx Use Regex for Copyright Year in Header Check (#1002) 2024-02-26 09:26:42 -08:00
AVR_Mega0 Use Regex for Copyright Year in Header Check (#1002) 2024-02-26 09:26:42 -08:00
LPC2000 Use Regex for Copyright Year in Header Check (#1002) 2024-02-26 09:26:42 -08:00
MSP430 Use Regex for Copyright Year in Header Check (#1002) 2024-02-26 09:26:42 -08:00
MSP430X Remove hardware dependence in portmacros.h (#1112) 2024-08-19 11:31:30 +05:30
RISC-V Add memory protection support to RISC-V port 2024-11-01 12:26:29 +05:30
RL78 [Fixed the Issue] Fixed the Issue#1102 of RL78 of the Context switch issue. https://github.com/FreeRTOS/FreeRTOS-Kernel/issues/1102 (#1157) 2024-10-15 11:09:45 +05:30
RX100 Use Regex for Copyright Year in Header Check (#1002) 2024-02-26 09:26:42 -08:00
RX600 Use Regex for Copyright Year in Header Check (#1002) 2024-02-26 09:26:42 -08:00
RX700v3_DPFPU Use Regex for Copyright Year in Header Check (#1002) 2024-02-26 09:26:42 -08:00
RXv2 Use Regex for Copyright Year in Header Check (#1002) 2024-02-26 09:26:42 -08:00
STR71x Use Regex for Copyright Year in Header Check (#1002) 2024-02-26 09:26:42 -08:00
STR75x Use Regex for Copyright Year in Header Check (#1002) 2024-02-26 09:26:42 -08:00
STR91x Use Regex for Copyright Year in Header Check (#1002) 2024-02-26 09:26:42 -08:00
V850ES Use Regex for Copyright Year in Header Check (#1002) 2024-02-26 09:26:42 -08:00