Commit Graph

  • 9df281d4de Merge branch 'master' of git://github.com/ttrftech/NanoVNA Dennis Real (DL9CAT) 2019-09-28 19:35:53 +0200
  • 6fb41273c6
    Merge pull request #3 from ttrftech/master qrp73 2019-09-28 20:11:57 +0300
  • 064477291a fixed: freeze device by clicking pause 0.2.1 TT 2019-09-28 22:28:00 +0900
  • 4e2036ba36 fix: #52 0.2.0 TT 2019-09-28 21:49:59 +0900
  • 7d354e39fc Merge branch 'master' of git://github.com/ttrftech/NanoVNA Dennis Real (DL9CAT) 2019-09-28 09:17:39 +0200
  • 0d36621411 fix: unexpectedly cal reset on changing frequency range TT 2019-09-28 16:07:39 +0900
  • 8234ea7163 adjust delay to reduce noise scan_delay_optimize TT 2019-09-08 18:42:17 +0900
  • 58bf0fb151 enhancement: adjust delay TT 2019-09-07 13:13:25 +0900
  • 21ccc1b76c remove compiler warnings Dennis Real (DL9CAT) 2019-09-28 08:24:02 +0200
  • c94d744311 Merge branch 'master' of git://github.com/ttrftech/NanoVNA Dennis Real (DL9CAT) 2019-09-28 08:17:50 +0200
  • e7fd9da0eb minor update Dennis Real (DL9CAT) 2019-09-28 08:17:48 +0200
  • e37ef6eabc Merge branch 'ttrftech-master' qrp73 2019-09-28 08:57:06 +0300
  • 366d60c757 Merge branch 'master' of https://github.com/ttrftech/NanoVNA into ttrftech-master qrp73 2019-09-28 08:55:32 +0300
  • 0d8ccd08a2 project files qrp73 2019-09-28 08:10:34 +0300
  • b7fb2c390b
    Merge pull request #51 from ttrftech/scan_command TT 2019-09-28 13:17:13 +0900
  • 115047045c feat: multisegment scan support in python script #51 TT 2019-09-28 13:03:08 +0900
  • dbfdad4fd9 WIP: add multisegment scan TT 2019-09-28 10:01:54 +0900
  • b552d04f96 fix: apply cal on scan TT 2019-09-28 10:01:19 +0900
  • 5fea75f92f chore: move loop of scan command into sweep thread TT 2019-09-26 09:22:00 +0900
  • 571e45d50b feat: add scan command TT 2019-09-25 02:43:02 +0900
  • 516319b354 fix: plot only if sweep completed TT 2019-09-25 02:40:00 +0900
  • a9c197f1f5 env: ignore error on switching to dfu mode TT 2019-09-28 13:07:08 +0900
  • c72abc7bb9 fix: usage of sweep command TT 2019-09-28 13:05:27 +0900
  • e636b4298a feat: find device automaticaly in python script (proposal #19 from Psynosaur) TT 2019-09-28 08:07:26 +0900
  • 0ad69b4496
    Merge pull request #1 from ttrftech/master qrp73 2019-09-28 01:29:25 +0300
  • b3ce142d2a remove compiler warnings Dennis Real (DL9CAT) 2019-09-27 17:38:04 +0200
  • 087aa4227c Merge branch 'master' of git://github.com/ttrftech/NanoVNA Dennis Real (DL9CAT) 2019-09-27 17:29:52 +0200
  • 995f5592d4 more parts with bigger font Dennis Real (DL9CAT) 2019-09-27 17:28:26 +0200
  • a46291c4e1 spi_buffer can be modified from both thread. it should be protected with exclusive lock. #38 cho45 2019-09-19 09:03:43 +0900
  • 0b885f2640 fix: unexpected ripple of s21 in thru TT 2019-09-27 08:31:19 +0900
  • abdb025990 fix syntax to support ISO C89,C99,C11 compilers: - replace binary constants with hex, the notation 0b01010101 is not supported by the C-language (neither in C11, nor in C99 nor in C89) qrp73 2019-09-26 06:24:56 +0300
  • 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) qrp73 2019-09-26 06:02:08 +0300
  • 47f48d83e4 fix: omit drawing screen from usb thread TT 2019-09-23 12:43:39 +0900
  • 0abe3e00d0 env: replace git submodule url as http to prevent failure to fetch without github account TT 2019-09-26 08:43:58 +0900
  • a3faf64ec5 Merge branch 'ttrftech-master' erikkaashoek 2019-09-24 12:23:46 +0200
  • ffdc03948c Merge remote-tracking branch 'refs/remotes/ttrftech/master' into ttrftech-master erikkaashoek 2019-09-24 12:23:14 +0200
  • 1cdfb36277 Averaging working when cal off #43 erikkaashoek 2019-09-24 12:05:53 +0200
  • f5a8e8932d increase font size Dennis Real (DL9CAT) 2019-09-23 22:35:30 +0200
  • 55f7fa1b18 Merge branch 'master' of git://github.com/ttrftech/NanoVNA Dennis Real 2019-09-23 18:27:36 +0200
  • c7e7fdb6d4 Increased font size in menus Dennis Real 2019-09-23 18:18:13 +0200
  • 9508ea7215
    Merge pull request #42 from cho45/fix-timedomain-transform TT 2019-09-23 05:47:56 +0900
  • c848019f54 Compressed 5x7 font to 8 bit and removed unneeded characters to get some space in flash. Dennis Real 2019-09-22 18:09:53 +0200
  • 4fe0891814 Small corrections erikkaashoek 2019-09-21 18:00:55 +0200
  • b6cc0f8a3f Merge branch 'refs/heads/cho45-fix-timedomain-transform' erikkaashoek 2019-09-21 16:30:24 +0200
  • 25ac77b637 Merged main.c erikkaashoek 2019-09-21 16:29:58 +0200
  • 1120d5c33b Fix timedomain transform (based on acd944d5fa by @erikkaashoek ) #42 cho45 2019-09-21 22:20:08 +0900
  • f6038fe24f Merge branch 'refs/heads/2.1GHz' erikkaashoek 2019-09-21 13:46:54 +0200
  • 1d6b511e09 Up max stop erikkaashoek 2019-09-21 13:34:57 +0200
  • 73b6cddedc Increasing the time when in harmonic mode erikkaashoek 2019-09-21 13:28:49 +0200
  • acd944d5fa Modified FFT to avoid window function erikkaashoek 2019-09-19 21:28:56 +0200
  • 2255127a98 Merge all changes from edy555 release 0.1.1 erikkaashoek 2019-09-19 10:34:02 +0200
  • e243ec7667 Merge branch 'refs/heads/ttrftech-master' erikkaashoek 2019-09-19 08:32:01 +0200
  • b8c4c2e062 Merge edy555 erikkaashoek 2019-09-19 08:29:56 +0200
  • d4e234a0d2 Remove MEASURED_LENGTH erikkaashoek 2019-09-19 08:11:52 +0200
  • 49ff7b7a3f Removed MEASURED_LENGTH and FFT.c erikkaashoek 2019-09-19 08:10:47 +0200
  • e89c9bd6a7
    Merge pull request #32 from cho45/timedomain TT 2019-09-19 06:17:23 +0900
  • 3daa50e698 fix: increase stack area to prevent fault caused from nanovna-saver #50 #39 TT 2019-09-17 22:39:41 +0900
  • 3f809cfb1a UPdate to ignore FFT.c erikkaashoek 2019-09-18 12:24:50 +0200
  • 2066a6b048
    Update main.c erikkaashoek 2019-09-18 10:17:49 +0200
  • d68ab20c30 fix: increase stack area to prevent fault caused from nanovna-saver 0.1.1 TT 2019-09-17 22:39:41 +0900
  • 14d0ca8d68 Merge remote-tracking branch 'refs/remotes/ttrftech/master' erikkaashoek 2019-09-15 12:01:26 +0200
  • 49364085a4 Remove battery erikkaashoek 2019-09-15 11:47:48 +0200
  • bd047b7b30 Removed battery erikkaashoek 2019-09-15 11:43:04 +0200
  • 5c53824d36 update golang 1.10 0.1.0 TT 2019-09-14 20:15:27 +0900
  • c388832ef0 Revert "add command battery" TT 2019-09-14 14:30:38 +0900
  • 118f3b3758 ui: close version on lever click TT 2019-09-14 13:42:22 +0900
  • 44c4ce70b3
    Merge pull request #2 from cho45/master erikkaashoek 2019-09-14 10:33:35 +0200
  • 4ff2f63b19 Robustness increase erikkaashoek 2019-09-14 10:25:42 +0200
  • cd8b371674 doc: add contributors TT 2019-09-14 11:54:07 +0900
  • b072034bdc update gcc version to build TT 2019-09-14 11:50:22 +0900
  • fa4fea96c1
    Create msys2-runtime-2.x #33 live-user0001 2019-09-13 12:11:56 +0200
  • aa4faa5a6e rename TDR -> TD #32 cho45 2019-09-11 23:05:01 +0900
  • 472b895d5b windowing cho45 2019-09-11 22:35:44 +0900
  • a3b511f468 show time domain range cho45 2019-09-11 21:22:42 +0900
  • 6bad9de606 change menu name to 'TRANSFORM' cho45 2019-09-11 20:47:17 +0900
  • b17ecfa533 minor fixes cho45 2019-09-11 08:17:40 +0900
  • 8f0bfacf3d setting velocity factor cho45 2019-09-11 00:24:06 +0900
  • 95ab399567 save domain mode cho45 2019-09-10 23:49:08 +0900
  • 889d675836 TDR feature cho45 2019-09-10 22:39:20 +0900
  • be45653c2b add command battery TT 2019-09-10 21:52:30 +0900
  • 35dfd691a2
    Merge pull request #31 from cho45/vbat TT 2019-09-10 20:08:25 +0900
  • a9457dbd0a show battery indicator (requires implementing D2 on board) #31 cho45 2019-09-09 20:28:10 +0900
  • 9ed5a41d2e
    Merge pull request #1 from ttrftech/master erikkaashoek 2019-09-08 09:26:09 +0200
  • ec8c53bde3 add target dfu in Makefile TT 2019-09-07 09:08:43 +0900
  • 5a5f298323
    Merge pull request #27 from cho45/enter-dfu TT 2019-09-07 09:04:25 +0900
  • bf6d843e0c Removed wrong scan erikkaashoek 2019-09-06 21:04:49 +0200
  • 73e0c19e8e move `enter dfu` to submenu of config #27 cho45 2019-09-06 21:04:47 +0900
  • 5e9756e4e0 append `reset dfu` command and `CONFIG` -> `ENTER DFU` cho45 2019-09-06 20:46:39 +0900
  • 6da8e27774 Type erikkaashoek 2019-09-06 09:43:32 +0200
  • 496b41fa1c minor fix TT 2019-09-06 08:52:56 +0900
  • 7a2d06c315
    Merge pull request #25 from cho45/fix-backspace-on-touchpad TT 2019-09-06 08:31:52 +0900
  • db70e648f9
    Merge pull request #26 from cho45/version-screen TT 2019-09-06 08:28:58 +0900
  • f5ffe4aaf9 Merge remote-tracking branch 'refs/remotes/ttrftech/master' erikkaashoek 2019-09-05 18:28:24 +0200
  • 5254e1411d On demand scan for any amount of points erikkaashoek 2019-09-05 18:27:53 +0200
  • 39b7fdf95e append version info screen to UI #26 cho45 2019-09-05 22:14:44 +0900
  • 2d1b2fcfbd fix backspace rendering #25 cho45 2019-09-05 20:58:10 +0900
  • b2d83f2a08 Scan command added erikkaashoek 2019-09-05 09:53:00 +0200
  • 197fd38862 revert chibios fix TT 2019-09-03 08:06:59 +0900
  • 9376816de9
    Merge pull request #23 from cho45/gcc8 TT 2019-09-03 06:54:12 +0900
  • 9b83a78a05 forllow cal adc / enable adc code to manual rev9 #23 cho45 2019-08-30 14:18:29 +0900

Powered by TurnKey Linux.