Epsilon
Epsilon
I provided the wrong commit above. This is the correct one: efd289d
The above sequence goes wrong because the LiteDRAMNativePortConverter wdata_fifo gets into a bad state because of the three preceding write commands: 1. a word write to 'h18 2. a halfword...
I further simplified the failing sequence: 1. Write word 0xffffffff to 0x19 2. Immediately followed by a write word 0x11111111 to the same address. 3. Read word from 0x19 ->...
I've been looking into OpenXC7 instead.
Thanks for getting back to me. I'm aware that targets can be specified in source groups. My question is, can targets also be used in the dependencies section of Bender.yml?...
Thanks. I'll consider that. I'll have to decide whether I'm shooting for standard compatibility or Mecrisp Forth compatibility. In either case, some part of the potential audience is going to...
Alright. In the BoxLambda version I'll switch to [immediate]. I take it the same goes for the following flags, which are all immediates: inline ( -- ) Makes current definition...
or this one: https://github.com/antirez/linenoise
and remove posix stdin/out from picolibc?
Or keep picolibc's stdio and using the retargeting api to map to FatFs: #include "ff.h" // FatFs #include #include #include #include // Keep track of open files #define MAX_FILES 4...