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/include
newbrain c09187e73b
Update of three badly terminated macro definitions (#555)
* Update of three badly terminated macro definitions
- vTaskDelayUntil() to conform to usual pattern do { ... } while(0)
- vTaskNotifyGiveFromISR() and
- vTaskGenericNotifyGiveFromISR() to remove extra terminating semicolons
- This PR addresses issues #553 and #554

* Adjust formatting of task.h

Co-authored-by: Paul Bartell <pbartell@amazon.com>
2 years ago
..
FreeRTOS.h Add support for MISRA rule 20.7 (#546) 3 years ago
StackMacros.h Fix warning message error. (#443) 3 years ago
atomic.h Normalize files with mixed line endings (introduced in commit 3a413d1) 4 years ago
croutine.h Replace <pre> with @code - remaining files (#388) 4 years ago
deprecated_definitions.h Normalize files with mixed line endings (introduced in commit 3a413d1) 4 years ago
event_groups.h Add support for MISRA rule 20.7 (#546) 3 years ago
list.h Add configUSE_MINI_LIST_ITEM configuration option to enable the MiniListItem_t type. (#433) 3 years ago
message_buffer.h Add support for MISRA rule 20.7 (#546) 3 years ago
mpu_prototypes.h Add callback overrides for stream buffer and message buffers (#437) 3 years ago
mpu_wrappers.h Add support for MISRA rule 20.7 (#546) 3 years ago
portable.h Declare vApplicationMallocFailedHook function in task.h instead in each C heap file (#483) 3 years ago
projdefs.h Normalize files with mixed line endings (introduced in commit 3a413d1) 4 years ago
queue.h Add support for MISRA rule 20.7 (#546) 3 years ago
semphr.h Add support for MISRA rule 20.7 (#546) 3 years ago
stack_macros.h Run uncrustify with github workflows (#369) 4 years ago
stdint.readme Normalize files with mixed line endings (introduced in commit 3a413d1) 4 years ago
stream_buffer.h Add support for MISRA rule 20.7 (#546) 3 years ago
task.h Update of three badly terminated macro definitions (#555) 2 years ago
timers.h Clean some spell check words. (#439) 3 years ago