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
Rahul Kar e8289dfee6
Add config option for event groups and stream buffers (#994)
* Add configUSE_EVENT_GROUPS in source files

* Add configUSE_EVENT_GROUPS macro in MPU wrapper files

* Add configUSE_EVENT_GROUPS macro in MPU port files for GCC and RVDS compilers

* Fix Formatting

* Add configUSE_STREAM_BUFFERS in source files

* Add configUSE_STREAM_BUFFERS  macro in MPU wrapper files

* Add configUSE_STREAM_BUFFERS macro in MPU port files for GCC and RVDS compilers

* Update FreeRTOS.h post latest commit

* Update the ARM_CRx_MPU Port to account for the new configuration changes

* Formatting suggestions

Signed-off-by: Gaurav Aggarwal <aggarg@amazon.com>

* Code review suggestions

---------

Signed-off-by: Gaurav Aggarwal <aggarg@amazon.com>
Co-authored-by: joshzarr <joshzarr@amazon.com>
Co-authored-by: Gaurav Aggarwal <aggarg@amazon.com>
Co-authored-by: Soren Ptak <ptaksoren@gmail.com>
Co-authored-by: Gaurav-Aggarwal-AWS <33462878+aggarg@users.noreply.github.com>
10 months ago
..
CMakeLists.txt Fix circular dependency in CMake project (#700) 2 years ago
FreeRTOS.h Add config option for event groups and stream buffers (#994) 10 months ago
StackMacros.h Use Regex for Copyright Year in Header Check (#1002) 11 months ago
atomic.h Use Regex for Copyright Year in Header Check (#1002) 11 months ago
croutine.h Use Regex for Copyright Year in Header Check (#1002) 11 months ago
deprecated_definitions.h Use Regex for Copyright Year in Header Check (#1002) 11 months ago
event_groups.h Add config option for event groups and stream buffers (#994) 10 months ago
list.h Not using pxIndex to iterate ready list in trace utility (#1000) 11 months ago
message_buffer.h Add config option for event groups and stream buffers (#994) 10 months ago
mpu_prototypes.h Use Regex for Copyright Year in Header Check (#1002) 11 months ago
mpu_syscall_numbers.h Use Regex for Copyright Year in Header Check (#1002) 11 months ago
mpu_wrappers.h Use Regex for Copyright Year in Header Check (#1002) 11 months ago
newlib-freertos.h Use Regex for Copyright Year in Header Check (#1002) 11 months ago
picolibc-freertos.h Use Regex for Copyright Year in Header Check (#1002) 11 months ago
portable.h Use Regex for Copyright Year in Header Check (#1002) 11 months ago
projdefs.h Use Regex for Copyright Year in Header Check (#1002) 11 months ago
queue.h Use Regex for Copyright Year in Header Check (#1002) 11 months ago
semphr.h Use Regex for Copyright Year in Header Check (#1002) 11 months ago
stack_macros.h Use Regex for Copyright Year in Header Check (#1002) 11 months ago
stdint.readme Use Regex for Copyright Year in Header Check (#1002) 11 months ago
stream_buffer.h Add config option for event groups and stream buffers (#994) 10 months ago
task.h Use Regex for Copyright Year in Header Check (#1002) 11 months ago
timers.h Use Regex for Copyright Year in Header Check (#1002) 11 months ago