Skip to content

Commit

Permalink
Update src/Project.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lhstrh authored Oct 9, 2023
1 parent fa27167 commit 58364bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Project.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ There are many possible projects using the [Pololu 3pi+ 2040 robot](https://www.

9. **Distributed computing using Zephyr.** Lingua Franca supports distributed computing on platforms such as Linux and macOS. Recent work has also been done to support distributed LF programs on Zephyr. There is Zephyr support for both the RP2040 and for running BSD Sockets over the USB connection of the RP2040. The goal of this project is to run a distributed LF program spanning a RP2040 and a Linux desktop through a USB connection. Support for distributed LF on Zephyr is provided in [this PR](https://github.com/lf-lang/reactor-c/pull/232).

10. **Symmetric multi-processing using FreeRTOS.** FreeRTOS is a free and popular real-time operating system with support for symmetric multiprocessing (SMP) on RP2040. This project consists in getting the SMP sample applications from FreeRTOS running on the RPi Pico and eventually adding LF platform support for FreeRTOS. The project should include some experiments evaluating the performance of the approach. More info on SMP using Pico and FreeRTOS [here](https://freertos.org/smp-demos-for-the-raspberry-pi-pico-board.html).
10. **Symmetric multi-processing using FreeRTOS.** FreeRTOS is a free and popular real-time operating system with support for symmetric multiprocessing (SMP) on RP2040. This project consists of getting the SMP sample applications from FreeRTOS running on the RPi Pico and eventually adding LF platform support for FreeRTOS. The project should include some experiments to evaluate the performance of the approach. More info on SMP using Pico and FreeRTOS [here](https://freertos.org/smp-demos-for-the-raspberry-pi-pico-board.html).

0 comments on commit 58364bf

Please sign in to comment.