-->
Page 1 of 1

How to savedefconfig

PostPosted: Wed Dec 21, 2022 6:55 am
by tcv
Hi,

When using kconfig for the Linux kernel I can do [code]make savedefconfig[/code] to create a minimal configuration file that excludes variables that have their default value.

I have just found in the esp32 documentation that the equivalent there is [code]save-defconfig[/code], but that doesn't seem to work with esp8266.

Can anyone tell me how do I do do this with ESP8266_RTOS_SDK (latest v3.4 version)?

Many thanks,
Tom

Re: How to savedefconfig

PostPosted: Mon Jan 30, 2023 4:24 am
by rooppoorali
As far as I know, ESP8266 RTOS SDK does not have a direct equivalent to "make savedefconfig" as in Linux kernel.