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
Phillip Stevens 14dd5b503a
use configSTACK_DEPTH_TYPE consequently (updated for 11.0.x) (#942)
* use configSTACK_DEPTH_TYPE consequently

* update default to uint32_t

* Update FreeRTOS.h

Revert for backwards compatibility

* Update portable.h

* configSTACK_DEPTH_TYPE - unify stack variable naming

* update lexicon.txt

* update typo lexicon.txt

* Update task.h

* Update timers.h

* fix merge typo

* fix stack type

* fix timer stack type

* fix timer stack more

* fix affinity set stack

* adjust ports to use configSTACK_DEPTH_TYPE

* fix vTaskListTasks

* set default stack depth type in portable.h

* fix History.txt

* update affinityset

* resolve reviewer comments

* fix prvTaskCheckFreeStackSpace for variable stack size type

* restore CoRoutine defines

* remove obsolete stack ttype casts

* fix (attempt) for format portable.h

* Formatting fixes

* prvTaskCheckFreeStackSpace make variable naming compliant

* Update portable/GCC/ARM_CM33/non_secure/port.c

Co-authored-by: Soren Ptak <ptaksoren@gmail.com>

* Update portable/GCC/ARM_CM23/non_secure/port.c

Co-authored-by: Soren Ptak <ptaksoren@gmail.com>

* Apply suggestions from code review

Update ulStackDepth to uxStackDepth

Co-authored-by: Soren Ptak <ptaksoren@gmail.com>

* Correct uxStackDepth in port.c

Also add uint32_t cast prvGetMPURegionSizeSetting.

* Update ARM CM3 MPU port.c

Revert casting of ( uint32_t ) pxBottomOfStack

* Code review suggestions

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

---------

Signed-off-by: Gaurav Aggarwal <aggarg@amazon.com>
Co-authored-by: Rahul Kar <118818625+kar-rahul-aws@users.noreply.github.com>
Co-authored-by: Soren Ptak <ptaksoren@gmail.com>
Co-authored-by: Gaurav-Aggarwal-AWS <33462878+aggarg@users.noreply.github.com>
Co-authored-by: Gaurav Aggarwal <aggarg@amazon.com>
1 year ago
..
CMakeLists.txt Fix circular dependency in CMake project (#700) 2 years ago
FreeRTOS.h use configSTACK_DEPTH_TYPE consequently (updated for 11.0.x) (#942) 1 year ago
StackMacros.h Normalize line endings and whitespace in source files 2 years ago
atomic.h Fix portSET_INTERRUPT_MASK_FROM_ISR definition for atomic operation (#940) 1 year ago
croutine.h Add parameter name for function type (#845) 1 year ago
deprecated_definitions.h Normalize line endings and whitespace in source files 2 years ago
event_groups.h Fix MISRA C 2012 Rule 11.1 deviations (#856) 1 year ago
list.h Remove lint suppression comment (#920) 1 year ago
message_buffer.h Add functions to get the buffers of statically created objects (#641) 2 years ago
mpu_prototypes.h use configSTACK_DEPTH_TYPE consequently (updated for 11.0.x) (#942) 1 year ago
mpu_syscall_numbers.h Update system call entry mechanism (#898) 1 year ago
mpu_wrappers.h Export MPU Section Attributes (#931) 1 year ago
newlib-freertos.h Paranthesize expression-like macro (#668) 2 years ago
picolibc-freertos.h Fix pxTopOfStack calculation in configINIT_TLS_BLOCK for picolib (#739) 2 years ago
portable.h use configSTACK_DEPTH_TYPE consequently (updated for 11.0.x) (#942) 1 year ago
projdefs.h Add parameter name for function type (#845) 1 year ago
queue.h Fix documentation for xQueueTakeMutexRecursive (#943) 1 year ago
semphr.h Update xSemaphoreGetStaticBuffer prototype in comment (#704) 2 years ago
stack_macros.h Add constanst suffix to prevent potential type conversion (#921) 1 year ago
stdint.readme Normalize line endings and whitespace in source files 2 years ago
stream_buffer.h Added ability to change task notification index for streambuffers (#939) 1 year ago
task.h use configSTACK_DEPTH_TYPE consequently (updated for 11.0.x) (#942) 1 year ago
timers.h use configSTACK_DEPTH_TYPE consequently (updated for 11.0.x) (#942) 1 year ago