]> begriffs open source - freertos/commit
Fix freertos_kernel cmake property, Posix Port (#640)
authorKody Stribrny <89810515+kstribrnAmzn@users.noreply.github.com>
Tue, 7 Mar 2023 04:04:15 +0000 (20:04 -0800)
committerGitHub <noreply@github.com>
Tue, 7 Mar 2023 04:04:15 +0000 (09:34 +0530)
commit309a18a03adab1eaca5d86654dd4e1075ee49e7a
tree81dabc2875320b97805f431a6dace4c8de52b6e6
parent7b26ea6263d795bd1090eac60d63a29080934f2f
Fix freertos_kernel cmake property, Posix Port (#640)

* Fix freertos_kernel cmake property, Posix Port

* Moves the `set_property()` call below the target definition in top level CMakeLists file
* Corrects billion value from `ULL` suffix (not C90 compliant) to `UL` suffix with cast to uint64_t

* Add blank line to CMakeLists.txt
CMakeLists.txt
portable/ThirdParty/GCC/Posix/port.c