- ce88ade Fix MISRA C 2012 Rule 10.3 errors (#860) by chinglee-iot · 1 year, 4 months ago
- 76be28c Update system call entry mechanism (#898) by Gaurav-Aggarwal-AWS · 1 year, 4 months ago
- dc09a3d Add vApplicationGetPassiveIdleTaskMemory for SMP (#890) by chinglee-iot · 1 year, 5 months ago
- 9c649ea Add time conversion macros (#866) by Darian · 1 year, 5 months ago
- fc7aca7 Rename CPU to Core (#849) by Darian · 1 year, 5 months ago
- 7ffc6a7 Add base priority get APIs (#818) by chinglee-iot · 1 year, 6 months ago
- 2be332a Separate the task create function for core affinity (#789) by chinglee-iot · 1 year, 6 months ago
- 4bfb9b2 Update SMP get idle task memory for static allocation (#784) by chinglee-iot · 1 year, 6 months ago
- d442d79 Add configCONTROL_INFINITE_LOOP for loop control in unit test (#783) by chinglee-iot · 1 year, 6 months ago
- 30e13da Implement prvYieldCore with macro (#785) by chinglee-iot · 1 year, 6 months ago
- 830533d Add taskYIELD_WITHIN_API macro (#782) by chinglee-iot · 1 year, 6 months ago
- 96d6190 Replace sprintf with snprintf (#802) by Gaurav-Aggarwal-AWS · 1 year, 6 months ago
- 83861f5 Add Trace Hook Macros to all API calls (#786) by Sebastian Brosch · 1 year, 6 months ago
- 15e0364 xQueueSendToFromFromISR --> xQueueSendToFrontFromISR (#795) by Robert Berger · 1 year, 6 months ago
- c59ce22 Fix xQueueSendToFront code comment (#796) by Robert Berger · 1 year, 6 months ago
- 7cd201c Add default implementations of vApplicationGetIdleTaskMemory and vApplicationGetTimerTaskMemory (#790) by Mehdi · 1 year, 6 months ago
- c3ece08 Fix prototype in mpu_prototypes.h (#797) by Gaurav-Aggarwal-AWS · 1 year, 6 months ago
- 170a291 Add Access Control List to MPU ports (#765) by kar-rahul-aws · 1 year, 6 months ago
- 2f94b18 Add Trace Hook Macros and function that returns the start of the stack. (#659) by Boris van der Meer · 1 year, 7 months ago
- f7565c2 Add configUSE_CORE_AFFINITY bits check (#776) by chinglee-iot · 1 year, 7 months ago
- 288d143 Update taskSELECT_HIGHEST_PRIORITY_TASK macro for SMP (#777) by chinglee-iot · 1 year, 7 months ago
- 0d9649c Heap protect (#747) by oliverlavery · 1 year, 7 months ago
- cdd3678 Add runtime parameter checks (#761) by kar-rahul-aws · 1 year, 8 months ago
- b5f670f Fix pxTopOfStack calculation in configINIT_TLS_BLOCK for picolib (#739) by bebebib-rs · 1 year, 8 months ago
- 02be485 Update MPU wrapper for pcTaskGetName API (#737) by kar-rahul-aws · 1 year, 8 months ago
- b51a373 Update MPU wrapper for xTimerGenericCommand API (#734) by kar-rahul-aws · 1 year, 8 months ago
- da2428f Feature: Add top/end of stack to task info report whenever it is available. (#729) (#730) by vinceburns · 1 year, 8 months ago
- cfd4c73 Fix compilation warnings with Clang (#721) by Gaurav-Aggarwal-AWS · 1 year, 8 months ago
- ae3a498 Merge SMP feature to main (#716) by chinglee-iot · 1 year, 8 months ago
- c3dc20f Update xSemaphoreGetStaticBuffer prototype in comment (#704) by chinglee-iot · 1 year, 9 months ago
- 97050a1 Memory Protection Unit (MPU) Enhancements (#705) by kar-rahul-aws · 1 year, 9 months ago
- 18e2937 Fix circular dependency in CMake project (#700) by Patrick Cook · 1 year, 9 months ago
- d0a490e Remove empty expression statement compiler warning (#692) by chinglee-iot · 1 year, 9 months ago
- 17a46c2 Use portTASK_FUNCTION_PROTO to replace portNORETURN (#688) by chinglee-iot · 1 year, 10 months ago
- 77d8086 Fix clang warning in croutine and stream buffer (#686) by chinglee-iot · 1 year, 10 months ago
- d3c289f Add back croutines by reverting PR#590 (#685) by Aniruddha Kanhere · 1 year, 10 months ago
- eb00a53 Paranthesize expression-like macro (#668) by tcpluess · 1 year, 11 months ago
- 1b8a424 add a missing comma (#651) by Nicolas · 2 years ago
- 9488ba2 Add functions to get the buffers of statically created objects (#641) by Darian · 2 years ago
- 55658e1 Add missing FreeRTOS+ defines by Holden · 2 years, 1 month ago
- 563c57e Fix TLS and stack alignment when using picolibc (#637) by Keith Packard · 2 years, 1 month ago
- c3e1df0 Add Thread Local Storage (TLS) support using Picolibc functions (#343) by Keith Packard · 2 years, 1 month ago
- 8cd5451 Feature/fixing clang gnu compiler warnings (#620) by phelter · 2 years, 1 month ago
- 5d05601 Fix build failure introduced in PR #597 (#629) by Gaurav-Aggarwal-AWS · 2 years, 1 month ago
- 91c20f5 Added support of 64bit events. (#597) by Dusan Cervenka · 2 years, 2 months ago
- 78319fd Add ulTaskGetRunTimeCounter and ulTaskGetRunTimePercent (#611) by Chris Copeland · 2 years, 2 months ago
- 6d65558 move the prototype for vApplicationIdleHook to task.h. (#600) by tcpluess · 2 years, 3 months ago
- 99d3d54 Fix array-bounds compiler warning on gcc11+ in list.h (#580) by Archit Gupta · 2 years, 4 months ago
- 01820d3 Normalize line endings and whitespace in source files by Paul Bartell · 2 years, 4 months ago
- 3d28cda Remove xCoRoutineHandle definition from FreeRTOS.h by Paul Bartell · 2 years, 4 months ago
- 04dfb70 parenthesize expression-like macro (#592) by tcpluess · 2 years, 4 months ago
- d986252 Remove coroutines from FreeRTOS-Kernel. by Paul Bartell · 2 years, 4 months ago
- 6311ad1 Update doc comments in task.h (#570) by Gaurav-Aggarwal-AWS · 2 years, 6 months ago
- 331362d Restrict unpriv task to invoke code with privilege by Gaurav Aggarwal · 2 years, 7 months ago
- 79704b8 Remove local stack variable form MPU wrappers by Gaurav Aggarwal · 2 years, 7 months ago
- c09187e Update of three badly terminated macro definitions (#555) by newbrain · 2 years, 7 months ago
- 11c72bc Add support for MISRA rule 20.7 (#546) by Monika Singh · 2 years, 7 months ago
- 48ad473 correct grammar in include/FreeRTOS.h by Paul Bartell · 2 years, 8 months ago
- ab25da6 Fix formatting of FreeRTOS.h by Paul Bartell · 2 years, 8 months ago
- c2bbe92 Move some of the complex pre-processor guards on prvWriteNameToBuffer() to compile time checks in FreeRTOS.h. by RichardBarry · 2 years, 8 months ago
- b0a8bd8 Change default value of INCLUDE_xTaskGetCurrentTaskHandle (#542) by Ravishankar Bhagavandas · 2 years, 8 months ago
- 95669cc Generalize Thread Local Storage (TLS) support (#540) by Gaurav-Aggarwal-AWS · 2 years, 8 months ago
- 4a8c066 Change type of message buffer handle (#537) by Ravishankar Bhagavandas · 2 years, 8 months ago
- d5771a7 Add configUSE_MUTEXES to function declarations in header (#504) by Gaurav-Aggarwal-AWS · 2 years, 9 months ago
- 0b46492 Add callback overrides for stream buffer and message buffers (#437) by Ravishankar Bhagavandas · 2 years, 9 months ago
- 719ceee Add suppport for ARM CM55 (#494) by alfred gedeon · 2 years, 10 months ago
- cf68505 queue.h: cTaskWokenByPost -> xTaskWokenByReceive (#491) by Robert Berger · 3 years ago
- d5b95c9 Corrected spelling mistake in mpu_prototypes.h by Anton Lagerholm · 3 years ago
- 9204f9f Correct spelling mistake in mpu_wrappers.h by Anton Lagerholm · 3 years ago
- e73fabc Declare vApplicationMallocFailedHook function in task.h instead in each C heap file (#483) by pierrenoel-bouteville-act · 3 years ago
- 82be779 Heap improvements (#462) by Gaurav-Aggarwal-AWS · 3 years, 1 month ago
- 840214d Update documentation of uxTaskGetTaskNumber function (#460) by Gaurav-Aggarwal-AWS · 3 years, 1 month ago
- d5b2413 Fix typo (#454) by mikisama · 3 years, 2 months ago
- 4014abb Fix some warnings in doxygen comments (#453) by Muneeb Ahmed · 3 years, 2 months ago
- 364f0e5 Fix description of configQUEUE_REGISTRY_SIZE (#446) by Tobias Nießen · 3 years, 2 months ago
- a3843bd Fix warning message error. (#443) by isus-ipanienko · 3 years, 2 months ago
- dca4f80 Add configUSE_MINI_LIST_ITEM configuration option to enable the MiniListItem_t type. (#433) by Paul Bartell · 3 years, 2 months ago
- 990643e Fix support for stepping tick by xExpectedIdleTime (#73) by Jeff Tenney · 3 years, 3 months ago
- abd887c Clean some spell check words. (#439) by Jon Enz · 3 years, 3 months ago
- c4f9e27 Feature: Add task top/end of stack to task info report (#436) by Joseph Julicher · 3 years, 3 months ago
- f5df2c1 Documentation update for xEventGroupClearBitsFromISR (#432) by Joseph Julicher · 3 years, 3 months ago
- 455df7a uxAutoReload replaced with xAutoReload to improve MISRA compliance (#429) by Joseph Julicher · 3 years, 3 months ago
- 4c4089b Remove tickless idle mode dependency with include v task suspend (#422) by Pramith K V · 3 years, 4 months ago
- 6ac9aae Fix formatting error by Gaurav Aggarwal · 3 years, 5 months ago
- 7a38487 Change xPortRaisePrivilege and vPortResetPrivilege to macros by Gaurav Aggarwal · 3 years, 5 months ago
- 78da9cb Fix code example in timers.h (#412) by Gaurav-Aggarwal-AWS · 3 years, 5 months ago
- 4896d6b Mention portMAX_DELAY in xEventGroupWaitBits docs (#411) by Tobias Nießen · 3 years, 5 months ago
- 5a2a1d0 Change taskYIELD_FROM_ISR to portYIELD_FROM_ISR in docs (#408) by Gaurav-Aggarwal-AWS · 3 years, 5 months ago
- a40d52d Fix documentation mistake (#407) by prplz · 3 years, 5 months ago
- f8ada39 Replace <pre> with @code - remaining files (#388) by Zim Kalinowski · 3 years, 7 months ago
- bb02cf6 minor fix in stream buffer doc (#387) by Zim Kalinowski · 3 years, 7 months ago
- ae73f0d Replace <pre> with @code{c} (#386) by Zim Kalinowski · 3 years, 7 months ago
- 0b1e9d7 fixes in queue documentation (#382) by Zim Kalinowski · 3 years, 8 months ago
- d858d1f fix example usage of xMessageBufferCreateStatic and xStreamBufferCrea… (#380) by Paul Adelsbach · 3 years, 8 months ago
- 1b38078 fixed parameter names documentation (#378) by Zim Kalinowski · 3 years, 8 months ago
- ce81bcb Run uncrustify with github workflows (#369) by alfred gedeon · 3 years, 8 months ago
- d9d5d53 doc: fix function name typo (#368) by Craig Kewley · 3 years, 8 months ago
- 1d86b97 Fix description of vTaskDelay (#363) by Tobias Nießen · 3 years, 9 months ago
- 4633870 Replace two dashes and one whitespace with their corresponding ASCII characters. (#362) by swaldhoer · 3 years, 9 months ago
- 9af72db Add RP2040 support (#341) by Graham Sanderson · 3 years, 9 months ago