Hacker News new | ask | show | jobs
by RetroTechie 16 days ago
I think you missed "native development". I'll rephrase:

Could a toolset to develop in Odin be made to run on (not just target) an STM32 microcontroller like you used?

> It's just C with nicer syntax and modern data structures

That suggests the above would (in theory) be possible for any device that's roughly in the same class as "can run a C compiler". Correct?

2 comments

> It's just C with nicer syntax and modern data structures

it's not, it's llvm

Okay, I mean obviously :D I was more trying to convey the feeling of it.
> STM32 microcontroller

The answer is "yes" depending on what you mean by STM32 :D

But if it's one we don't currently support officially, it should be pretty easy to support too, with probably a little extra assembly.