Samples

We have provided some example applications to help everyone become familiar with using this environment. The sample program will continue to increase. Use Kconfig to choose the demo via menuconfig:

cd win32_sim
menuconfig ../Kconfig.gui

After saving, the configuration is written to win32_sim/.config and the build system will compile the selected sample.

https://foruda.gitee.com/images/1718765392647198639/ac4aa231_13408154.png

Configuration Selection

The entry point for any application is:

GUI_INIT_APP_EXPORT(app_init);