aboutsummaryrefslogtreecommitdiffstats
path: root/gui
AgeCommit message (Expand)Author
2021-04-10remove make dependency; delete tmp files after useClyne Sullivan
2021-03-25std::span for algo functionClyne Sullivan
2021-03-24found formula library; cleaned up wxmain file splitClyne Sullivan
2021-03-22fix L4 DAC trigger; round buffers to even sizeClyne Sullivan
2021-03-21improved siggen prompt; WIP split wxmainClyne Sullivan
2021-03-21add pot. support; L4 trig; eagle schematic draftClyne Sullivan
2021-03-10support H7 and L4; use second ADC for inputClyne Sullivan
2021-02-21signal monitoring supportClyne Sullivan
2021-02-04firmware cleanup, thread optimizing; make buffer size refs consistentClyne Sullivan
2021-02-03more stack space; expose trig to algorithmsClyne Sullivan
2021-02-01prevent mem free issues on closeClyne Sullivan
2021-02-01clean up gui statesClyne Sullivan
2021-01-23increase signal buffers; fix oversampleClyne Sullivan
2021-01-22fix elf run addrClyne Sullivan
2021-01-22add SampleBuffer and ErrorManager; WAV testingClyne Sullivan
2021-01-19add header comments to gui codeClyne Sullivan
2020-12-19added presented demo filesClyne Sullivan
2020-11-24oversample for lower rates; add iir templatesClyne Sullivan
2020-11-19differentiator is fir, also fixed itClyne Sullivan
2020-11-18gui: fix buffer size; add differentiator templateClyne Sullivan
2020-11-12firmware reorganize; added more sample ratesClyne Sullivan
2020-11-11CMSIS fir code performs wellClyne Sullivan
2020-11-08fixed sample rate settingClyne Sullivan
2020-10-31gui access to dac loggingClyne Sullivan
2020-10-31log conversion results to .csvClyne Sullivan
2020-10-22set sampling rateClyne Sullivan
2020-10-20firmware can port to L432KC; gui: edit buffer sizeClyne Sullivan
2020-10-20signal gen with dac channel 2Clyne Sullivan
2020-10-19gui improvements; code templatesClyne Sullivan
2020-10-18document/standardize; add compile log to guiClyne Sullivan
2020-10-17Sampling rate done. 96kS/sClyne Sullivan
2020-10-16fixed sample rate issues; up to 88kS/sClyne Sullivan
2020-10-02run menu functions workClyne Sullivan
2020-10-02Add menu items, file operationsClyne Sullivan
2020-10-02test process_data speed measurementClyne Sullivan
2020-10-018kSps rate; elf in SRAM2Clyne Sullivan
2020-09-24better elf management and error recoveryClyne Sullivan
2020-08-29improved elf loadingClyne Sullivan
2020-08-26organized controls; improved connection handlingClyne Sullivan
2020-08-25stable signal handling towards 100kHzClyne Sullivan
2020-08-25upload device uploads code in editorClyne Sullivan
2020-08-25add text editor to guiClyne Sullivan
2020-08-22filter loading and real-time executionClyne Sullivan
2020-08-22working: continuous signal passthroughClyne Sullivan
2020-06-24GUI reads ADC channelClyne Sullivan
2020-06-18drafted device interfaceClyne Sullivan
2020-06-18using serial lib, can connect to deviceClyne Sullivan
2020-06-13debug flags; rendering with timerClyne Sullivan
2020-06-13added window region paintingClyne Sullivan
2020-06-12button inputClyne Sullivan