Jared Boone
cea1a66d39
Added hackrf_core.h #include for lpc43.h dependency.
2012-06-07 16:34:36 -07:00
Jared Boone
823f6e6595
Corrected path for libopencm3 LDFLAGS and %.elf dependency.
2012-06-07 16:30:47 -07:00
Jared Boone
b434689250
Fixed typo in declaration of OBJ variable.
2012-06-07 16:27:51 -07:00
Jared Boone
fe9b6689d0
Added Emacs-style file type declaration.
2012-06-07 16:26:58 -07:00
Michael Ossmann
9a7219eb4d
removed PLL1 stages as they no longer seem to be necessary since the power-down fix
2012-06-07 13:40:59 -06:00
Michael Ossmann
98b6e92f97
fixed PLL1 startup problem by not powering it down first
2012-06-07 13:28:47 -06:00
Michael Ossmann
5aec76eedc
startup example/test firmware
2012-06-07 12:02:49 -06:00
Michael Ossmann
d1d1434fed
bring up PLL1 in stages
2012-06-07 12:00:30 -06:00
Michael Ossmann
6ec040698c
Makefile fixes
2012-06-07 10:25:42 -06:00
Michael Ossmann
0fd513fc5d
libopencm3 dependency note
2012-06-07 08:25:43 -06:00
Michael Ossmann
2f344e97f8
Makefile fix to allow other binary names
2012-06-07 08:20:43 -06:00
Michael Ossmann
442cd1db95
make clean common directory
2012-06-07 08:18:54 -06:00
Michael Ossmann
bcd5b36161
forgot a header file
2012-06-07 08:18:34 -06:00
Michael Ossmann
afdcd3f37e
migrated blinky.c to new libopencm3 stuff (copied from libopencm3 miniblink example)
2012-06-07 08:15:22 -06:00
Michael Ossmann
aeced361cf
migrated common stuff to libopencm3
2012-06-07 08:14:16 -06:00
Michael Ossmann
5fe57e0238
clock setup code ported from Jared
2012-06-06 21:26:16 -06:00
Michael Ossmann
13bf4df504
Merge branch 'master' of github.com:mossmann/hackrf
2012-06-05 22:21:23 -06:00
Michael Ossmann
f01fc2d445
initial port of Jared\'s initialization code to libopencm3, not complete yet
2012-06-05 22:20:56 -06:00
Will Code
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
2012-06-04 18:48:42 -04:00
Michael Ossmann
9c154c5e3e
completed BOM info
2012-06-04 14:44:25 -06:00
Michael Ossmann
1958592bb4
connected some too-close ground areas to each other
2012-06-04 09:57:19 -06:00
Michael Ossmann
ad00162a34
mask and paste clearances
2012-06-04 09:51:20 -06:00
Michael Ossmann
8de59607f8
plot options
2012-06-03 20:56:59 -06:00
Michael Ossmann
0baf5ad41a
fixed some minor DRC errors
2012-06-03 20:51:56 -06:00
Michael Ossmann
b84b6e7a55
stitched ground planes
2012-06-03 20:44:31 -06:00
Michael Ossmann
50dbd0367e
filled in back QFN thermal relief
2012-06-03 20:16:40 -06:00
Michael Ossmann
3e0a2050db
updated SMA module to match CONREVSMA003.062 recommended footprint
2012-06-03 20:13:02 -06:00
Michael Ossmann
ce998e3750
made some power supply tracks and vias bigger
2012-06-03 18:01:05 -06:00
Michael Ossmann
ebf51131ae
removed front zone
2012-06-02 15:37:55 -06:00
Michael Ossmann
b36de1ea8b
fixed some missing vias
2012-06-02 09:32:22 -06:00
Michael Ossmann
4f9cf4ae00
finished rearranging RF section
2012-06-02 00:15:22 -06:00
Michael Ossmann
d9fbecc817
Merge branch 'master' of github.com:mossmann/hackrf
2012-06-01 16:52:10 -06:00
Michael Ossmann
9d035488a3
more layout updates
2012-06-01 16:51:53 -06:00
Michael Ossmann
3f5f7ac49f
started moving things around
2012-06-01 13:40:25 -06:00
Michael Ossmann
14e7d06182
corrected T3 and T6 orientation in schematic
2012-06-01 13:28:00 -06:00
Michael Ossmann
bda6bf5832
destroyed my layout by reading in recent changes from schematic. here we go!
2012-06-01 13:19:42 -06:00
Michael Ossmann
3522eb6723
swapped RX highpass and lowpass paths so that TX highpass and RX highpass are not adjacent.
2012-06-01 13:15:25 -06:00
Will Code
bd79db5884
max2837: typo
2012-05-30 21:06:42 -04:00
Will Code
9de62e27c8
max2837: divisor registers calculated using long division
2012-05-30 21:01:34 -04:00
Michael Ossmann
2e905170f8
Merge branch 'master' of github.com:mossmann/hackrf
2012-05-30 15:21:06 -06:00
Michael Ossmann
acc21d011f
grounded U17 and U19 center pads
2012-05-30 15:20:46 -06:00
Michael Ossmann
f20ec53929
Merge pull request #3 from TitanMKD/master
...
Example Blinky SPIFI to SRAM and some documentation
2012-05-30 00:41:08 -07:00
TitanMKD
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.
2012-05-30 07:33:23 +02:00
TitanMKD
4569ac35a4
Merge branch 'master' of git://github.com/mossmann/hackrf
2012-05-30 07:08:12 +02:00
Will Code
cd7e054f7d
max2837: extern additional functions, put test code in ifdef
2012-05-29 21:24:01 -04:00
Will Code
ee26a4d4d9
Merge branch 'master' of git://github.com/mossmann/hackrf
2012-05-29 20:59:46 -04:00
Will Code
71585d3c64
max2837: remaining registers
2012-05-29 20:59:07 -04:00
Michael Ossmann
3977c7ab0e
selected 0603 footprint for L1 and L2, moved L3 and made DNP
2012-05-29 17:17:15 -06:00
Michael Ossmann
9e6427ecf2
changed to RFXF9503 balun on lowpass paths
2012-05-29 17:12:29 -06:00
Michael Ossmann
8f51eba3e2
compilation comment from irc
2012-05-29 16:44:34 -06:00