Ignore:
Timestamp:
11/08/11 10:05:50 (12 years ago)
Author:
Sebastian Huber <sebastian.huber@…>
Branches:
4.11, 5, master
Children:
d558bc49
Parents:
467c767
Message:

2011-11-08 Sebastian Huber <sebastian.huber@…>

  • new-exceptions/bspsupport/ppc_exc_async_normal.S: Bugfix for MPC5674F. Use it for all to be safe.
  • mpc55xx/include/emios.h: Fixed eMIOS module count.
  • mpc55xx/include/irq.h: Fixed CAN vector numbers. BSP_INTERRUPT_HANDLER_TABLE_SIZE is now a BSP option.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • c/src/lib/libcpu/powerpc/mpc55xx/include/emios.h

    r467c767 redb1dd83  
    2828#include <rtems.h>
    2929#include <rtems/chain.h>
     30
     31#include <bspopts.h>
    3032
    3133#ifdef __cplusplus
     
    170172/** @} */
    171173
    172 #define MPC55XX_EMIOS_CHANNEL_NUMBER 24U
     174#if MPC55XX_CHIP_TYPE / 10 == 567
     175  #define MPC55XX_EMIOS_CHANNEL_NUMBER 32U
     176#else
     177  #define MPC55XX_EMIOS_CHANNEL_NUMBER 24U
     178#endif
    173179
    174180#define MPC55XX_EMIOS_VALUE_MAX 0x00ffffffU
Note: See TracChangeset for help on using the changeset viewer.