git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4623 35acf78f-673a-0410-8e92-d51de3d6d3f4
parent
e28ed2cd55
commit
c2d9fe8a0a
|
@ -61,15 +61,14 @@ typedef int32_t cnt_t; /**< Resources counter. */
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Packed structure modifier (within).
|
* @brief Packed structure modifier (within).
|
||||||
* @note It uses the "packed" GCC attribute.
|
* @note Empty in this port.
|
||||||
*/
|
*/
|
||||||
#define PACK_STRUCT_STRUCT __attribute__((packed))
|
#define PACK_STRUCT_STRUCT
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Packed structure modifier (before).
|
* @brief Packed structure modifier (before).
|
||||||
* @note Empty in this port.
|
|
||||||
*/
|
*/
|
||||||
#define PACK_STRUCT_BEGIN
|
#define PACK_STRUCT_BEGIN __packed
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Packed structure modifier (after).
|
* @brief Packed structure modifier (after).
|
||||||
|
|
|
@ -61,15 +61,15 @@ typedef int32_t cnt_t; /**< Resources counter. */
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Packed structure modifier (within).
|
* @brief Packed structure modifier (within).
|
||||||
* @note It uses the "packed" GCC attribute.
|
* @note Empty in this port.
|
||||||
*/
|
*/
|
||||||
#define PACK_STRUCT_STRUCT __attribute__((packed))
|
#define PACK_STRUCT_STRUCT
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Packed structure modifier (before).
|
* @brief Packed structure modifier (before).
|
||||||
* @note Empty in this port.
|
* @note Empty in this port.
|
||||||
*/
|
*/
|
||||||
#define PACK_STRUCT_BEGIN
|
#define PACK_STRUCT_BEGIN __packed
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Packed structure modifier (after).
|
* @brief Packed structure modifier (after).
|
||||||
|
|
|
@ -82,6 +82,8 @@
|
||||||
*****************************************************************************
|
*****************************************************************************
|
||||||
|
|
||||||
*** 2.5.0 ***
|
*** 2.5.0 ***
|
||||||
|
- FIX: Fixed packed structures macros not functional in IAR and RVCT port
|
||||||
|
(bug 3561279)(backported to 2.4.3 and 2.2.10).
|
||||||
- FIX: Fixed Problem in FatFs demos related to LFN (bug 3560980)(backported
|
- FIX: Fixed Problem in FatFs demos related to LFN (bug 3560980)(backported
|
||||||
to 2.4.3 and 2.2.10).
|
to 2.4.3 and 2.2.10).
|
||||||
- FIX: Fixed problem in STM32 DMA1 stream1 IRQ handler (bug 3538468)
|
- FIX: Fixed problem in STM32 DMA1 stream1 IRQ handler (bug 3538468)
|
||||||
|
|
Loading…
Reference in New Issue