profezzorn
|
d9bcc1d8db
|
add stress test
|
2022-02-21 01:44:55 -08:00 |
|
profezzorn
|
09347e3d31
|
usage() fix
|
2022-02-20 01:09:54 -08:00 |
|
profezzorn
|
bb39482667
|
bugfix in hwdump, add thunderscope_hw_available() function and thunderscopehwcompensate
|
2022-02-20 01:09:28 -08:00 |
|
profezzorn
|
48f26b7c03
|
thunderscopehw bugfixes
|
2022-02-17 23:19:05 -08:00 |
|
profezzorn
|
2c2c5cb2a0
|
add --help to all example programs
|
2022-02-17 20:25:33 -08:00 |
|
Fredrik Hubinette
|
0b7e068b1e
|
make everything build on windows
|
2022-02-17 19:29:35 -08:00 |
|
Fredrik Hubinette
|
15c95b43bb
|
Merge branch 'libthunderscopehw' of https://github.com/profezzorn/ThunderScope into libthunderscopehw
|
2022-02-17 18:17:18 -08:00 |
|
profezzorn
|
191b10304e
|
swap fifo/datamover error bits
|
2022-02-17 09:56:43 -08:00 |
|
profezzorn
|
9cc7452839
|
add thunderscopehwbench and some minor fixes
|
2022-02-16 23:44:12 -08:00 |
|
profezzorn
|
f33a25602e
|
various updates
|
2022-02-16 21:10:30 -08:00 |
|
profezzorn
|
b6c9e37abd
|
fix dc couple options
|
2022-02-16 10:21:41 -08:00 |
|
profezzorn
|
454052c050
|
start calibration program
|
2022-02-13 01:04:00 -08:00 |
|
profezzorn
|
dd17422182
|
convert signed bytes to unsigned bytes since 8-bit wav files are unsigned
|
2022-02-06 22:12:21 -08:00 |
|
profezzorn
|
ff6df7e2ea
|
invert relay
|
2022-02-06 21:58:24 -08:00 |
|
profezzorn
|
3d89cb41f1
|
adc bugfixes
|
2022-02-06 19:18:13 -08:00 |
|
Aleksa
|
91a88f978e
|
Some register fixes, still stalls on read with ThunderScope board though
|
2022-02-06 14:15:34 -05:00 |
|
Aleksa
|
06c0310e37
|
Fix return value on windows read_handle function
|
2022-02-01 22:16:09 -05:00 |
|
profezzorn
|
79acd473ee
|
several bugfixes, now getting ramp data
|
2022-01-31 22:57:56 -08:00 |
|
Aleksa
|
61120acf30
|
Changed FIFO_ISR Value to use uppermost byte
|
2022-01-31 22:40:17 -05:00 |
|
profezzorn
|
75d830a778
|
fix read32 byte order
|
2022-01-31 19:07:18 -08:00 |
|
Fredrik Hubinette
|
eb175d9460
|
Set stdout to binary on windows
|
2022-01-30 20:51:48 -08:00 |
|
profezzorn
|
218ec6e1eb
|
fix getopt
|
2022-01-30 20:45:37 -08:00 |
|
profezzorn
|
43f0a0083e
|
fix channel configuration bug
|
2022-01-30 17:07:12 -08:00 |
|
profezzorn
|
1b5597c647
|
make test work again
|
2022-01-30 17:00:33 -08:00 |
|
Fredrik Hubinette
|
fba65f20fe
|
Make thunderscopehwtest build on windows
|
2022-01-30 16:50:33 -08:00 |
|
Fredrik Hubinette
|
80b9919706
|
Make thundescopehwtestlib build on windows
|
2022-01-30 16:46:56 -08:00 |
|
Fredrik Hubinette
|
228de30445
|
Add gitignore
Ignore ~ files and build directory.
|
2022-01-30 16:39:57 -08:00 |
|
Fredrik Hubinette
|
e985fc59e3
|
Make thunderscopehwdump compile on windows
(Not yet tested if it actually works or not though...)
|
2022-01-30 16:37:43 -08:00 |
|
Fredrik Hubinette
|
b63e4f3ab5
|
Make libthunderscopehw compile on windows.
This just fixes the library, next I got to fix the example and the test.
|
2022-01-30 15:05:18 -08:00 |
|
profezzorn
|
9c14753c0c
|
windows fixes
|
2022-01-30 14:25:38 -08:00 |
|
profezzorn
|
c40b8696c5
|
missed thunderscopehw_private.h
|
2022-01-29 12:36:50 -08:00 |
|
profezzorn
|
594ed0ead1
|
add libthunderscopehw
|
2022-01-27 17:17:59 -08:00 |
|
Aleksa Bjelogrlic
|
5a84c4d60b
|
Merge pull request #224 from EEVengers/HW/Aleksa/FPGA_Module
FPGA Module Rev 1 Complete
|
2022-01-26 21:16:24 -05:00 |
|
Aleksa
|
7b3b28b4fb
|
FPGA_Module Rev 1 Complete
|
2022-01-26 21:15:06 -05:00 |
|
Aleksa Bjelogrlic
|
4e96caf224
|
Merge pull request #221 from profezzorn/scope_link_linux_support
initial linux support
|
2021-12-28 22:15:25 -05:00 |
|
profezzorn
|
af5ba36219
|
replace performance counters with std::chrono
|
2021-12-28 19:02:33 -08:00 |
|
profezzorn
|
28f072caa0
|
restore LARGE_INTEGER in windows _Read/_Write functions
|
2021-12-28 18:00:03 -08:00 |
|
profezzorn
|
5c5af0298c
|
remove remnants of trailing line
|
2021-12-28 17:51:19 -08:00 |
|
profezzorn
|
464c247004
|
__WIN32__ -> WIN32
|
2021-12-28 17:19:27 -08:00 |
|
profezzorn
|
33f5f6214a
|
initial linux support
|
2021-12-27 13:52:49 -08:00 |
|
Aleksa Bjelogrlic
|
0e0dbb43eb
|
Merge pull request #220 from profezzorn/byte_and_short_read_writes
byte/short read/writes for user device
|
2021-12-23 16:31:51 -05:00 |
|
profezzorn
|
228dd09b4d
|
byte/short read/writes for user device
|
2021-12-23 13:23:16 -08:00 |
|
Aleksa Bjelogrlic
|
4357409420
|
Merge pull request #219 from profezzorn/linux_driver
unmodified copy of xilinx xdma linux driver
|
2021-12-23 15:55:04 -05:00 |
|
profezzorn
|
d974b7390e
|
unmodified copy of xilinx xdma linux driver
|
2021-12-21 22:27:31 -08:00 |
|
Aleksa
|
82a20fa463
|
FPGA Module Schematic Ready For Review
|
2021-12-21 12:48:26 -05:00 |
|
Aleksa Bjelogrlic
|
76f7b5e853
|
Merge pull request #218 from EEVengers/FW/Aleksa/dso_top_litefury
Added bin file compiled on Vivado 2021.2
|
2021-12-20 13:33:19 -05:00 |
|
Aleksa
|
89e06a2d51
|
Added bin file compiled on Vivado 2021.2
|
2021-12-20 13:32:50 -05:00 |
|
Aleksa Bjelogrlic
|
6b6020acaa
|
Merge pull request #217 from EEVengers/FW/Aleksa/dso_top_litefury
Modified dso_top to run on the LiteFury dev board
|
2021-12-18 19:12:39 -05:00 |
|
Aleksa
|
c72a306e8f
|
Modified dso_top to run on the LiteFury dev board
|
2021-12-18 14:40:52 -05:00 |
|
Aleksa Bjelogrlic
|
3daa0f279d
|
Merge pull request #203 from CipherVector/master
Added The Schematics and Also Updated Readme to include jpeg form of the schematics
|
2021-11-26 22:19:32 -05:00 |
|