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.
Configuration Selection
The entry point for any application is:
GUI_INIT_APP_EXPORT(app_init);