summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'main' into add_cellular_lib_testadd_cellular_lib_testandysun20152021-11-108-34/+44
|\
| * Updated Safer Interrupt Demo to yield in ISR if higher priority task was ↵tianmc12021-11-098-34/+44
| | | | | | | | | | | | woken (#702) Updated Safer Interrupt Demo to yield in ISR if higher priority task was woken
* | Make changes from the github comment.Andy Sun2021-11-093-23/+26
| |
* | Add comment for the macro MBEDTLS_SSL_SEND and MBEDTLS_SSL_RECVAndy Sun2021-11-0916-0/+32
| |
* | Make cellular and freertos tcp plus use the same transport implementationAndy Sun2021-11-0986-1448/+514
| |
* | Add missing configuration.Andy Sun2021-11-092-0/+2
| |
* | Fix missing newline and remove unused fileAndy Sun2021-11-0915-6487/+6201
| |
* | Change the project file due to the changes of mbedtls platform send/recv ↵Andy Sun2021-11-0926-14538/+14617
| | | | | | | | function for cellular
* | The modification for mbedtls platform send/recv function for cellularAndy Sun2021-11-0913-123/+270
| |
* | Add start marker for CI validation.Andy Sun2021-11-091-0/+3
| |
* | Turn off PSM modeAndy Sun2021-11-092-3/+16
| |
* | Adjust project setting for relocating using_mbedtls and socket_wrapperAndy Sun2021-11-097-30/+47
| |
* | Adjust the location of using_mbedtls and socket_wrapperAndy Sun2021-11-0925-3602/+1081
| |
* | Rename the naming of demoAndy Sun2021-11-0934-1685/+12
| |
* | The modification of the folder structure for cellular libraryAndy Sun2021-11-0930-273/+275
| |
* | Update cellular interfaceAndy Sun2021-11-092-1/+1
| |
* | Modify the demo log level to LOG_INFOAndy Sun2021-11-093-3/+3
| |
* | [Cellular] Add integration testAndy Sun2021-11-0943-328/+16626
| |
* | Update manifest.ymlAndy Sun2021-11-091-0/+7
| |
* | Fix missing spellAndy Sun2021-11-091-1/+1
| |
* | [Cellular] Add manifest.ymlAndy Sun2021-11-091-0/+0
| |
* | [Cellular] Fix missing spellAndy Sun2021-11-0910-20/+87
| |
* | Change the mbedtls usage in FreeRTOS-PlusAndy Sun2021-11-0910-1069/+16
| |
* | Update FreeRTOS Cellular InterfaceAndy Sun2021-11-091-0/+0
| |
* | [Cellular] Fix memory violation in transport layer and add using LoggingPrintfAndy Sun2021-11-0913-44/+118
| |
* | [Cellular] Add cellulr lib submodule and demo appAndy Sun2021-11-0966-0/+20892
|/
* Remove non-ASCII characters (#701)Gaurav-Aggarwal-AWS2021-11-081-1/+1
| | | Signed-off-by: Gaurav Aggarwal <aggarg@amazon.com>
* Fixed some typos in the readme in the Posix_GCC demo (#697)Seppe Soete2021-11-031-3/+3
| | | | Co-authored-by: Seppe Soete <info@seppesoete.be> Co-authored-by: Joshua Yan <52796499+yanjos-dev@users.noreply.github.com>
* Update Submodule Pointer in P3 Repo (#699)Shivangi2021-11-032-1/+1
| | | | | | | * changing submodule * manifest file update Co-authored-by: Paul Bartell <pbartell@amazon.com>
* Update FreeRTOS submodule to be on the latest main (#700)Joshua Yan2021-11-032-1/+1
| | | | | * Update FreeRTOS submodule to be on the latest main * Update the manifest to match the submodule pointer
* Include path update (#698)Shivangi2021-10-281-1/+1
|
* pkcs11 util changes (#694)Shivangi2021-10-262-2/+10
|
* UT: Add streambuffer test to make PR #391 pass (#690)alfred gedeon2021-10-156-37/+464
| | | | UT: Add streambuffer test to make PR #391 pass
* Advance litani submodule for cbmc proofs to latest version (#687)Mark Tuttle2021-10-151-0/+0
| | | Co-authored-by: Mark R. Tuttle <mrtuttle@amazon.com>
* Renamed demo for safer interrupt (#686)tianmc12021-10-1276-0/+0
|
* Added Safe interrupt demo (#685)tianmc12021-09-3077-0/+67427
| | | Add project to be used for safer interrupts
* Add CBMC viewer configuration files (#683)Mark Tuttle2021-09-1341-14/+1084
| | | | | | | | | * Revert cbmc-viewer flags * Add cbmc-viewer configuration files * Repair CBMC patch to prvCopyDataToQueue Authored-by: Mark R. Tuttle <mrtuttle@amazon.com>
* Update LPCXpresso55S69 SDK to 2.10.0 (#684)Gaurav-Aggarwal-AWS2021-09-1365-39353/+22271
| | | Signed-off-by: Gaurav Aggarwal <aggarg@amazon.com>
* Fix possible null pointer dereference in Log (#677)chinglee-iot2021-09-111-1/+1
| | | Co-authored-by: Gaurav-Aggarwal-AWS <33462878+aggarg@users.noreply.github.com>
* Fix the license year in source files (#681)Gaurav-Aggarwal-AWS2021-09-027-280/+103
| | | | | | This commit also fixes some other formatting issues including, tabs and comments. Signed-off-by: Gaurav Aggarwal <aggarg@amazon.com>
* Add demo project for Polarfire board (#679)Gaurav-Aggarwal-AWS2021-09-02136-1/+61496
| | | | | Add the demo project for PolarFire SoC Signed-off-by: Gaurav Aggarwal <aggarg@amazon.com>
* Update submodule pointers (#680)Gaurav-Aggarwal-AWS2021-09-0213-12/+12
| | | | | | | | * Update submodule pointers This is needed to address doxygen failures (Which are already fixed in the submoduled repos). Signed-off-by: Gaurav Aggarwal <aggarg@amazon.com>
* Update code to extract versions from string (#678)Gaurav-Aggarwal-AWS2021-08-191-2/+3
| | | | | This is needed to correctly handle patch versions. Signed-off-by: Gaurav Aggarwal <aggarg@amazon.com>
* Update release script to upload source code zip (#676)Gaurav-Aggarwal-AWS2021-08-122-3/+81
| | | Signed-off-by: Gaurav Aggarwal <aggarg@amazon.com>
* Added 'extern "C"' to FreeRTOS-CLI header file. (#674)JD2021-08-091-0/+12
| | | Co-authored-by: JD Scott <jscott@hotstart.com>
* Add do-not-push flag in the release script (#673)Gaurav-Aggarwal-AWS2021-08-052-50/+72
| | | | | | This flag enables a user to only make local commits for various steps and not push them to the remote. Signed-off-by: Gaurav Aggarwal <aggarg@amazon.com>
* Hygiene update to manifest verification in CI (#671)Archit Aggarwal2021-07-283-98/+9
| | | As the manifest verification script has been moved to FreeRTOS/CI-CD-Github-Actions as a GitHub Action along with the added functionality of verifying that manifest.yml versions match the current submoduled pointers in the repository, this PR updates the CI check for manifest verification to take advantage of the new manifest-verifier action from the repository.
* Add prints for CI (#670)Gaurav-Aggarwal-AWS2021-07-284-1015/+1008
| | | | | * Add prints for CI markers Signed-off-by: Gaurav Aggarwal <aggarg@amazon.com>
* Add mechanism for generating memory statistics report (#668)Archit Aggarwal2021-07-271-0/+33
| | | To validate that the FreeRTOS/CI-CD-Github-Actions/memory_statistics/paths.json configuration is correct, this PR adds a CI check mechanism to generate the memory statistics report in JSON format. Additionally, the CI check also uploads the report as an artifact (for main and release-candidate branches ONLY) for user accessibility of the generated report.
* Re-add submodules to Community and Partner Contribution repos (#669)Archit Aggarwal2021-07-2711-0/+1116
|