Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FreeRTOS support for two targets #9

Open
wants to merge 5 commits into
base: release
Choose a base branch
from

Conversation

jwalt
Copy link
Contributor

@jwalt jwalt commented Mar 28, 2024

This patch adds support for FreeRTOS-based 4diac FORTE binaries.

The test configurations run in qemu (see run_in_qemu.sh shell scripts). Unfortunately, the raspi version does not yet have networking, but the zynq version works, including connecting from 4diac IDE to the qemu emulator.

The FreeRTOS recipe is structured so that other devices can be added. A generic part allows using LwIP or FreeRTOS-plus-TCP as network layer. There is some amount of device-specific code required, the two platforms show the complexity of adding a new platform (which is unfortunately not low).

Everything builds on picolibc as C library, which has native thread-local-storage support, and FreeRTOS-cpp11 which adds basic C++11 STL support for FreeRTOS platforms.

Right now, FORTE has a tiny bug that prevents successful building, see eclipse-4diac/4diac-forte#63

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