Oxygen

Results 5 issues of Oxygen

Receiving from serial port is unreliable, the character won't show up until it "buffered" enough of it, about 32 characters. I rebuilt the driver with this version of `ch341.c` and...

PLA ROM (in section Input / Output Extra) placed in a sub-circuit can stop the clock from working. Clicking on the clock throws the following exception in console: ``` Exception...

bug
pri -1
D'n'D required

This PR adds support for these (comprehensive list) new AVR devices into **`avr-size`**: * ATtiny202 * ATtiny204 * ATtiny212 * ATtiny214 * ATtiny402 * ATtiny404 * ATtiny406 * ATtiny412 *...

Sometimes I don't have the `.bit` file on hand and only got the `.svf`, it would be nice that `ecpdap` can program `.svf` files directly.

Repro: ```go package main import ( "fmt" "github.com/davecgh/go-spew/spew" ) type X map[int]int func (x X) String() string { return fmt.Sprintf("{M1:%d}", len(x)) } func main() { spew.Dump(X{1: 2}) } ``` Output:...