Skip to content

Conversation

RichardBarry
Copy link
Contributor

The FreeRTOS/FreeRTOS hub repo, which submodules the kernel from this repo, got updated to include a new compile time constant configRUN_ADDITIONAL_TESTS. The constant allows new tests to be optionally inserted into pre-existing tests. The purpose is to ensure exist port specific test and demo projects do not include the new tests until they are next executed - at which time it can be validate that the additional resources required to run the tests can be allocated without resource exhaustion. This PR defaults configRUN_ADDITIONAL_TESTS to 0 for all projects that do not yet use the constant.

Test Steps

Not applicable.

Related Issue

Not applicable.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

…his repo) introduced use of a new compile time constant configRUN_ADDITIONAL_TESTS. This check in adds a default for the constant that will be used in builds to which it does not apply.
@RichardBarry RichardBarry requested a review from a team as a code owner February 21, 2021 00:22
@RichardBarry RichardBarry merged commit 086d52f into FreeRTOS:main Mar 20, 2021
@RichardBarry RichardBarry deleted the add-default-for-configRUN_ADDITIONAL_TESTS branch March 20, 2021 19:00
laroche pushed a commit to laroche/FreeRTOS-Kernel that referenced this pull request Apr 18, 2024
* Add Makefile project for RISC-V QEMU virtpc

This patch adds simple demo directory for QEMU virtpc machine.
A demo just prints Tx/Rx message of queue to serial port, use no
other hardware and use only primary core (currently hart0).
Other cores are simply going to wfi state and execute nothing else.

Example command is:
  qemu-system-riscv32 -nographic -machine virt -net none \
    -chardev stdio,id=con,mux=on -serial chardev:con \
    -mon chardev=con,mode=readline -bios none \
    -kernel demo.elf -smp cpus=2 -s

* Fix copyright and URLS of FreeRTOS

* Fix Makefile

* Add Readme.md

* Separate blinky demo from main code

Co-authored-by: alfred gedeon <[email protected]>
Co-authored-by: Cobus van Eeden <[email protected]>
Co-authored-by: Carl Lundin <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant