add XiUOS/stm32f103-nano board support, task create function has some bugs

This commit is contained in:
Liu_Weichao
2021-12-01 10:27:25 +08:00
parent 5fe8fb59b2
commit a42f20ab3c
126 changed files with 64206 additions and 7195 deletions
@@ -240,8 +240,10 @@
#endif /* USB_OTG_HS_INTERNAL_DMA_ENABLED */
#if defined ( __GNUC__ ) /* GNU Compiler */
#if defined ( __GNUC__ ) /* GNU Compiler */
#ifndef __packed
#define __packed __attribute__ ((__packed__))
#endif
#endif
/**