Lars Brinkhoff

Results 398 issues of Lars Brinkhoff
trafficstars

Add library for traditional blocks. Maybe adjust block size as required by flash sectors.

feature

Add optional library with an interpreter. Just interpretation, no compilation mode. Depends on UART (#52), or other character I/O.

feature

USB stack. Phew!

feature

Optional library for interrupt handling.

feature

Optional library for digital I/O. Unclear what kind of abstraction might work across many targets.

feature

Add `DEFER`, `IS`, `ACTION-OF`, `DEFER@`, and `DEFER!`. A deferred word should probably compile to a single jump instruction. `IS` should work at both compile time and run time.

feature

Add support for `DOES>`.

feature

It would be very useful for applications to have the `MS` word available. Perhaps there should be a `bsp` directory with files for board support packages.

feature

Add library for using an UART on targets that have it.

feature

Add library for accessing timers.

feature