Lines Matching full:kernel

12       release. SMP enables one instance of the FreeRTOS Kernel to schedule tasks
100 writer to control an unprivileged task’s access to kernel objects.
127 1. Opaque and indirectly verifiable integers for kernel object handles:
128 All the kernel object handles (for example, queue handles) are now
189 created kernel objects. The following new APIs are added:
198 the kernel object and free/reuse them at the time of deletion. Earlier
200 and the kernel object in the application. Contributed by @Dazza0.
223 + Update ARMv7-M ports to ensure that kernel interrupts run at the lowest priority.
233 + Updated the kernel version in manifest and SBOM
266 privileged data. The kernel now uses highest numbered MPU regions for
267 kernel protections to prevent such MPU configurations.
382 + ARMv7-M and ARMv8-M MPU ports – prevent non-kernel code from calling the
455 Multiprocessing Kernel. https://github.com/FreeRTOS/FreeRTOS-Kernel/tree/smp
510 + Kernel ports that support memory protection units (MPUs): The ARMv7-M and
514 regions, and have the ability to place the FreeRTOS kernel code outside of
536 see https://github.com/FreeRTOS/FreeRTOS-Kernel/commits/main
550 New and updated kernel ports:
569 originate from within the kernel's own memory segment. Added
660 + Reverted a few structure name changes that broke several kernel aware
669 FreeRTOS Kernel Changes:
738 The FreeRTOS kernel is now MIT licensed: https://www.FreeRTOS.org/license
847 RTOS kernel updates:
921 RTOS Kernel Updates:
980 RTOS kernel updates:
1022 RTOS kernel updates:
1048 + Ensure none of the variables in the common kernel files are initialised to
1078 RTOS kernel updates:
1113 Significant RTOS kernel updates:
1122 Other RTOS kernel updates:
1147 is likely application code has written over RAM used by the kernel.
1198 FreeRTOS scheduler, kernel, demo and test updates:
1375 Kernel changes:
1450 + Core kernel files now pass PC-Lint V8 static checking without outputting
1502 NOTE: There are no changes in the FreeRTOS kernel between V7.4.1 and V7.4.2
1538 + Enhanced tickless support in the core kernel code with the introduction of
1585 changes are not necessary for the kernel's own implementation, and are
1678 Kernel miscellaneous / maintenance:
1789 purposes. The kernel does not use the queue number itself.
1792 purposes. The kernel does not use the task number itself.
1904 + Various enhancements to the kernel implementation in tasks.c. These are
1906 + Added calls to configASSERT() within the kernel code. configASSERT() is
1923 kernel).
1965 immediately suspended even when the kernel has not been started. This
2174 + Updated the threads.js Java script used for kernel aware debugging in
2242 interrupts above the kernel interrupt priority, and to allow full
2254 above the kernel priority. This is only supported on PIC32 ports thus
2258 + Remove all inline usage of 'inline' from the core kernel code.
2260 means for kernel aware debuggers to locate queue definitions. It has no
2261 purpose unless you are using a kernel aware debugger. The queue registry
2517 + The lwIP Rowley demo not includes a 'kernel aware' debug window.
2562 Other kernel changes:
2668 V3.2.0 introduces two new MSP430 ports and corrects a minor kernel
2688 This release updates the HCS12 port. The common kernel code
2729 Kernel and miscellaneous changes changes
2765 - Kernel and miscellaneous changes changes
2884 prior to the kernel being initialised. This was an issue as
2999 the kernel has interrupts disabled. The first section of modifications
3001 are related to the kernel implementation and as such are transparent.
3042 kernel that are unused by an application to be excluded from the build.
3049 + Updated the documentation contained in the kernel header files.
3051 has a higher priority than the calling task - assuming the kernel is