nimblemachines / muforth

A simple, indirect-threaded Forth, written in C; for target compiling; runs on Linux, BSD, OSX, and Cygwin
https://muforth.dev/
Other
131 stars 30 forks source link

Added clock support for stm32f407g-discovery board ... #25

Closed anarchitech closed 2 years ago

anarchitech commented 3 years ago

And modified target/ARM/board/stm32f4-discovery.mu4 ...

anarchitech commented 3 years ago

latency code added, tested.

anarchitech commented 3 years ago

We've discovered an issue with the behavior of latency code that can cause a bit of excitement and are closing this until we finish thrashing through it. A more complete description will be forthcoming. Until then, DO NOT use this code.

anarchitech commented 3 years ago

This can be re-opened, workaround detailed in #27