Support for microcontrollers #11661
Naheel-Azawy
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I tried compiling for Arduino
I suggest adding a compiler option to change
int
size. Also having a-o hello.ino
option that automatically generate theloop()
andsetup()
function would be so beneficial.Or maybe make a new generator based on
cgen
? That would be better I think to support Arduino libraries. As you can see,time.h
is not available.If you have any other ideas to support microcontrollers other than Arduino sketches that is totally fine as well.
Note: I am aware of issue #609. But it was closed.
Beta Was this translation helpful? Give feedback.
All reactions