index
:
clyne/stmdsp
master
Old firmware for DSP PAW
Clyne Sullivan
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source
/
main.cpp
Age
Commit message (
Expand
)
Author
2021-07-31
reorganized source, wip
Clyne Sullivan
2021-05-23
2nd pot; some doc; smooth WAV playback
Clyne Sullivan
2021-05-08
include dsp lib; split timers; user message
Clyne Sullivan
2021-04-14
add-on led support
Clyne Sullivan
2021-03-28
better algorithm fault recovery
Clyne Sullivan
2021-03-26
algorithm fault recovery
Clyne Sullivan
2021-03-10
support H7 and L4; use second ADC for input
Clyne Sullivan
2021-02-21
signal monitoring support
Clyne Sullivan
2021-02-04
firmware cleanup, thread optimizing; make buffer size refs consistent
Clyne Sullivan
2021-02-03
more stack space; expose trig to algorithms
Clyne Sullivan
2021-01-27
sandboxed user algorithm
Clyne Sullivan
2021-01-25
fix trig funcs; idle sleep w/ button to wake for debug
Clyne Sullivan
2021-01-24
error recv. draft; add trig/math funcs
Clyne Sullivan
2021-01-23
cordic test: sqrt
Clyne Sullivan
2021-01-23
increase signal buffers; fix oversample
Clyne Sullivan
2021-01-23
boot at 32Ksps; fix 96Ksps
Clyne Sullivan
2021-01-23
untested port cleanup; add sclock; up cpu to 480M
Clyne Sullivan
2021-01-22
upload initial port
Clyne Sullivan
2021-01-22
add SampleBuffer and ErrorManager; WAV testing
Clyne Sullivan
2020-11-12
firmware reorganize; added more sample rates
Clyne Sullivan
2020-11-08
fixed sample rate setting
Clyne Sullivan
2020-10-31
log conversion results to .csv
Clyne Sullivan
2020-10-30
keep target as L476; minimize RAM usage
Clyne Sullivan
2020-10-27
allow output recording
Clyne Sullivan
2020-10-22
set sampling rate
Clyne Sullivan
2020-10-20
firmware can port to L432KC; gui: edit buffer size
Clyne Sullivan
2020-10-20
signal gen with dac channel 2
Clyne Sullivan
2020-10-18
document/standardize; add compile log to gui
Clyne Sullivan
2020-10-17
Sampling rate done. 96kS/s
Clyne Sullivan
2020-10-16
fixed sample rate issues; up to 88kS/s
Clyne Sullivan
2020-10-02
run menu functions work
Clyne Sullivan
2020-10-02
test process_data speed measurement
Clyne Sullivan
2020-10-01
8kSps rate; elf in SRAM2
Clyne Sullivan
2020-09-24
better elf management and error recovery
Clyne Sullivan
2020-09-01
add run status
Clyne Sullivan
2020-09-01
recover from custom code faults
Clyne Sullivan
2020-08-29
improved elf loading
Clyne Sullivan
2020-08-22
filter loading and real-time execution
Clyne Sullivan
2020-08-22
working: continuous signal passthrough
Clyne Sullivan
2020-08-20
merge elf loading and adc streaming
Clyne Sullivan
2020-08-20
added adc stream framework
Clyne Sullivan
2020-08-15
move drivers into namespaces
Clyne Sullivan
2020-08-04
reorganized code; added dac support
Clyne Sullivan
2020-07-09
fixed command receiving code
Clyne Sullivan
2020-06-24
GUI reads ADC channel
Clyne Sullivan
2020-06-18
using serial lib, can connect to device
Clyne Sullivan
2020-06-11
added license headers; revised serial interaction
Clyne Sullivan
2020-06-11
made classes for drivers
Clyne Sullivan
2020-05-30
added project files; need to organize code
Clyne Sullivan