add basic support for rt-thread

This commit is contained in:
tfx2001
2021-02-07 22:44:49 +08:00
parent f49d47a0aa
commit 1b678eccf5
4 changed files with 138 additions and 0 deletions

View File

@@ -113,6 +113,7 @@
#define OPT_OS_MYNEWT 3 ///< Mynewt OS
#define OPT_OS_CUSTOM 4 ///< Custom OS is implemented by application
#define OPT_OS_PICO 5 ///< Raspberry Pi Pico SDK
#define OPT_OS_RTTHREAD 6 ///< RT-Thread
/** @} */