mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-12-25 16:57:12 +00:00
Add FreeRTOS-Plus directory.
This commit is contained in:
@@ -0,0 +1,34 @@
|
||||
#ifdef __GNUC__
|
||||
|
||||
/* Nothing to do here. */
|
||||
;
|
||||
#endif
|
||||
|
||||
/* Used by SH2A port. */
|
||||
#ifdef _SH
|
||||
#ifdef __RENESAS__
|
||||
#pragma pack 1
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
||||
#ifdef __RX
|
||||
#ifdef __RENESAS__
|
||||
/* Nothing to do. */
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
||||
#ifdef __ICCRX__
|
||||
#pragma pack(1)
|
||||
#endif
|
||||
|
||||
|
||||
#ifdef __ICCARM__
|
||||
#pragma pack(1)
|
||||
#endif
|
||||
|
||||
#ifdef __CC_ARM
|
||||
__packed
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user