mirror of
https://github.com/greatscottgadgets/hackrf.git
synced 2026-03-25 00:27:36 +01:00
Add clock generator power supply start-up comments
This commit is contained in:
@@ -271,6 +271,11 @@ int main(void)
|
||||
#ifndef PRALINE
|
||||
enable_1v8_power();
|
||||
#ifndef RAD1O
|
||||
/*
|
||||
* On rad1o, the clock generator power supply comes from the RF supply
|
||||
* which is enabled later. On H1 and Jawbreaker, the clock generator is
|
||||
* on the main 3V3 supply.
|
||||
*/
|
||||
clock_gen_init();
|
||||
#endif
|
||||
#else
|
||||
@@ -278,6 +283,10 @@ int main(void)
|
||||
#if !defined(DFU_MODE) && !defined(RAM_MODE)
|
||||
enable_1v2_power();
|
||||
enable_rf_power();
|
||||
/*
|
||||
* On Praline, the clock generator power supply comes from 3V3FPGA
|
||||
* which is enabled when 1V2FPGA is turned on.
|
||||
*/
|
||||
clock_gen_init();
|
||||
#endif
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user