gecko: service files updated | Update to GSDK 4.4.0
Updated the files present in device_init, hfxo_manager, power_manager and sleeptimer folder as per latest version of gecko_sdk. Added SL_DEVICE_INIT_HFXO_PRECISION in sl_device_init_hfxo_config. Signed-off-by: Sateesh Kotapati <sateesh.kotapati@silabs.com>
This commit is contained in:
parent
71d8213ef9
commit
a03c1ace6b
5 changed files with 8 additions and 1 deletions
|
@ -23,6 +23,7 @@
|
|||
compatible = "silabs,hfxo";
|
||||
clock-frequency = <DT_FREQ_K(38400)>;
|
||||
ctune = <120>;
|
||||
precision = <50>;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
@ -24,6 +24,7 @@
|
|||
compatible = "silabs,hfxo";
|
||||
clock-frequency = <DT_FREQ_M(39)>;
|
||||
ctune = <140>;
|
||||
precision = <50>;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
@ -7,3 +7,7 @@ properties:
|
|||
type: int
|
||||
required: true
|
||||
description: Load capacitance configuration
|
||||
precision:
|
||||
type: int
|
||||
required: true
|
||||
description: Precision configuration
|
||||
|
|
|
@ -12,5 +12,6 @@
|
|||
#define SL_DEVICE_INIT_HFXO_MODE cmuHfxoOscMode_Crystal
|
||||
#define SL_DEVICE_INIT_HFXO_FREQ DT_PROP(DT_NODELABEL(clk_hfxo), clock_frequency)
|
||||
#define SL_DEVICE_INIT_HFXO_CTUNE DT_PROP(DT_NODELABEL(clk_hfxo), ctune)
|
||||
#define SL_DEVICE_INIT_HFXO_PRECISION DT_PROP(DT_NODELABEL(clk_hfxo), precision)
|
||||
|
||||
#endif /* SL_DEVICE_INIT_HFXO_CONFIG_H */
|
||||
|
|
2
west.yml
2
west.yml
|
@ -219,7 +219,7 @@ manifest:
|
|||
groups:
|
||||
- hal
|
||||
- name: hal_silabs
|
||||
revision: 11ab59175a5ded618680a7692dbaae8f4fbd6325
|
||||
revision: 2ea874714edf5ce76b7b5fd19e7fa83507e83cc2
|
||||
path: modules/hal/silabs
|
||||
groups:
|
||||
- hal
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue