flagxor / ueforth

Apache License 2.0
95 stars 26 forks source link

What's the process for porting to a new Arduino boad? #64

Open znmeb opened 7 months ago

znmeb commented 7 months ago

I have two Arduino-compatible boards that I want to port eForth to - a Teensy 4.1 and an Electo-Smith Daisy. Both work with the Arduino IDE They're both Arm Cortex with the floating point hardware. I don't need assemblers initially but I assume I can develop them if I do - I'm pretty familiar with the GNU assembler for the RP2040.