qrp73
366d60c757
Merge branch 'master' of https://github.com/ttrftech/NanoVNA into ttrftech-master
...
# Conflicts:
# main.c
2019-09-28 08:55:32 +03:00
TT
516319b354
fix: plot only if sweep completed
2019-09-28 13:08:03 +09:00
qrp73
0ad69b4496
Merge pull request #1 from ttrftech/master
...
sync with ttrftech/NanoVNA
2019-09-28 01:29:25 +03:00
qrp73
e1e5ca2a2e
fix syntax to support ISO C89,C99,C11 compillers:
...
- replace void* arithmetic with proper type
- do not cast void(*)() to void*
- use proper struct field initializer
- replace binary constants with hex, the notation 0b01010101 is not supported by the C-language (neither in C11, nor in C99 nor in C89)
2019-09-26 06:02:08 +03:00
TT
47f48d83e4
fix: omit drawing screen from usb thread
2019-09-26 09:06:43 +09:00
cho45
1120d5c33b
Fix timedomain transform (based on acd944d5fa by @erikkaashoek )
2019-09-21 22:20:08 +09:00
cho45
a3b511f468
show time domain range
2019-09-11 21:22:42 +09:00
cho45
b17ecfa533
minor fixes
2019-09-11 08:17:40 +09:00
cho45
8f0bfacf3d
setting velocity factor
2019-09-11 00:24:06 +09:00
cho45
95ab399567
save domain mode
2019-09-10 23:49:08 +09:00
cho45
889d675836
TDR feature
2019-09-10 22:39:20 +09:00
cho45
a9457dbd0a
show battery indicator (requires implementing D2 on board)
2019-09-10 01:01:24 +09:00
cho45
480ad0f745
static inline reduce stack memory usage
2019-08-29 01:05:55 +09:00
TT
e1d2b0e747
Merge pull request #20 from cho45/optimize-drawline
...
Optimize drawline
2019-08-27 22:36:01 +09:00
TT
5b5a46556d
view: show scale with prefix in linear format
2019-08-27 21:21:16 +09:00
TT
3e841920fb
refactor: introduce trace_info
2019-08-26 23:58:47 +09:00
cho45
be3a43711b
remove old impl
2019-08-26 15:22:36 +09:00
cho45
3883e9cfa1
implement alternate drawline
2019-08-26 15:21:57 +09:00
TT
7ff53357bd
feat: use default scale on format change
2019-08-25 23:07:01 +09:00
cho45
f9a5d2e3ef
Add REAL IMAG R X trace format
2019-08-24 07:45:53 +09:00
TT
b823a8060d
ui: enable and all off in marker selection
2019-08-18 08:18:52 +09:00
TT
8fdedea919
feat: interpolate CAL from current saved file
2019-08-11 13:09:21 +09:00
TT
af17abd053
fix: sign failure on impedance calculation
2019-08-10 13:16:17 +09:00
TT
7228ebd5fa
add numeric input (WIP)
2017-09-30 23:06:21 +09:00
TT
043972e6ca
fix segv on active trace 4, apply error term inside sweep loop, show active trace on marker info
2017-09-17 18:52:02 +09:00
TT
8ce6b7b6e0
omit redraw_all to fix to be ignored first push
2017-09-16 04:11:18 +09:00
TT
c121731b04
draw delta frequency of two markers
2017-09-16 00:48:34 +09:00
TT
774a11ae74
add interpolation on cal
2017-09-15 22:13:17 +09:00
TT
ee6f5a9d83
change keypads on scale, scale handling
2017-02-03 21:18:33 +09:00
TT
5a63fe6890
make smooth touch and lever operation, rearange cal menu
2017-02-03 07:28:20 +09:00
TT
295ec105e6
set scale and refpos temporally
2017-01-17 23:06:32 +09:00
TT
75ea6308ed
fix trace becoming broken line
2017-01-17 02:19:10 +09:00
TT
cb50a0e6c3
add toggle sweep operation
2017-01-17 01:49:22 +09:00
TT
4845bde486
change from active to active_props
2017-01-17 00:33:15 +09:00
TT
407d802a9c
remove unused code, use sweep instead of scan, sweep_points instead of 101
2017-01-17 00:13:42 +09:00
TT
c083fb9298
add refpos indicator, make marker able to be sticking out
2017-01-15 23:27:05 +09:00
TT
ee4576dc33
menu attribute change on trace selection and cal operations
2017-01-05 23:28:32 +09:00
TT
5ebb3330ff
add menu item delay (but not work)
2017-01-05 09:04:28 +09:00
TT
7943a3fe96
add dragging marker
2017-01-03 16:39:00 +09:00
TT
9f5259556c
split config and properties
2017-01-02 19:15:16 +09:00
TT
fd38f249ce
continue signal on cw mode
2017-01-02 00:00:25 +09:00
TT
74cfdb93a3
arrange code, add notice at head of each file
2017-01-01 20:03:21 +09:00
TT
8038df8c66
change adc driver not to use chibios hal
2016-12-17 13:16:56 +09:00
TT
8d39e43471
rename freq_start/stop
2016-12-13 00:20:12 +09:00
TT
6d0ea0e1dd
remove fstart/fstop
2016-12-12 23:45:49 +09:00
TT
aa91bc23fc
add CW, mod freq from limits
2016-12-12 21:03:43 +09:00
TT
52dce51f31
add freq center/span
2016-12-11 21:51:54 +09:00
TT
4e55ca4f70
add atof of my own
2016-11-30 20:17:55 +09:00
TT
69c41aa57e
add wait_dsp function, add trace all off command, fix hang on ploting polar with trace 0
2016-11-28 23:44:21 +09:00
TT
25dd4bf182
add grid control, etc
2016-11-28 09:17:54 +09:00