Commit Graph

  • e71163b44a noting discrepancy between implementations Michael Ossmann 2012-06-13 21:27:14 -06:00
  • b54ec7e0ab Merge branch 'master' of github.com:mossmann/hackrf Michael Ossmann 2012-06-13 21:23:47 -06:00
  • 25c3f6729d Merge branch 'jboone-master' Michael Ossmann 2012-06-13 21:23:10 -06:00
  • ad080a355a pull request #10, resolved conflicts Michael Ossmann 2012-06-13 21:21:34 -06:00
  • 10cebd1f83 RFFC5071 pin defs Michael Ossmann 2012-06-13 21:08:07 -06:00
  • 2932bb2bd4 I cocked-up backing out an unwanted change to CFLAGS which created badness in the Makefile_inc.mk file. Jared Boone 2012-06-13 18:13:26 -07:00
  • 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. Jared Boone 2012-06-13 18:04:13 -07:00
  • 61b7b76912 OOPS. Missed changes from clock reconfiguration two commits (and five minutes) ago. Jared Boone 2012-06-13 17:58:14 -07:00
  • d99533d112 Added C99 support to CFLAGS. It's been 13 years now... Jared Boone 2012-06-13 17:53:57 -07:00
  • 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). Jared Boone 2012-06-13 17:53:10 -07:00
  • ca18d36779 #defines for CPLD JTAG interface on LPC43xx. Jared Boone 2012-06-13 16:47:38 -07:00
  • bc5218f1e9 Merge pull request #9 from TitanMKD/master Michael Ossmann 2012-06-13 16:16:39 -07:00
  • 8828cf2b24 LPCXpresso IDE Flash/Debug Tutorial for LPC43xx SPIFI TitanMKD 2012-06-14 01:09:04 +02:00
  • 056ddd0601 r divider configurable, added CLK5 for mixer reference input Michael Ossmann 2012-06-13 16:02:40 -06:00
  • 43f7626de3 Fix Linker bug copy ROM to RAM & exec from RAM (need more test). TitanMKD 2012-06-13 01:06:44 +02:00
  • 287e64a9c0 figured out the offending bit in register 21 Michael Ossmann 2012-06-11 23:18:07 -06:00
  • 1c1ec7ae7b Merge branch 'master' of github.com:mossmann/hackrf Michael Ossmann 2012-06-11 22:53:43 -06:00
  • a47e3fd57d got simpletx working but note comment in max2837.c about one weird register Michael Ossmann 2012-06-11 22:53:06 -06:00
  • 44c97f2d1f Merge pull request #8 from TitanMKD/master Michael Ossmann 2012-06-11 20:00:55 -07:00
  • 23b136bde6 Tests for MAX2837 with OLS Capture. TitanMKD 2012-06-12 00:32:02 +02:00
  • d876ae7e86 max2837 and simpletx additions, still not quite working Michael Ossmann 2012-06-11 15:09:33 -06:00
  • d01d201c14 Merge pull request #7 from TitanMKD/master Michael Ossmann 2012-06-11 13:48:02 -07:00
  • 6baef56b81 Merge branch 'master' of git://github.com/mossmann/hackrf TitanMKD 2012-06-11 22:40:24 +02:00
  • 2e05f03d83 Startup & Performance test using SysTick Timer. TitanMKD 2012-06-11 22:39:22 +02:00
  • 2af0859f87 typo fix Michael Ossmann 2012-06-11 11:20:47 -06:00
  • 7a990e17c1 Merge branch 'master' of git://github.com/mossmann/hackrf TitanMKD 2012-06-11 18:42:06 +02:00
  • 1806658d6c max2837_set_frequency() bug fix Michael Ossmann 2012-06-10 19:11:23 -06:00
  • 34df33d5a8 Merge pull request #6 from jboone/master Michael Ossmann 2012-06-10 15:20:59 -07:00
  • ba13c79a37 Added ROM to RAM code copy & exec => Warning requires latest version of libopencm3 !! TitanMKD 2012-06-10 11:46:55 +02:00
  • 9c50b7de26 Updated SVF from committed project files. Jared Boone 2012-06-09 22:34:32 -07:00
  • 89314d40d6 Added Bus Blaster programming script. Added README explaining project contents and programming process. Jared Boone 2012-06-09 22:34:01 -07:00
  • 07b6f81a6c Initial implementation of MAX5864 <-> SGPIO interface via Xilinx CoolRunner-II CPLD. Jared Boone 2012-06-09 22:02:45 -07:00
  • 69d22ce22b setting those TX registers is unnecessary, we just have to set the TXENABLE pin Michael Ossmann 2012-06-09 21:14:25 -06:00
  • 65e5707e3f removed read bit from bus pirate writes, bp compile fix Michael Ossmann 2012-06-08 15:42:28 -06:00
  • fa4e1ce0f7 max2837: explicit unsigned on constants >31 bits Will Code 2012-06-08 11:54:38 -04:00
  • d077cf9ca1 max2837: get rid of test(), since we're starting to do real commands Will Code 2012-06-08 10:50:55 -04:00
  • 998352a3a3 max2837: forgot to flush in tx Will Code 2012-06-08 10:47:16 -04:00
  • a6eb93897a max2837: add tx startup (maybe?) to test program Will Code 2012-06-08 10:41:12 -04:00
  • 5c6542d827 simpletx: test program to transmit a carrier, does not work yet Michael Ossmann 2012-06-07 22:19:32 -06:00
  • 52dae9ba73 added real SPI write function Michael Ossmann 2012-06-07 22:16:56 -06:00
  • 077f4dece0 workaround that allows LIBOPENCM3 to point to either the source dir or the install dir Michael Ossmann 2012-06-07 20:11:33 -06:00
  • 31db86b5d5 finished cleaning up BINARY/TARGET mess Michael Ossmann 2012-06-07 19:40:31 -06:00
  • 65b02cf6c9 reversed include addition. lpc43.h is no longer needed now that we are using libopencm3. Michael Ossmann 2012-06-07 19:30:54 -06:00
  • d4517bc747 Merge pull request #5 from jboone/master Michael Ossmann 2012-06-07 18:29:42 -07:00
  • 346014504d Merge branch 'master' of https://github.com/mossmann/hackrf Jared Boone 2012-06-07 17:29:08 -07:00
  • f44bbdac13 Merge branch 'master' of https://github.com/TitanMKD/hackrf Jared Boone 2012-06-07 17:28:38 -07:00
  • 9001af7239 Merge pull request #4 from TitanMKD/master Michael Ossmann 2012-06-07 17:27:49 -07:00
  • 352b82f641 Fixed Clock Init (to be tested on other board). TitanMKD 2012-06-08 02:24:05 +02:00
  • 7501238ec2 Change use of Makefile BINARY to TARGET. Jared Boone 2012-06-07 16:55:06 -07:00
  • b2d733921f Added stdint.h #include for blinky's use of C standard integer types. Jared Boone 2012-06-07 16:35:10 -07:00
  • cea1a66d39 Added hackrf_core.h #include for lpc43.h dependency. Jared Boone 2012-06-07 16:34:36 -07:00
  • 823f6e6595 Corrected path for libopencm3 LDFLAGS and %.elf dependency. Jared Boone 2012-06-07 16:30:47 -07:00
  • b434689250 Fixed typo in declaration of OBJ variable. Jared Boone 2012-06-07 16:27:51 -07:00
  • fe9b6689d0 Added Emacs-style file type declaration. Jared Boone 2012-06-07 16:26:58 -07:00
  • 9a7219eb4d removed PLL1 stages as they no longer seem to be necessary since the power-down fix Michael Ossmann 2012-06-07 13:40:59 -06:00
  • 98b6e92f97 fixed PLL1 startup problem by not powering it down first Michael Ossmann 2012-06-07 13:28:47 -06:00
  • 5aec76eedc startup example/test firmware Michael Ossmann 2012-06-07 12:02:49 -06:00
  • d1d1434fed bring up PLL1 in stages Michael Ossmann 2012-06-07 12:00:30 -06:00
  • 6ec040698c Makefile fixes Michael Ossmann 2012-06-07 10:25:42 -06:00
  • 0fd513fc5d libopencm3 dependency note Michael Ossmann 2012-06-07 08:25:43 -06:00
  • 2f344e97f8 Makefile fix to allow other binary names Michael Ossmann 2012-06-07 08:20:43 -06:00
  • 442cd1db95 make clean common directory Michael Ossmann 2012-06-07 08:18:54 -06:00
  • bcd5b36161 forgot a header file Michael Ossmann 2012-06-07 08:18:34 -06:00
  • afdcd3f37e migrated blinky.c to new libopencm3 stuff (copied from libopencm3 miniblink example) Michael Ossmann 2012-06-07 08:15:22 -06:00
  • aeced361cf migrated common stuff to libopencm3 Michael Ossmann 2012-06-07 08:14:16 -06:00
  • 5fe57e0238 clock setup code ported from Jared Michael Ossmann 2012-06-06 21:26:16 -06:00
  • 13bf4df504 Merge branch 'master' of github.com:mossmann/hackrf Michael Ossmann 2012-06-05 22:21:23 -06:00
  • f01fc2d445 initial port of Jared\'s initialization code to libopencm3, not complete yet Michael Ossmann 2012-06-05 22:20:56 -06:00
  • 1b806c75e9 max2837: updates - band setting in set_frequency() - rework init() to copy default settings from static data - tweak some awkward naming in reg defs to be equally awkward but consistent Will Code 2012-06-04 18:48:42 -04:00
  • 9c154c5e3e completed BOM info Michael Ossmann 2012-06-04 14:44:25 -06:00
  • 1958592bb4 connected some too-close ground areas to each other Michael Ossmann 2012-06-04 09:57:19 -06:00
  • ad00162a34 mask and paste clearances Michael Ossmann 2012-06-04 09:51:20 -06:00
  • 8de59607f8 plot options Michael Ossmann 2012-06-03 20:56:59 -06:00
  • 0baf5ad41a fixed some minor DRC errors Michael Ossmann 2012-06-03 20:51:56 -06:00
  • b84b6e7a55 stitched ground planes Michael Ossmann 2012-06-03 20:44:31 -06:00
  • 50dbd0367e filled in back QFN thermal relief Michael Ossmann 2012-06-03 20:16:40 -06:00
  • 3e0a2050db updated SMA module to match CONREVSMA003.062 recommended footprint Michael Ossmann 2012-06-03 20:13:02 -06:00
  • ce998e3750 made some power supply tracks and vias bigger Michael Ossmann 2012-06-03 18:01:05 -06:00
  • ebf51131ae removed front zone Michael Ossmann 2012-06-02 15:37:55 -06:00
  • b36de1ea8b fixed some missing vias Michael Ossmann 2012-06-02 09:32:22 -06:00
  • 4f9cf4ae00 finished rearranging RF section Michael Ossmann 2012-06-02 00:15:22 -06:00
  • d9fbecc817 Merge branch 'master' of github.com:mossmann/hackrf Michael Ossmann 2012-06-01 16:52:10 -06:00
  • 9d035488a3 more layout updates Michael Ossmann 2012-06-01 16:51:53 -06:00
  • 3f5f7ac49f started moving things around Michael Ossmann 2012-06-01 13:40:25 -06:00
  • 14e7d06182 corrected T3 and T6 orientation in schematic Michael Ossmann 2012-06-01 13:28:00 -06:00
  • bda6bf5832 destroyed my layout by reading in recent changes from schematic. here we go! Michael Ossmann 2012-06-01 13:19:42 -06:00
  • 3522eb6723 swapped RX highpass and lowpass paths so that TX highpass and RX highpass are not adjacent. Michael Ossmann 2012-06-01 13:15:25 -06:00
  • bd79db5884 max2837: typo Will Code 2012-05-30 21:06:42 -04:00
  • 9de62e27c8 max2837: divisor registers calculated using long division Will Code 2012-05-30 21:01:34 -04:00
  • 2e905170f8 Merge branch 'master' of github.com:mossmann/hackrf Michael Ossmann 2012-05-30 15:21:06 -06:00
  • acc21d011f grounded U17 and U19 center pads Michael Ossmann 2012-05-30 15:20:46 -06:00
  • f20ec53929 Merge pull request #3 from TitanMKD/master Michael Ossmann 2012-05-30 00:41:08 -07:00
  • 0efab1710a Linker Script & New Startup to Load from SPIFI and Execute from RAM(SRAM). Start execution in SPIFI(ROM) and at startup, code from ROM is copied to RAM and shadow pointer is modified to RAM. So at end all the code and vector table is executed from RAM. TitanMKD 2012-05-30 07:33:23 +02:00
  • 4569ac35a4 Merge branch 'master' of git://github.com/mossmann/hackrf TitanMKD 2012-05-30 07:08:12 +02:00
  • cd7e054f7d max2837: extern additional functions, put test code in ifdef Will Code 2012-05-29 21:24:01 -04:00
  • ee26a4d4d9 Merge branch 'master' of git://github.com/mossmann/hackrf Will Code 2012-05-29 20:59:46 -04:00
  • 71585d3c64 max2837: remaining registers Will Code 2012-05-29 20:59:07 -04:00
  • 3977c7ab0e selected 0603 footprint for L1 and L2, moved L3 and made DNP Michael Ossmann 2012-05-29 17:17:15 -06:00
  • 9e6427ecf2 changed to RFXF9503 balun on lowpass paths Michael Ossmann 2012-05-29 17:12:29 -06:00
  • 8f51eba3e2 compilation comment from irc Michael Ossmann 2012-05-29 16:44:34 -06:00