FreeRTOS-Kernel/include
phelter 8cd5451ad5
Feature/fixing clang gnu compiler warnings (#620)
* Adding in ability to support a library for freertos_config and a custom freertos_kernel_port (#558)

* Using single name definition for libraries everywhere. (#558)

* Supporting backwards compatibility with FREERTOS_CONFIG_FILE_DIRECTORY (#571)

* Removing compiler warnings for GNU and Clang. (#571)

* Added in documentation on how to consume from a main project. Added default PORT selection for native POSIX and MINGW platforms.

* Only adding freertos_config if it exists. Removing auto generation of it from a FREERTOS_CONFIG_FILE_DIRECTORY.

* Fixing clang and gnu compiler warnings.

* Adding in project information and how to compile for GNU/clang

* Fixing compiler issue with unused variable - no need to declare variable.

* Adding in compile warnings for linux builds that kernel is okay with using.

* Fixing more extra-semi-stmt clang warnings.

* Moving definition of hooks into header files if features are enabled.

* Fixing formatting with uncrustify.

* Fixing merge conflicts with main merge.

* Fixing compiler errors due to merge issues and formatting.

* Fixing Line feeds.

* Adding 'portNORETURN' into portmacros.h. Other Updates based on PR request

* Further clean-up of clang and clang-tidy issues.

* Removing compiler specific pragmas from common c files.

* Fixing missing lexicon entry and uncrustify formatting changes.

* Resolving merge issue multiple defnitions of proto for prvIdleTask

* Fixing formatting issues that are not covered by uncrustify. Use clang-tidy instead if you want this level of control.

* More uncrustify formatting issues.

* Fixing extra bracket in #if statement.

---------

Co-authored-by: Gaurav-Aggarwal-AWS <33462878+aggarg@users.noreply.github.com>
2023-02-23 23:35:04 +05:30
..
atomic.h Normalize line endings and whitespace in source files 2022-11-29 15:38:47 -08:00
deprecated_definitions.h Normalize line endings and whitespace in source files 2022-11-29 15:38:47 -08:00
event_groups.h Added support of 64bit events. (#597) 2023-02-03 07:34:02 -07:00
FreeRTOS.h Feature/fixing clang gnu compiler warnings (#620) 2023-02-23 23:35:04 +05:30
list.h Feature/fixing clang gnu compiler warnings (#620) 2023-02-23 23:35:04 +05:30
message_buffer.h Normalize line endings and whitespace in source files 2022-11-29 15:38:47 -08:00
mpu_prototypes.h Normalize line endings and whitespace in source files 2022-11-29 15:38:47 -08:00
mpu_wrappers.h Normalize line endings and whitespace in source files 2022-11-29 15:38:47 -08:00
portable.h Normalize line endings and whitespace in source files 2022-11-29 15:38:47 -08:00
projdefs.h Added support of 64bit events. (#597) 2023-02-03 07:34:02 -07:00
queue.h Feature/fixing clang gnu compiler warnings (#620) 2023-02-23 23:35:04 +05:30
semphr.h Normalize line endings and whitespace in source files 2022-11-29 15:38:47 -08:00
stack_macros.h Feature/fixing clang gnu compiler warnings (#620) 2023-02-23 23:35:04 +05:30
StackMacros.h Normalize line endings and whitespace in source files 2022-11-29 15:38:47 -08:00
stdint.readme Normalize line endings and whitespace in source files 2022-11-29 15:38:47 -08:00
stream_buffer.h Normalize line endings and whitespace in source files 2022-11-29 15:38:47 -08:00
task.h Feature/fixing clang gnu compiler warnings (#620) 2023-02-23 23:35:04 +05:30
timers.h Feature/fixing clang gnu compiler warnings (#620) 2023-02-23 23:35:04 +05:30