try permission token added to job#3
Open
ChaiTowKway wants to merge 56 commits into
Open
Conversation
Owner
Author
|
/bot run coreHTTP |
Owner
Author
|
/bot run coreHTTP |
Owner
Author
|
/bot run coreHTTP |
2 similar comments
Owner
Author
|
/bot run coreHTTP |
Owner
Author
|
/bot run coreHTTP |
Owner
Author
|
/bot run coreHTTP |
added 2 commits
July 27, 2023 17:23
Owner
Author
|
/bot run coreHTTP |
…/FreeRTOS into libslirp_for_x86_AWS
Enable Werror for Posix Demo Coverage Test target Werror cannot be enabled for the non coverage test because tracelyzer code generates warnings in that target. Also add "Build Posix_GCC Demo for Coverage Test" in the PR checks to catch warnings from kernel code in PR checks. Signed-off-by: Gaurav Aggarwal <aggarg@amazon.com>
Update MPU Demos for Kernel V10.6.0
Update submodule pointers for demos Signed-off-by: Gaurav Aggarwal <aggarg@amazon.com>
* Update branch * Update readme * Update TCP submodule pointer * Update manifest * Update file names
* Update FreeRTOS-Kernel path in IPv6 demo project * Add IPv6 demo in CI flow.
Fix warnings and update ReadMe Also, make the demo output comprehensible. Signed-off-by: Gaurav Aggarwal <aggarg@amazon.com>
* mbedtls is removed in this folder. Update the readme.txt accordingly. Co-authored-by: Gaurav-Aggarwal-AWS <33462878+aggarg@users.noreply.github.com>
Signed-off-by: Gaurav Aggarwal <aggarg@amazon.com> Co-authored-by: Gaurav Aggarwal <aggarg@amazon.com>
…RTOS#1070) Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.30 to 3.1.32. - [Release notes](https://github.com/gitpython-developers/GitPython/releases) - [Changelog](https://github.com/gitpython-developers/GitPython/blob/main/CHANGES) - [Commits](gitpython-developers/GitPython@3.1.30...3.1.32) --- updated-dependencies: - dependency-name: gitpython dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Soren Ptak <ptaksoren@gmail.com>
* Add uxQueueGetQueueLength API in queue unit tests for code coverage * Update Submodule pointer for Kernel V10.6.1 Signed-off-by: kar-rahul-aws <karahulx@amazon.com>
* Fix unit test for Kernel PR FreeRTOS#760 * Update kernel submodule pointer --------- Signed-off-by: Gaurav Aggarwal <aggarg@amazon.com>
* Update kernel and community-supported-demos submodule pointer to apply compile option change on RP2040 * Update manifest * Update +TCP submodule pointer * Revert "Update +TCP submodule pointer" This reverts commit d090230. --------- Co-authored-by: kar-rahul-aws <118818625+kar-rahul-aws@users.noreply.github.com> Co-authored-by: chinglee-iot <61685396+chinglee-iot@users.noreply.github.com>
* Fix ATMEGA port demos * Remove GCC folder from proj file
* glib: Use github mirror of glib repository * Use qemu gitlab mirror of libslirp repository
The WolfSSL-FIPS-Ready distribution is licensed under the GPLv3 or a commercial license. Only MIT licensed code is allowed in this repository. Refer to the FreeRTOS_Plus_WolfSSL_Windows_Simulator Demo for future WolfSSL integrations.
…formatting action, update the CI-CD workflow files. Fix incorrect spelling and formatting on files. (FreeRTOS#1083) * Use new version of CI-CD Actions, checkout@v3 instead of checkout@v2 on all jobs * Use cSpell spell check, and use ubuntu-20.04 for formatting check * Add in bot formatting action * Update freertos_demo.yml and freertos_plus_demo.yml files to increase github log readability * Add in a Qemu demo onto the workflows.
Install FreeRTOS trap handler The application is supposed to program mtvec correctly depending on whether they want to use vectored interrupt or not. Signed-off-by: Gaurav Aggarwal <aggarg@amazon.com>
* RISC-V-Qemu-virt_GCC: correct configCPU_CLOCK_HZ define fix configCPU_CLOCK_HZ define for correct freeRTOS tick: Qemu simulator runs at 10MHZ, defined by RISCV_ACLINT_DEFAULT_TIMEBASE_FREQ at https://github.com/qemu/qemu/blob/master/include/hw/intc/riscv_aclint.h * Fix CI check Signed-off-by: Gaurav Aggarwal <aggarg@amazon.com> --------- Signed-off-by: Gaurav Aggarwal <aggarg@amazon.com> Co-authored-by: Gaurav Aggarwal <aggarg@amazon.com>
* Reduce duration of prvDemonstrateChangingTimerReloadMode Task * Apply same change in WIN32-MingW Demo * Add changes to Posix_GCC Demo
* Remove CORTEX_M3_MPS2_QEMU_GCC demo
…#1092) * Fix build issue in QEMU demo when DHCP enabled
* Update unit test to cover idle task name longer than configMAX_TASK_NAME_LEN * Update community supported demo submodule pointer * Update kernel submodule pointer * Update CBMC test --------- Co-authored-by: Soren Ptak <ptaksoren@gmail.com>
This PR updates FreeRTOS-Plus-Trace to a submodule pointer and updates the relevant project files. Percepio recommends to use streaming to ring buffer on a 64-bit system instead of snapshot and therefore, POSIX demo is updated to use streaming to ring buffer.
* Add uxTaskBasePriorityGet and uxTaskBasePriorityGetFromISR unit test
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Test Steps
Checklist:
Related Issue
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.