Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add eeprom dump test | FreeArtMan | 2015-12-31 | 4 | -0/+138 |
| | |||||
* | Missing define | FreeArtMan | 2015-12-31 | 1 | -1/+3 |
| | |||||
* | More configurable sources. Move some math functions to core/math.h. Move ↵ | FreeArtMan | 2015-12-30 | 20 | -118/+176 |
| | | | | delay filter from sdr_fm | ||||
* | Added last include directories in BSD makefile | FreeArtMan | 2015-12-23 | 1 | -2/+2 |
| | |||||
* | Removed some constanst that appears in c11 | FreeArtMan | 2015-12-23 | 3 | -5/+6 |
| | |||||
* | Added BSD makefile to compile tests that are compilable | FreeArtMan | 2015-12-22 | 3 | -2/+23 |
| | |||||
* | Add NetBSD support files and config_bsd.h to be compatible with NetBSD | FreeArtMan | 2015-12-21 | 10 | -6/+26 |
| | |||||
* | Added menuconfig support. Added default config files for Linux and NetBSD. ↵ | FreeArtMan | 2015-12-19 | 25 | -7/+627 |
| | | | | Added kconf2h tool. Small fixes to README | ||||
* | Merge pull request #1 from Derecho/master | FreeArtMan | 2015-10-27 | 2 | -1/+5 |
|\ | | | | | Added compilation with C11 on version of gcc 4.9.2 doesnt compile in C11 by default, but gcc 5.2 compiles by default. Added missing repository creation. thx goes to Derecho | ||||
| * | Compile test programs with C11 support | Derecho | 2015-10-27 | 1 | -1/+1 |
| | | | | | | | | (Using the less strict GNU standard) | ||||
| * | Create required directories in top-level Makefile | Derecho | 2015-10-27 | 1 | -0/+4 |
|/ | | | | Added distclean target | ||||
* | Updated README added images for tui/gl waterfalls | FreeArtMan | 2015-10-25 | 4 | -0/+34 |
| | |||||
* | hw/sdr.c fixed double free | FreeArtMan | 2015-10-25 | 1 | -1/+2 |
| | |||||
* | sdr_fm added filter from mini_fm, sound delay problems | FreeArtMan | 2015-10-22 | 1 | -5/+60 |
| | |||||
* | test/sdr_fm added initial fm support, too much noise, bit possible to ↵ | FreeArtMan | 2015-10-22 | 2 | -10/+80 |
| | | | | recognise station | ||||
* | Small fixes | FreeArtMan | 2015-10-14 | 3 | -8/+17 |
| | |||||
* | Pure fm-demodulator | FreeArtMan | 2015-10-14 | 1 | -0/+264 |
| | |||||
* | Divide by 20 only with shifting and substract | FreeArtMan | 2015-10-14 | 1 | -0/+60 |
| | |||||
* | Add options to choose frequency and sample rate and device in gl waterfall | FreeArtMan | 2015-10-11 | 2 | -10/+62 |
| | |||||
* | Moved dongle functionality to sdr_t from waterfall test examples | FreeArtMan | 2015-10-09 | 4 | -167/+60 |
| | |||||
* | Added dongle manager | FreeArtMan | 2015-10-09 | 7 | -27/+375 |
| | |||||
* | Added interface for sdr. To manage audio, sdr devices | FreeArtMan | 2015-10-07 | 5 | -1/+68 |
| | |||||
* | Primitive audio device detection added | FreeArtMan | 2015-10-07 | 9 | -5/+110 |
| | |||||
* | Added new interface files | FreeArtMan | 2015-10-06 | 9 | -2/+92 |
| | |||||
* | Terminal waterfall fixed, fft scaling | FreeArtMan | 2015-10-04 | 1 | -26/+31 |
| | |||||
* | Fixed fft drawing in gui | FreeArtMan | 2015-10-04 | 2 | -18/+24 |
| | |||||
* | GUI version improvment | FreeArtMan | 2015-10-03 | 1 | -2/+2 |
| | |||||
* | graphical waterfall drawing | FreeArtMan | 2015-10-02 | 3 | -15/+147 |
| | |||||
* | Added SDL waterfall prototype api | FreeArtMan | 2015-10-01 | 6 | -5/+384 |
| | |||||
* | Makefile added remove missed *.o files | FreeArtMan | 2015-09-29 | 1 | -0/+1 |
| | |||||
* | Added markdown readme | FreeArtMan | 2015-09-29 | 1 | -0/+4 |
| | |||||
* | Added test terminal waterafall | FreeArtMan | 2015-09-26 | 9 | -13/+618 |
| | |||||
* | Added tui interface, updated gitignores, updated makefiles | FreeArtMan | 2015-09-22 | 10 | -9/+139 |
| | |||||
* | Wrapped rtlsdr to hw | FreeArtMan | 2015-09-22 | 14 | -10/+391 |
| | |||||
* | Added few rtlsdr tests. List all devices. Try to read sample. | FreeArtMan | 2015-09-19 | 7 | -1/+133 |
| | |||||
* | Initial commit | FreeArtMan | 2015-09-19 | 5 | -0/+29 |