commit 43c6cb2d5ea2badbb590c3918600ee0453632290 Author: Ondřej Hruška Date: Mon Jun 18 08:50:47 2018 +0200 initial diff --git a/README.md b/README.md new file mode 100644 index 0000000..35fe5f9 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +## GEX binary images + +Pre-built images for flashing to GEX modules. diff --git a/f072/1.0.0/README.txt b/f072/1.0.0/README.txt new file mode 100644 index 0000000..e0cf9fa --- /dev/null +++ b/f072/1.0.0/README.txt @@ -0,0 +1,14 @@ +# Release 1.0.0 + +This is the first 'stable' release, coinciding with the GEX thesis submission. + +GEX 1.0.0 is stable under normal operation and has been tested in several demo projects. + +Please report any bugs to the author. + +## Known issues + +- SPI TxOnly mode doesn't work correctly, do not use it +- Frequency capture sometimes bugs out and crashes (especially at high frequencies) +- ADC performance is not what it could be +- DAC may get a little choppy if many other units are used at the same time diff --git a/f072/1.0.0/gex_f072-disco_1-0-0.bin b/f072/1.0.0/gex_f072-disco_1-0-0.bin new file mode 100755 index 0000000..27e673b Binary files /dev/null and b/f072/1.0.0/gex_f072-disco_1-0-0.bin differ diff --git a/f072/1.0.0/gex_hub_1-0-0.dfu b/f072/1.0.0/gex_hub_1-0-0.dfu new file mode 100644 index 0000000..b2b3099 Binary files /dev/null and b/f072/1.0.0/gex_hub_1-0-0.dfu differ diff --git a/f072/1.0.0/gex_zero_1-0-0.dfu b/f072/1.0.0/gex_zero_1-0-0.dfu new file mode 100644 index 0000000..d3e73c2 Binary files /dev/null and b/f072/1.0.0/gex_zero_1-0-0.dfu differ diff --git a/nrf-dongle/1.0.0/nrf-dongle.bin b/nrf-dongle/1.0.0/nrf-dongle.bin new file mode 100755 index 0000000..5504891 Binary files /dev/null and b/nrf-dongle/1.0.0/nrf-dongle.bin differ