The current system only supports keil complier (AC6) and verify all funcitons, the test result is positive, The rest of the complier had not verifid.
The listed files provide the framework supporting for the gd32-pio-wifi-sdk: os_config.h, wrapper_at_rtos.h, wrapper_at_rtos.c.
The At-RTOS is completely open-source, can be used in commercial applications for free, does not require the disclosure of code, and has no potential commercial risk. License information and copyright information can generally be seen at the beginning of the code:
/**
* Copyright (c) Riven Zheng ([email protected]).
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
**/
The MIT License is here.