Skip to content

What's involved in porting zeptoforth to other ARM microcontroller boards? #3

Answered by tabemann
znmeb asked this question in Q&A
Discussion options

You must be logged in to vote

For the Teensy 4.1, I would look at the rp2040 port of zeptoforth for the flash support, because this too uses external flash in XIP mode, and the stm32f746 (which is Cortex-M7) port of zeptoforth for everything else. For the Daisy Seed their datasheet seems unclear as to what kind of flash they are using, which would determine the particular design needed. Anyways, basically, you will need to write flash and UART drivers, including support for interrupt-driven serial IO, and clock and other hardware initialization code. If you want binaries to be built as part of each release, mail me examples of the platforms in question; otherwise, I will consider them contrib ports, i.e. without binar…

Replies: 4 comments 15 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by tabemann
Comment options

You must be logged in to vote
10 replies
@znmeb
Comment options

@tabemann
Comment options

@znmeb
Comment options

@tabemann
Comment options

@tabemann
Comment options

Comment options

You must be logged in to vote
1 reply
@tabemann
Comment options

Comment options

You must be logged in to vote
4 replies
@tabemann
Comment options

@tabemann
Comment options

@tabemann
Comment options

@znmeb
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants