Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove deprecated Kconfigs and repair QA pipeline #237

Merged
merged 4 commits into from
Jun 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions boards/tiac/magpie_f777ni/Kconfig.defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,6 @@

if BOARD_MAGPIE_F777NI

choice COUNTER_RTC_STM32_CLOCK_SRC
default COUNTER_RTC_STM32_CLOCK_LSE
depends on COUNTER
endchoice

choice RNG_GENERATOR_CHOICE
default ENTROPY_DEVICE_RANDOM_GENERATOR
depends on ENTROPY_GENERATOR
Expand Down
2 changes: 1 addition & 1 deletion modules/ubxlib/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ config UBXLIB_TEST
bool "Compile the ubxlib tests"
select TEST
select IRQ_OFFLOAD
select CPLUSPLUS
select CPP
default n
help
The self contained ubxlib tests are only useful for
Expand Down
6 changes: 3 additions & 3 deletions samples/ubx_gnss/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Build and flash for different boards

.. zephyr-app-commands::
:zephyr-app: bridle/samples/ubx_gnss
:board: nrf9160dk_nrf9160
:board: nrf9160dk/nrf9160
:build-dir: nrf9160dk_nrf9160-ubx_gnss
:west-args: -p
:goals: flash
Expand All @@ -73,7 +73,7 @@ Build and flash for different boards

.. zephyr-app-commands::
:zephyr-app: bridle/samples/ubx_gnss
:board: nrf52840dk_nrf52840
:board: nrf52840dk/nrf52840
:build-dir: nrf52840dk_nrf52840-ubx_gnss
:west-args: -p
:goals: flash
Expand Down Expand Up @@ -113,7 +113,7 @@ Build and flash for different boards

.. zephyr-app-commands::
:zephyr-app: bridle/samples/ubx_gnss
:board: mimxrt1170_evkb_cm7
:board: mimxrt1170_evk@B/mimxrt1176/cm7
:build-dir: mimxrt1170_evkb_cm7-ubx_gnss
:west-args: -p
:flash-args: -r pyocd
Expand Down
2 changes: 1 addition & 1 deletion samples/ubx_gnss/prj.conf
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ CONFIG_UBXLIB_GNSS=y

# Libc
CONFIG_MINIMAL_LIBC=y
CONFIG_MINIMAL_LIBC_MALLOC=n
CONFIG_COMMON_LIBC_MALLOC=n

# Memory
CONFIG_MAIN_STACK_SIZE=8192
Expand Down
Loading