Jared Boone
|
f53818a46f
|
Additional calls to initialize SSP1, considering changes I committed minutes earlier.
|
2012-06-14 13:09:02 -07:00 |
|
Jared Boone
|
570efc1361
|
Added max2837_rx() function.
|
2012-06-14 13:06:48 -07:00 |
|
Jared Boone
|
f08fc3bb51
|
Pulled SSP1 configuration for MAX2837 into hackrf_core. Added SSP1 configuration for MAX5864. Added #defines for manipulating CS of both MAX parts. Changed a couple of #define names to be consistent with other names. Added explicit manipulation of MAX2837 CS via GPIO.
|
2012-06-14 13:06:10 -07:00 |
|
Jared Boone
|
74ad447ec7
|
More idiotic editor formatting fixup.
|
2012-06-14 11:48:07 -07:00 |
|
Michael Ossmann
|
06b63d9936
|
added two clocks while ENX high to get RFFC5071 serial reads to work (thanks, Jared!)
|
2012-06-14 12:42:51 -06:00 |
|
Jared Boone
|
388cad86de
|
Code to capture ADC data into a buffer using a tight loop on the M4.
|
2012-06-14 11:31:11 -07:00 |
|
Jared Boone
|
878936645d
|
Corrected my correction of my misunderstanding of how SGPIO_CTRL_ENABLE works. Turns out I *can* immediately disable a slice using ENABLE. If I want to synchronously disable a slice, I do it via DISABLE. And if I want to screw up my code, I (unwittingly) set all slices to synchronously disable, then configure SGPIO and watch my slices run once and stop. :-( All better now.
|
2012-06-14 11:30:03 -07:00 |
|
Jared Boone
|
ef46b9b3b6
|
Merge branch 'master' of https://github.com/mossmann/hackrf
|
2012-06-14 10:01:35 -07:00 |
|
Michael Ossmann
|
2c76cc9bd2
|
fixed pinout in README
|
2012-06-14 10:46:55 -06:00 |
|
Michael Ossmann
|
68f9a1c6e4
|
fixed inconsistent naming of mixer pins
|
2012-06-14 10:44:22 -06:00 |
|
Michael Ossmann
|
0075099969
|
mixertx: tests RFFC5071/Lollipop
|
2012-06-14 10:40:37 -06:00 |
|
Michael Ossmann
|
a1e2549ae1
|
troubleshooting RFFC5071 serial
|
2012-06-14 10:36:38 -06:00 |
|
Jared Boone
|
3c35e39e55
|
Clean up SGPIO TX code a little bit.
|
2012-06-13 22:00:37 -07:00 |
|
Jared Boone
|
b5ec859eaf
|
Remove comment of dead code.
|
2012-06-13 22:00:11 -07:00 |
|
Jared Boone
|
17446f6295
|
Add RX test, which receives data into a single slice.
|
2012-06-13 21:58:47 -07:00 |
|
Jared Boone
|
b7a46af009
|
I was misusing SGPIO_CTRL_ENABLE. Instead, use SGPIO_CTRL_DISABLE to disable slices.
|
2012-06-13 21:54:48 -07:00 |
|
Michael Ossmann
|
b9cde55f8c
|
initial RFFC5071 support
|
2012-06-13 21:28:46 -06:00 |
|
Michael Ossmann
|
e71163b44a
|
noting discrepancy between implementations
|
2012-06-13 21:27:14 -06:00 |
|
Michael Ossmann
|
b54ec7e0ab
|
Merge branch 'master' of github.com:mossmann/hackrf
|
2012-06-13 21:23:47 -06:00 |
|
Michael Ossmann
|
25c3f6729d
|
Merge branch 'jboone-master'
|
2012-06-13 21:23:10 -06:00 |
|
Michael Ossmann
|
ad080a355a
|
pull request #10, resolved conflicts
|
2012-06-13 21:21:34 -06:00 |
|
Michael Ossmann
|
10cebd1f83
|
RFFC5071 pin defs
|
2012-06-13 21:08:07 -06:00 |
|
Jared Boone
|
2932bb2bd4
|
I cocked-up backing out an unwanted change to CFLAGS which created badness in the Makefile_inc.mk file.
|
2012-06-13 18:13:26 -07:00 |
|
Jared Boone
|
d6cf4ec014
|
Initial SGPIO implementation. Sends a constant value to each channel of the DAC that can be measured as differential voltages to identify which channel is which.
|
2012-06-13 18:04:13 -07:00 |
|
Jared Boone
|
61b7b76912
|
OOPS. Missed changes from clock reconfiguration two commits (and five minutes) ago.
|
2012-06-13 17:58:14 -07:00 |
|
Jared Boone
|
d99533d112
|
Added C99 support to CFLAGS. It's been 13 years now...
|
2012-06-13 17:53:57 -07:00 |
|
Jared Boone
|
02f61f4d64
|
Added r_div argument to si5351c_configure_multisynth(). Modified Jellybean clock setup to provide 10MHz clock to MAX5864 and 20MHz to CPLD (both inverted and non-inverted).
|
2012-06-13 17:53:10 -07:00 |
|
Jared Boone
|
ca18d36779
|
#defines for CPLD JTAG interface on LPC43xx.
|
2012-06-13 16:47:38 -07:00 |
|
Michael Ossmann
|
bc5218f1e9
|
Merge pull request #9 from TitanMKD/master
LPCXpresso LPC43xx Debugger Tutorial
|
2012-06-13 16:16:39 -07:00 |
|
TitanMKD
|
8828cf2b24
|
LPCXpresso IDE Flash/Debug Tutorial for LPC43xx SPIFI
|
2012-06-14 01:09:04 +02:00 |
|
Michael Ossmann
|
056ddd0601
|
r divider configurable, added CLK5 for mixer reference input
|
2012-06-13 16:02:40 -06:00 |
|
TitanMKD
|
43f7626de3
|
Fix Linker bug copy ROM to RAM & exec from RAM (need more test).
|
2012-06-13 01:06:44 +02:00 |
|
Michael Ossmann
|
287e64a9c0
|
figured out the offending bit in register 21
|
2012-06-11 23:18:07 -06:00 |
|
Michael Ossmann
|
1c1ec7ae7b
|
Merge branch 'master' of github.com:mossmann/hackrf
|
2012-06-11 22:53:43 -06:00 |
|
Michael Ossmann
|
a47e3fd57d
|
got simpletx working but note comment in max2837.c about one weird register
|
2012-06-11 22:53:06 -06:00 |
|
Michael Ossmann
|
44c97f2d1f
|
Merge pull request #8 from TitanMKD/master
Tests for MAX2837 with OLS Capture
|
2012-06-11 20:00:55 -07:00 |
|
TitanMKD
|
23b136bde6
|
Tests for MAX2837 with OLS Capture.
|
2012-06-12 00:32:02 +02:00 |
|
Michael Ossmann
|
d876ae7e86
|
max2837 and simpletx additions, still not quite working
|
2012-06-11 15:09:33 -06:00 |
|
Michael Ossmann
|
d01d201c14
|
Merge pull request #7 from TitanMKD/master
Added ROM to RAM code copy & exec => Warning requires latest version of libopencm3 !!
|
2012-06-11 13:48:02 -07:00 |
|
TitanMKD
|
6baef56b81
|
Merge branch 'master' of git://github.com/mossmann/hackrf
|
2012-06-11 22:40:24 +02:00 |
|
TitanMKD
|
2e05f03d83
|
Startup & Performance test using SysTick Timer.
|
2012-06-11 22:39:22 +02:00 |
|
Michael Ossmann
|
2af0859f87
|
typo fix
|
2012-06-11 11:20:47 -06:00 |
|
TitanMKD
|
7a990e17c1
|
Merge branch 'master' of git://github.com/mossmann/hackrf
|
2012-06-11 18:42:06 +02:00 |
|
Michael Ossmann
|
1806658d6c
|
max2837_set_frequency() bug fix
|
2012-06-10 19:11:23 -06:00 |
|
Michael Ossmann
|
34df33d5a8
|
Merge pull request #6 from jboone/master
Implementation of CPLD interface between LPC4330 and MX5864 codec
|
2012-06-10 15:20:59 -07:00 |
|
TitanMKD
|
ba13c79a37
|
Added ROM to RAM code copy & exec => Warning requires latest version of libopencm3 !!
|
2012-06-10 11:46:55 +02:00 |
|
Jared Boone
|
9c50b7de26
|
Updated SVF from committed project files.
|
2012-06-09 22:34:32 -07:00 |
|
Jared Boone
|
89314d40d6
|
Added Bus Blaster programming script. Added README explaining project contents and programming process.
|
2012-06-09 22:34:01 -07:00 |
|
Jared Boone
|
07b6f81a6c
|
Initial implementation of MAX5864 <-> SGPIO interface via Xilinx CoolRunner-II CPLD.
|
2012-06-09 22:02:45 -07:00 |
|
Michael Ossmann
|
69d22ce22b
|
setting those TX registers is unnecessary, we just have to set the TXENABLE pin
|
2012-06-09 21:14:25 -06:00 |
|