Skip to content

Releases: georgik/esp32-conways-game-of-life-rs

v0.5.0

19 Mar 08:29
Compare
Choose a tag to compare

Flashing:

espflash write-bin 0x0 esp32-conways-game-of-life-rs-...bin

v0.4.0

18 Dec 13:10
Compare
Choose a tag to compare

Conway's Game of Life for ESP32-S3-BOX with DMA support

Flashing
You can use esp-workbench to flash the binary.

You can use also espflash:

espflash write-bin 0x0 esp32-conways-game-of-life-rs-v0.4.0.bin

v0.3.0

24 Nov 08:49
Compare
Choose a tag to compare

Conway's Game of Life for ESP32-S3-BOX with DMA support

Flashing
You can use esp-workbench to flash the binary.

You can use also espflash:

espflash write-bin 0x0 esp32-conways-game-of-life-rs-v0.3.0.bin

v0.2.0

13 Nov 12:08
ba48d13
Compare
Choose a tag to compare

Initial release of Conway's Game of Life

Flashing
You can use esp-workbench to flash the binary.

You can use also espflash:

espflash write-bin 0x0 esp32-conways-game-of-life-rs-v0.2.0.bin

v0.1.0

03 Nov 12:02
Compare
Choose a tag to compare

Initial release of Conway's Game of Life

Flashing

You can use esp-workbench to flash the binary.

You can use also espflash:

espflash write-bin 0x0 esp32-conways-game-of-life-rs-v0.1.0.bin