582 Commits

Author SHA1 Message Date
Jared Boone
cf32fb96fe Merge branch 'master' of https://github.com/mossmann/hackrf 2012-10-03 09:26:30 -07:00
Michael Ossmann
d1aac9860a fixed jawbreaker MIX_BYPASS bug 2012-10-02 23:10:13 -06:00
Michael Ossmann
d6005d1cc5 fixed jawbreaker bug: different pin for SGPIO8 2012-10-02 17:51:05 -06:00
Michael Ossmann
11ade349d1 fixed jawbreaker bug: activate correct pin function for MIXER_SCLK 2012-10-02 16:21:17 -06:00
Michael Ossmann
c70d410394 reverted "rom" address to shadow area (allows same binary to be booted from SPIFI or USB/DFU) 2012-10-02 15:15:29 -06:00
Michael Ossmann
25f6e8f684 USB DFU boot by default 2012-10-02 15:09:06 -06:00
Michael Ossmann
fbe206cae9 fixed LPC VBUS input so USB DFU boot works 2012-10-02 15:05:04 -06:00
Michael Ossmann
d52b827233 copyright/license on frontend page 2012-09-30 11:41:16 -06:00
Jared Boone
a975fbc577 Replaced apparently incorrect PLL0USB MDIV and NP_DIV values with values straight out of the User Manual's table 94. 2012-09-27 19:29:43 -07:00
Jared Boone
aaaf14819a Move PLL1/M4 CLK up to full speed (204MHz) in two steps, according to UM chapter 11.2.1. 2012-09-27 18:58:00 -07:00
Jared Boone
776c502628 More tweaks related to CGU #define changes. 2012-09-27 17:55:54 -07:00
Jared Boone
f574f70a87 More small tweaks due to CGU register #define changes. 2012-09-27 17:52:36 -07:00
Jared Boone
cbd42cf970 Adjustments for new auto-generated #defines. 2012-09-27 17:04:14 -07:00
Jared Boone
416cdc6b20 Added missing hackrf_core pin_setup() and enable_1v8_power(), which have somehow gone missing. 2012-09-27 16:26:47 -07:00
Jared Boone
ecb497aa97 Merge branch 'master' of https://github.com/mossmann/hackrf
Conflicts:
	firmware/common/hackrf_core.c
2012-09-27 14:58:31 -07:00
Michael Ossmann
9c23f65fea minor capacitor correction for 1V8 regulation 2012-09-22 23:31:28 -06:00
Michael Ossmann
df740440b0 fill lodiv register with n_lo, not lodiv variable (inconsistent naming is inherited from RFFC docs) 2012-09-20 16:52:38 -06:00
Michael Ossmann
5b15e20493 more paste layer improvements 2012-09-20 15:44:20 -06:00
Michael Ossmann
bf0c1c3460 paste layer corrections 2012-09-20 13:33:59 -06:00
Michael Ossmann
24c06f681f oops. rffc5071_set_frequency() needs to happen after rffc5071_rx(). 2012-09-20 13:33:06 -06:00
Michael Ossmann
d6a94a339a RFFC tx and rx functions updated for Jawbreaker 2012-09-20 12:41:11 -06:00
Michael Ossmann
237df75789 extra clock after RFFC serial transactions, Jawbreaker RF switch control 2012-09-20 11:59:33 -06:00
Michael Ossmann
425a384832 Jawbreaker LPC crystal oscillator startup 2012-09-20 10:53:07 -06:00
Michael Ossmann
2c813ec41e Jawbreaker clock generator configuration 2012-09-19 13:43:16 -06:00
Michael Ossmann
7d0c572569 Jawbreaker mixer serial interface support 2012-09-19 11:55:24 -06:00
Michael Ossmann
241b9147cb added MIXER_SCLK and MIXER_SDATA signals to fix bug (SSP1_SCK had no GPIO function) 2012-09-19 10:48:54 -06:00
Michael Ossmann
a8428b6208 small HP route change for clearance 2012-09-18 10:20:53 -06:00
Michael Ossmann
138c1f2320 fixed board name on silkscreen 2012-09-17 15:48:26 -06:00
Michael Ossmann
f21e6e6e5a reoriented some silkscreen labels for consistency 2012-09-17 14:02:56 -06:00
Michael Ossmann
e33831989a bom updates based on part availability 2012-09-17 12:58:22 -06:00
Michael Ossmann
2f3a7f2546 boot selection table in schematic 2012-09-14 22:26:49 -06:00
Michael Ossmann
0b09bb5a25 noted DNP for test points 2012-09-14 22:16:49 -06:00
Michael Ossmann
037fce4ac4 plot options 2012-09-14 15:25:40 -06:00
Michael Ossmann
8ced009564 silkscreen 2012-09-14 15:19:07 -06:00
Michael Ossmann
c46ac4b025 clkin/clkout matching options 2012-09-13 22:10:02 -06:00
Michael Ossmann
85d644e8a3 serial test points 2012-09-13 21:34:48 -06:00
Michael Ossmann
00fdaaec50 changed crystal X2 to meet MCU specs 2012-09-13 21:20:14 -06:00
Michael Ossmann
7b1d53e3ff mounting holes 2012-09-12 13:27:06 -06:00
Jared Boone
c662309489 Hot steaming pile of in-progress USB test code. Eventually, this will morph into a proper stack. But first, to "make it work". 2012-09-11 11:36:30 -07:00
Jared Boone
ddd3796803 Makefile change to use RAM-only LDScript. 2012-09-11 11:33:26 -07:00
Jared Boone
af1281fdbe LDScript for RAM-only operation. (That's how I like to roll -- load RAM over SWD and execute.) 2012-09-11 11:33:07 -07:00
Jared Boone
7d942c86ac Exposing the delay() core function. 2012-09-11 11:32:20 -07:00
Jared Boone
f5d21b947b Changes to bit band API to make it more type-sane. 2012-09-11 11:31:49 -07:00
Jared Boone
ec0bbe53c4 Merge branch 'master' of https://github.com/mossmann/hackrf 2012-09-11 09:51:51 -07:00
Will Code
05ec83f457 Merge pull request #18 from willcode/master
Fix param names, shift overflow, suppress unused var warnings
2012-09-07 03:43:51 -07:00
Will Code
fae612fa30 Merge remote-tracking branch 'upstream/master' 2012-09-07 06:41:29 -04:00
Michael Ossmann
14a45ea036 ran DRC 2012-09-07 02:20:08 -06:00
Michael Ossmann
cbe4d8d753 misc. corrections 2012-09-07 02:07:41 -06:00
Michael Ossmann
d8a6a4946f LEDs 2012-09-07 01:51:39 -06:00
Michael Ossmann
ed614c1038 switch control logic ICs 2012-09-07 01:38:02 -06:00