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

Raspberry Pi Pico target support #1831

Merged
merged 58 commits into from
Aug 9, 2023
Merged

Raspberry Pi Pico target support #1831

merged 58 commits into from
Aug 9, 2023

Conversation

gundralaa
Copy link
Contributor

@gundralaa gundralaa commented Jun 9, 2023

This PR adds (single-threaded only) support for the RP2040 platform.

  • modify main method
  • cmake generator
  • fix incorrect platform npe
  • vscode support

Running lfc runs the default cmake directive and populates the bin directory with an elf binary for the downloading to the RPi 2040..

Multi-threaded support is planned to be added later.

@gundralaa gundralaa marked this pull request as draft June 9, 2023 00:35
@gundralaa gundralaa requested a review from lhstrh July 21, 2023 18:58
edwardalee added a commit that referenced this pull request Jul 30, 2023
Copy link
Member

@lhstrh lhstrh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this is good to go!

@lhstrh lhstrh enabled auto-merge August 9, 2023 05:16
@lhstrh lhstrh dismissed edwardalee’s stale review August 9, 2023 05:17

Requested changes have been addressed

@lhstrh lhstrh added this pull request to the merge queue Aug 9, 2023
Merged via the queue into master with commit 6b4bb4c Aug 9, 2023
43 checks passed
@lhstrh lhstrh deleted the pico branch August 9, 2023 07:06
@petervdonovan petervdonovan added the feature New feature label Aug 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants