]> git.rkrishnan.org Git - pihpsdr.git/shortlog
pihpsdr.git
2022-01-07 c vwPrevent "duplicate UDP discovery" if IP addr given...
2022-01-07 c vwMoved variable discover_only_stemlab from stemlab_disco...
2022-01-06 c vwAdded feature to connect to "distant" radios by specifi...
2022-01-05 c vwadded CLOCK_MONOTONIC_RAW
2022-01-05 c vwActivate "helper functions" for debouncing in GPIO...
2022-01-05 c vw"Silence first RX samples after TR/RX" feature: added...
2022-01-05 c vwFinalized the "silence residual TX signal after TX...
2022-01-04 c vwTest code for Paul to address the "Residual audio"...
2022-01-02 c vwradio.c: updated some comments regarding the step atten...
2021-12-30 DL1YCFSplit "radio_band_changed" into "set_alex_antennas...
2021-12-30 DL1YCFHeader files: explicitly indicate void argument lists in
2021-12-29 c vwsome cosmetic changes
2021-12-29 c vwclient_server.c: added comment to forcing can_transmit...
2021-12-28 c vwMake the current band a local static variable in band...
2021-12-28 c vwSome "polishing" (removing unused variables etc.) and...
2021-12-26 DL1YCFMajor update of the "compile from sources" instructions...
2021-12-26 DL1YCFOld MIDI documentation deleted
2021-12-25 c vwAdded a compile-time option to log all incoming packets...
2021-12-25 c vwcorrected a typo in a comment
2021-12-22 c vwa) Send data to the radio in equal pace, not in bursts
2021-12-22 c vwRemoved "smooth scaling" of TX IQ samples for HermesLit...
2021-12-17 c vwAdded RFGAIN to client/server
2021-12-17 c vwEnable changing CW parameters if not compiled with...
2021-12-06 c vwClient/Server: set RECEIVERS=2
2021-12-06 c vwmox_update/tune_update: if (!can_transmit), then quickl...
2021-12-06 c vwactions.c: MOX/TUNE: use mox_update/tune_update
2021-12-05 DL1YCFtypo corrected
2021-12-05 DL1YCFUpdate of vfo_set_frequency.
2021-12-05 DL1YCFSome clean-up within rigctl.
2021-12-05 c vwanother typo
2021-12-05 c vwcorrected typo
2021-12-04 DL1YCFtypo fixed
2021-12-04 DL1YCFFurther changes in the "big merge" process
2021-12-04 DL1YCFClientServer: make it compile at least
2021-12-04 DL1YCFnew/old protocol.c: cosmetic changes to facilitate...
2021-11-26 c vwInclude time stamp in SEQ errors in the log file
2021-11-26 c vwsynchronized upon merging
2021-11-26 c vwsynchronized upon merging
2021-11-25 c vwfixed silly typo introduced when merging.
2021-11-25 c vwManual merge of John's corrections
2021-11-25 c vwMake millis() global to allow debouncing in i2c.c
2021-11-25 c vwSome cosmetics to facilitate merging.
2021-11-25 c vwVFO divisor corrections by John.
2021-11-25 c vwBSTK menu: button labels change if bandstack changes.
2021-11-25 c vwpush-buttons: look at PRESSED vs RELEASED.
2021-11-25 c vwRemoved more pkg-config output from the command lines.
2021-11-23 c vwAutomatically enable/disable squelch when changing...
2021-11-23 c vwConsistent interface to set_squelch().
2021-11-23 c vwAdded default clauses to switch statements (just to...
2021-11-23 c vwMakefile. Regression: do not expand pkg-config outputs...
2021-11-23 c vwVFO_MENU: do not show the "Enable Squelch" check-box...
2021-11-22 c vwMIDI props: made "syntax" more consistent
2021-11-22 c vwmidi_menu: made it "more compatible" with John's repo
2021-11-22 c vwVFO divisor update (from John), new function for
2021-11-22 c vwRemoves SO_PRIORITY settings since this (experimentally)
2021-11-17 c vwWhen TUNEing in DSB mode, tune on the carrier frequency.
2021-11-16 c vwWaterfall: better arithmetic, avoiding implicit convers...
2021-11-16 c vwDo not show power/swr on SOAPY, since these values...
2021-11-16 c vwcreate_transmitter: do not leave tx->alc uninitialized.
2021-11-15 c vwactions.c: for "KEY" or "SWITCH" actions, check on...
2021-11-15 c vwSmall corrections in actions.c
2021-11-15 c vwMoved "IQSWAP" handling from transmitter.c to soapy_pro...
2021-11-15 c vwInclude "midi.h" to suppress compiler warning
2021-11-15 c vwSOAPY: normalize TX IQ samples to unity.
2021-11-15 c vwRegression: do not swap iq samples for SOAPY if "iqswap...
2021-11-15 c vwApply "iqswap" to the tx iq samples as well
2021-11-15 c vwCorrected interplay of "pa_enabled" and "band->disablePA".
2021-11-04 c vw"Protect" i2c_interrupt by a mutex
2021-11-04 c vwRewritten CW event handling in process_edge, and removed
2021-11-04 c vwAllow CW_KEYER from a switch (GPIO or I2C)
2021-11-03 c vwcorrected small typo
2021-11-02 c vwFixed bugs in RFGAIN processing.
2021-11-02 c vwI2C test change: process PRESS and RELEASE for i2c...
2021-11-01 c vwtypo
2021-11-01 c vwDelegate all step size list processing to vfo.c functions.
2021-11-01 c vwSome corrections, and added debounce
2021-11-01 c vwUse default attributes for output buffer size
2021-11-01 c vwMacOS: do not include any libraries in app bundle ...
2021-10-28 c vwMerged in "transverter" corrections by John,
2021-10-21 c vwSome SOAPY corrections taken from linhpsdr
2021-10-04 c vwSome rigctl corrections by VU2DLE
2021-10-03 DL1YCFa) moved call to set_agc down when creating receivers...
2021-10-01 c vwenhanced the CW fix for controller2V2
2021-09-22 c vwEnable/Disable TX compressor if TX compression value...
2021-09-21 c vwsmoother rounding for MIDI controller values
2021-09-21 c vwsmall tidy-ups
2021-09-21 c vwMake set_attenuation/set_rf_gain a no-op if the value of
2021-09-21 c vw"Streamlined" setting of ADC defaults. Set mingain...
2021-09-21 c vwa) update VFO after changing TX compression
2021-09-19 DL1YCFoops. include math.h when using round().
2021-09-19 DL1YCFImplement "rounding" for ABSOLUTE changes
2021-09-19 DL1YCFFinalized the "MIDI KNOB" correction: all actions that...
2021-09-19 c vwStarted using "unified" KnobOrWheel function.
2021-09-17 c vwDe-activate GPIO-CW for Controller2V2.
2021-09-16 c vwTake care of ZOOM/PAN changes for the waterfall
2021-09-14 c vwminor polishing
2021-09-14 c vwFurther corrections, also with the help of LY0NAS.
2021-09-14 c vwCorrected the adjustment of the VFO frequency to a...
2021-09-14 c vwCorrected the "shifting" of the waterfall when the VFO
2021-09-13 c vwVFO step size stored "by mode", better treatment of...
next