]>
code.bitgloo.com Git - clyne/stmdsp.git/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Clyne Sullivan [Tue, 20 Oct 2020 01:01:53 +0000 (21:01 -0400)]
gui improvements; code templates
Clyne Sullivan [Mon, 19 Oct 2020 01:20:00 +0000 (21:20 -0400)]
document/standardize; add compile log to gui
Clyne Sullivan [Sat, 17 Oct 2020 17:49:09 +0000 (13:49 -0400)]
Merge branch 'master' of https://github.com/tcsullivan/stmdsp into master
Clyne Sullivan [Sat, 17 Oct 2020 17:48:57 +0000 (13:48 -0400)]
removed old filter code
clyne [Sat, 17 Oct 2020 17:48:33 +0000 (13:48 -0400)]
Update README.md
Clyne Sullivan [Sat, 17 Oct 2020 17:40:59 +0000 (13:40 -0400)]
Sampling rate done. 96kS/s
Clyne Sullivan [Fri, 16 Oct 2020 16:16:53 +0000 (12:16 -0400)]
fixed sample rate issues; up to 88kS/s
Clyne Sullivan [Fri, 2 Oct 2020 20:31:08 +0000 (16:31 -0400)]
run menu functions work
Clyne Sullivan [Fri, 2 Oct 2020 18:13:25 +0000 (14:13 -0400)]
Add menu items, file operations
Clyne Sullivan [Fri, 2 Oct 2020 15:52:28 +0000 (11:52 -0400)]
test process_data speed measurement
Clyne Sullivan [Thu, 1 Oct 2020 19:14:30 +0000 (15:14 -0400)]
8kSps rate; elf in SRAM2
Clyne Sullivan [Thu, 24 Sep 2020 13:48:08 +0000 (09:48 -0400)]
better elf management and error recovery
Clyne Sullivan [Wed, 2 Sep 2020 00:24:23 +0000 (20:24 -0400)]
add run status
Clyne Sullivan [Wed, 2 Sep 2020 00:13:38 +0000 (20:13 -0400)]
recover from custom code faults
Clyne Sullivan [Sat, 29 Aug 2020 23:58:08 +0000 (19:58 -0400)]
improved elf loading
Clyne Sullivan [Wed, 26 Aug 2020 23:45:32 +0000 (19:45 -0400)]
organized controls; improved connection handling
Clyne Sullivan [Wed, 26 Aug 2020 01:01:08 +0000 (21:01 -0400)]
stable signal handling towards 100kHz
Clyne Sullivan [Tue, 25 Aug 2020 21:52:40 +0000 (17:52 -0400)]
upload device uploads code in editor
Clyne Sullivan [Tue, 25 Aug 2020 16:57:29 +0000 (12:57 -0400)]
add text editor to gui
Clyne Sullivan [Sun, 23 Aug 2020 00:34:03 +0000 (20:34 -0400)]
filter loading and real-time execution
Clyne Sullivan [Sat, 22 Aug 2020 20:56:47 +0000 (16:56 -0400)]
adc/dac passthrough
Clyne Sullivan [Sat, 22 Aug 2020 14:31:45 +0000 (10:31 -0400)]
working: continuous signal passthrough
Clyne Sullivan [Thu, 20 Aug 2020 21:06:47 +0000 (17:06 -0400)]
merge elf loading and adc streaming
Clyne Sullivan [Thu, 20 Aug 2020 21:00:55 +0000 (17:00 -0400)]
added adc stream framework
Clyne Sullivan [Sat, 15 Aug 2020 13:16:54 +0000 (09:16 -0400)]
add elf load draft, filter program template
Clyne Sullivan [Sat, 15 Aug 2020 12:44:02 +0000 (08:44 -0400)]
move drivers into namespaces
Clyne Sullivan [Wed, 5 Aug 2020 00:09:48 +0000 (20:09 -0400)]
reorganized code; added dac support
clyne [Fri, 17 Jul 2020 00:21:36 +0000 (20:21 -0400)]
Merge pull request #1 from tcsullivan/gui
Gui
Clyne Sullivan [Fri, 17 Jul 2020 00:11:26 +0000 (20:11 -0400)]
added sample rate setting
clyne [Mon, 13 Jul 2020 22:31:28 +0000 (18:31 -0400)]
Added mathematica test code
clyne [Mon, 13 Jul 2020 14:10:45 +0000 (10:10 -0400)]
Update README.md
clyne [Mon, 13 Jul 2020 13:56:42 +0000 (09:56 -0400)]
Update README.md
Clyne Sullivan [Thu, 9 Jul 2020 15:00:08 +0000 (11:00 -0400)]
fixed command receiving code
Clyne Sullivan [Wed, 24 Jun 2020 23:57:29 +0000 (19:57 -0400)]
GUI reads ADC channel
Clyne Sullivan [Fri, 19 Jun 2020 00:40:37 +0000 (20:40 -0400)]
drafted device interface
Clyne Sullivan [Thu, 18 Jun 2020 23:35:11 +0000 (19:35 -0400)]
using serial lib, can connect to device
Clyne Sullivan [Sat, 13 Jun 2020 16:25:58 +0000 (12:25 -0400)]
debug flags; rendering with timer
Clyne Sullivan [Sat, 13 Jun 2020 15:59:07 +0000 (11:59 -0400)]
added window region painting
Clyne Sullivan [Fri, 12 Jun 2020 23:07:29 +0000 (19:07 -0400)]
button input
Clyne Sullivan [Fri, 12 Jun 2020 22:49:09 +0000 (18:49 -0400)]
have basic wxwidgets gui working
clyne [Thu, 11 Jun 2020 16:15:12 +0000 (12:15 -0400)]
README: added computer program goal
clyne [Thu, 11 Jun 2020 16:12:13 +0000 (12:12 -0400)]
Update README.md
Clyne Sullivan [Thu, 11 Jun 2020 16:06:58 +0000 (12:06 -0400)]
began work for GUI
Clyne Sullivan [Thu, 11 Jun 2020 14:33:24 +0000 (10:33 -0400)]
added license headers; revised serial interaction
Clyne Sullivan [Thu, 11 Jun 2020 14:15:31 +0000 (10:15 -0400)]
made classes for drivers
Clyne Sullivan [Sun, 31 May 2020 00:49:05 +0000 (20:49 -0400)]
added project files; need to organize code
clyne [Sat, 30 May 2020 23:57:07 +0000 (19:57 -0400)]
Initial commit