Documentation: CONFIG_USER_ENTRYPOINT was changed to CONFIG_INIT_ENTRYPOINT

This commit is contained in:
raiden00pl 2023-11-04 20:56:10 +01:00 committed by Xiang Xiao
parent adc557f545
commit 20fd7f588f

View File

@ -160,7 +160,7 @@ In order to build with the new custom configuration, you will need the following
:menuselection:`CONFIG_APPS_DIR="../CustomApps"`
:menuselection:`CONFIG_USER_ENTRYPOINT="custom_hello"`
:menuselection:`CONFIG_INIT_ENTRYPOINT="custom_hello"`
Note that you can only access the ``../CustomApps/Kconfig`` configuration file if ``CONFIG_APPS_DIR`` is set
to ``../CustomApps`` BEFORE ``make menuconfig`` is executed