FreeRTOS-Kernel
FreeRTOS-Kernel copied to clipboard
FreeRTOS kernel files only, submoduled into https://github.com/FreeRTOS/FreeRTOS and various other repos.
FreeRTOS: version: v11.1.0 FreeRTOS port: FreeRTOS Posix port OS: Ubuntu 22.04 I'm using the freertos posix port to test a the firmware logic without the need for a hardware. The...
It would be useful for future versions of FreeRTOS to support Queue Sets in a way that would allow adding the same object (Queue or Semaphore) to more than one...
This change makes the ARM_AARCH64 Port ready for SMP use. Description ----------- As part of my master thesis I developed this Port. It was specifically developed for the Zynq Ultrascale...
Fix IA32 compilation with common IRQ entry disabled Description ----------- This change fixes compilation errors when using IA32 port when `configUSE_COMMON_INTERRUPT_ENTRY_POINT` is set to 0. The follow compilation error is...
Description ----------- re: https://github.com/FreeRTOS/FreeRTOS-Kernel/issues/316#issuecomment-2327254371 Adding handling for GIC V2 interrupt grouping and security extension. Additional handling determines which interrupt group is asserted by inspecting HPPIR. Based on the interrupt group...
Description ----------- Test Steps ----------- Checklist: ---------- - [ ] I have tested my changes. No regression in existing tests. - [ ] I have modified and/or added unit-tests to...
**Describe the bug** I posted issue No.740 before but I could not share the reproduced code before. Now I can create it and provide it in this new issue ticket....
Related to #331 Fix the Memory Read Protection Violation from Secure MPU exception on exit from interrupt. * Add `lr r3, [0x09] /* store SEC_STAT.IRM */` and `and r3, r3,...
When I read these - i see: config CHECK STACK OVERFLOW - and port STACK OVER FLOW CHECK These are very similar and seem to be very unrelated - as...
Description ----------- - Fixed interrupt depth comparison logic to enhance accuracy in handling nested interrupts. - Resolved parameter mismatch in portmacro.h, aligning function calls and definitions for consistency. - Addressed...