Hey!
I bought myself a Teensy 4.0 Development board.
My goal is to write some bare-metal drivers in Rust for it.
But, I have seen that you can use the avr-gcc compiler for it. (https://www.pjrc.com/teensy/gcc.html)
So, the board uses an ARM Cortex-M7 processor
How can this work?
I mean these are completely different architectures, or am I missing something?
Best regards
I bought myself a Teensy 4.0 Development board.
My goal is to write some bare-metal drivers in Rust for it.
But, I have seen that you can use the avr-gcc compiler for it. (https://www.pjrc.com/teensy/gcc.html)
So, the board uses an ARM Cortex-M7 processor
How can this work?
I mean these are completely different architectures, or am I missing something?
Best regards