Skip to content

Commit e2f775b

Browse files
authored
Fix overlay and conf files for stm32 and rpi_pico (#350)
1 parent ef47f58 commit e2f775b

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
CONFIG_ENTROPY_GENERATOR=n
2+
CONFIG_TEST_RANDOM_GENERATOR=y
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
CONFIG_ENTROPY_GENERATOR=n
2+
CONFIG_TEST_RANDOM_GENERATOR=y

platforms/Zephyr/boards/stm32l496g_disco.overlay

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -298,8 +298,8 @@
298298
st,adc-prescaler = < 0x4 >;
299299
resolutions = < 0x60630c 0x51630c 0x42630c 0x33630c >;
300300
sampling-times = < 0x3 0x7 0xd 0x19 0x30 0x5d 0xf8 0x281 >;
301-
st,adc-sequencer = "FULLY_CONFIGURABLE";
302-
st,adc-oversampler = "OVERSAMPLER_MINIMAL";
301+
st,adc-sequencer = "programmable";
302+
st,adc-oversampler = "minimal";
303303
pinctrl-names = "default";
304304
pinctrl-0 = < &adc3_test >;
305305
#address-cells = <1>;

0 commit comments

Comments
 (0)