5 Commits

Author SHA1 Message Date
Paul Bartell
35b249c3f5 Fix Build Combinaton CI job 2024-01-30 14:20:38 -08:00
Soren Ptak
90281cb5ba CI-CD-Updates (#58)
* Remove exec privileges from c and h files
* Apply Formatting Changes
* Spelling Mistake Fixes
2023-12-05 17:34:02 -08:00
phelter
08d0cff40d Feature/fixing clang gnu compiler warnings (#45)
* Support for CMake builds. Added Linux stub port for now to allow cross
compilation.

* Fixing misuse of doxygen documentation

* Converting prints from %lu to %u where possible as per request in comments related to (#35)

* Fixing clang compiler warnings.

* Fixing build test to work regardless of configuration.

* Adding in for Zynq port dependency on uncached_memory target.

* Excluding build_test from all build - must request it explicitly.

* Ensuring XPAR_XSDPS_0_IS_CACHE_COHERENT is 1 for this build since using
a modified xsdps driver that requires it.

* Updating compiler warnings.

* Fixing documentation, signed/unsigned conversion. Bugfix for time based code for removing failure in 2032 due to uint32_t used for time.

* Fixing error creation using FF_createERR everywhere missed.

* Fixing build_test in ci.yml

* Uncrustify: triggered by comment.

---------

Co-authored-by: Nikhil Kamath <110539926+amazonKamath@users.noreply.github.com>
Co-authored-by: GitHub Action <action@github.com>
2023-05-16 12:16:58 -07:00
Aniruddha Kanhere
b71ed0f4ef Update pull_request_template.md (#39)
* Update pull_request_template.md

* Update FreeRTOSConfig.h

* Remove definition of configASSERT
2023-02-20 09:41:41 -08:00
phelter
81941bbe07 Support for CMake builds. Added Linux stub port for now to allow cross compilation (#35)
* Support for CMake builds. Added Linux stub port for now to allow cross
compilation.

* Fixing A_CUSTOM_PORT usage to make it easier to integrate with external code.

* Fixing include directories for port.

* Adding in initial Github actions/workflows based on FreeRTOS-Plus-IP and added documentation on how to integrate with cmake.

* Fixing formatting with uncrustify.

* Commenting out ci workflows that are not currently supported.

* Fixing comments referencing TCP to FAT.
2022-10-28 16:53:11 -07:00