Skip to content

Conversation

@RichardBarry
Copy link
Contributor

Description

FreeRTOS/Demo/CORTEX_MPS2_QEMU_IAR contained an IAR project that built all the test and demo tasks into a single binary that executed in QEMU. This PR adds a GCC makefile (and Eclipse project that uses the makefile) that builds the same code. The directory now contains both IAR and GCC builds so was renamed to FreeRTOS/Demo/CORTEX_MPS2_QEMU_IAR_GCC. The demo is not referenced on the FreeRTOS.org site anywhere yet so no other documentation needs updating.

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.

@RichardBarry RichardBarry requested a review from a team as a code owner December 9, 2021 04:30
none and others added 10 commits December 8, 2021 20:44
Signed-off-by: Gaurav Aggarwal <[email protected]>
Eclipse project files have names .project and .cproject. Python splitext
will treat these as file names and not as extension and as a result, it
is not enough to just add these to ignored extension list. Instead, we
need to add them to ignored files list.

Signed-off-by: Gaurav Aggarwal <[email protected]>
@RichardBarry RichardBarry merged commit dc263aa into FreeRTOS:main Dec 18, 2021
@RichardBarry RichardBarry deleted the add-gcc-build-to-qemu-project branch December 19, 2021 17:47
moninom1 added a commit to moninom1/FreeRTOS that referenced this pull request Apr 17, 2023
* updating doxygen config

* fixing doxygen comments

* adding IPv6 files and fixing comments

* fix doxygen cfg and file names in comments

* wip doxygen v6 docs

* adding doxygen comments

* include RA src file to doxgendocs generation

* fix spell check issues

* Uncrustify: triggered by comment.

* fix minor build issue

* fix spell check issues

* Uncrustify: triggered by comment

* fix trailing white space

* Dev integration hein.v8 (FreeRTOS#738)

* Updating tcp utilities

* Some more change in dev_integration_hein.v8

* In FreeRTOS_DNS_Parser.c : use 'ipUDP_PAYLOAD_OFFSET_IPv4' in stead of 'ipIP_PAYLOAD_OFFSET'

* And a few more corrections

* Changes to WinPCap network interface, removed debugging code

* After applying uncrustify

* Oops, I forgot the push changes in include files.

* Now removing it, hopefully

---------

Co-authored-by: Nikhil Kamath <[email protected]>
Co-authored-by: Monika Singh <[email protected]>

* Fix CBMC proofs for DNS (FreeRTOS#718)

* Use CBMC XML output to enable VSCode debugger (FreeRTOS#673)

Prior to this commit, CBMC would emit logging information in plain text
format, which does not contain information required for the CBMC VSCode
debugger. This commit makes CBMC use XML instead of plain text.

Co-authored-by: Mark Tuttle <[email protected]>

* wip

* wip DNSgetHostByName

* wip DNSgetHostByName

* fixed cbmc proof for DNS_ReadNameField

* wip DNSgetHostByName_a_harness

* Fix CBMC prooff for DNSgetHostByName

* wip fix DNSgetHostByName_a CBMC proof

* fixed cbmc target func not called issue in DNSclear

* fixed cbmc target func not called issue in DNSlookup

* fix DNSgetHostByName_a CBMC proof

* update comments

* more asserts

* fixing formatting

* updating as per review comments

* fix dns after review comments

* adding more asserts

* adds more asserts

* minor fix

* fixing comments

* fixing comments

* fixing minor issue

* fixing DNS_ReadReply() signature

* making code more consistant

* adding more  asserts

* making code more consistent

---------

Co-authored-by: Kareem Khazem <[email protected]>
Co-authored-by: Mark Tuttle <[email protected]>

* Uncrustify: triggered by comment

* fixing formatting

---------

Co-authored-by: GitHub Action <[email protected]>
Co-authored-by: Hein Tibosch <[email protected]>
Co-authored-by: Nikhil Kamath <[email protected]>
Co-authored-by: Monika Singh <[email protected]>
Co-authored-by: Kareem Khazem <[email protected]>
Co-authored-by: Mark Tuttle <[email protected]>
urutva pushed a commit to urutva/FreeRTOS that referenced this pull request Aug 29, 2023
… scheduler is stopped (FreeRTOS#728)

* allow to leave loop

* add missing brace

* Code review suggestions

Signed-off-by: Gaurav Aggarwal <[email protected]>

---------

Signed-off-by: Gaurav Aggarwal <[email protected]>
Co-authored-by: Gaurav-Aggarwal-AWS <[email protected]>
Co-authored-by: Gaurav Aggarwal <[email protected]>
Zangetsu112 pushed a commit to Zangetsu112/FreeRTOS-evpp that referenced this pull request Aug 18, 2025
* Rename the CORTEX_MPS2_QEMU_IAR directory to CORTEX_MPS2_QEMU_IAR_GCC

* Add makefile and startup.c.

* GCC build is working, but not yet running.

* Add eclipse project.

* Tidy up the linker file.
Add the debug launch file to the file system.

* Add printf-stdarg.c to the GCC build.

* Increase heap size for the GCC build.

* Copy IAR project files into a dedicated IAR build directory.

* Delete the IAR project from its original location now it is in its own build directory.

* Update headers to correct version number.

* Update lexicon.txt.

* Update core_checker.py.

* Change line endings in lexicon.txt.

* Increase the stack size of the task that prints out strings.

* Update linker script to build with older ld versions.

* Add links to the online documentation page for this demo.

* Fix line endings

Signed-off-by: Gaurav Aggarwal <[email protected]>

* Remove linker and project files from header check

Eclipse project files have names .project and .cproject. Python splitext
will treat these as file names and not as extension and as a result, it
is not enough to just add these to ignored extension list. Instead, we
need to add them to ignored files list.

Signed-off-by: Gaurav Aggarwal <[email protected]>

* Remove startup files from header check

Signed-off-by: Gaurav Aggarwal <[email protected]>

Co-authored-by: RichardBarry <[email protected]>
Co-authored-by: none <>
Co-authored-by: Gaurav Aggarwal <[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.

2 participants