deploying F' on AVR32 #813
Answered
by
Joshua-Anderson
capsulecorplab
asked this question in
Q&A
-
Any chance F' can be deployed on an AVR32 microcontroller? |
Beta Was this translation helpful? Give feedback.
Answered by
Joshua-Anderson
Jul 8, 2021
Replies: 2 comments 2 replies
-
People have successfully run F' on AVR microcontrollers before. You'll have to develop the cmake toolchain to support the target, but F' can theoretically run on just about anything that has a C++ compiler. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
LeStarch
-
Full disclosure: I have a F Prime Support package that supports the ATmega (AVR8) architecture. It is not yet available for public use, and would likely not be quite what you need for AVR32.
Thanks,
Sterling
Sent from my mobile.
On Jul 8, 2021, at 5:10 PM, Joshua Anderson ***@***.***> wrote:
People have successfully run F' on AVR microcontrollers before. You'll have to develop the cmake toolchain to support the target, F' can theoretically run on just about anything that has a C++ compiler.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub<#813 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AAO7KVRDTHQB7JBTVY6ZIGDTWYH45ANCNFSM5ABN3HAA>.
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
People have successfully run F' on AVR microcontrollers before. You'll have to develop the cmake toolchain to support the target, but F' can theoretically run on just about anything that has a C++ compiler.