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
aa4faa5a6e
rename TDR -> TD
2019-09-11 23:05:01 +09:00
cho45
6bad9de606
change menu name to 'TRANSFORM'
2019-09-11 20:47:17 +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
5e9756e4e0
append reset dfu command and CONFIG -> ENTER DFU
2019-09-06 21:11:33 +09:00
cho45
39b7fdf95e
append version info screen to UI
2019-09-05 23:58:30 +09:00
TT
3e841920fb
refactor: introduce trace_info
2019-08-26 23:58:47 +09:00
cho45
f9a5d2e3ef
Add REAL IMAG R X trace format
2019-08-24 07:45:53 +09:00
cho45
1c4718ae4a
implement capture command
2019-08-23 02:07:22 +09:00
TT
b823a8060d
ui: enable and all off in marker selection
2019-08-18 08:18:52 +09:00
TT
e626c581ee
feat: add sample command to evalutate dynamic range
2019-08-12 20:53:33 +09:00
TT
b815a5b2fe
menu: add feedback at correction/pause menu item
2019-08-11 23:57:36 +09:00
TT
dd724da327
view: add left arrow on menu items
2019-08-11 23:30:41 +09:00
TT
0807816e09
ui: add pad icon, electrical delay unit
2019-08-10 14:15:35 +09:00
TT
c4edf2a6eb
omit: unused buffer refiq
2019-08-10 14:13:56 +09:00
TT
b64826b76a
add numeric input support scale and electrical delay
2017-10-01 00:56:43 +09:00
TT
7228ebd5fa
add numeric input (WIP)
2017-09-30 23:06:21 +09:00
TT
5d1934d85f
support electrical delay
2017-09-21 00:48:33 +09:00
TT
5a441edc6b
update marker position on sweep frequency change
2017-09-17 20:19:12 +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
b42749e57d
fix jump of touch sense, add touchtest command, draw on touch cal, fix gap of drag marker position
2017-02-03 05:40:57 +09:00
TT
095b250137
implemented correlation detection, worked, but no good result
2017-01-26 09:10:48 +09:00
TT
f97c50957c
delete unused var
2017-01-22 13:34:32 +09:00
TT
373e56f006
add clearconfig command
2017-01-20 08:57:17 +09:00
TT
295ec105e6
set scale and refpos temporally
2017-01-17 23:06:32 +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
c083fb9298
add refpos indicator, make marker able to be sticking out
2017-01-15 23:27:05 +09:00
TT
5ebb3330ff
add menu item delay (but not work)
2017-01-05 09:04:28 +09:00
TT
3852f9cb21
move menu_color and touch_cal to config
2017-01-04 18:28:52 +09:00
TT
7943a3fe96
add dragging marker
2017-01-03 16:39:00 +09:00
TT
9037593831
add save and restore dac value in flash
2017-01-02 22:03:20 +09:00
TT
9f5259556c
split config and properties
2017-01-02 19:15:16 +09:00
TT
a76698c166
add menu item of marker all off
2017-01-02 16:59:10 +09:00
TT
74cfdb93a3
arrange code, add notice at head of each file
2017-01-01 20:03:21 +09:00
TT
0bf87f42aa
work touch menu operation
2016-12-17 18:56:57 +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