feat(rt-thread): implement rt-thread sconscirpt (#2674)

This commit is contained in:
Jianting (Meco) Man
2021-10-18 07:55:20 -05:00
committed by GitHub
parent 58ea2787b4
commit 9ece84de16
4 changed files with 191 additions and 7 deletions

View File

@@ -18,6 +18,8 @@ extern "C" {
# ifdef __NuttX__
# include <nuttx/config.h>
# elif defined(__RTTHREAD__)
# define LV_CONF_SKIP
# endif
#endif /*LV_CONF_KCONFIG_EXTERNAL_INCLUDE*/