Ignore:
Timestamp:
Jun 26, 2017, 2:55:03 PM (7 years ago)
Author:
ertl-honda
Message:

nucleo_f401re依存部の追加

File:
1 edited

Legend:

Unmodified
Added
Removed
  • asp3_wo_tecs/trunk/arch/arm_m_gcc/common/arm_m.h

    r302 r303  
    7474
    7575/*
    76  *  例外・割込み発生時にスタック上に積まれる保存領域のサイズ
    77  *  本カーネルでは例外フレームと呼ぶ
    78  */
    79 #ifdef TOPPERS_SUPPORT_FPV4
    80 #define EXC_FRAME_SIZE         (26*4)
    81 #else /* TOPPERS_SUPPORT_FPV4 */
    82 #define EXC_FRAME_SIZE         (8*4)
    83 #endif /* TOPPERS_SUPPORT_FPV4 */
    84 
    85 /*
    8676 *  例外・割込み発生時にLRに設定されるEXC_RETURNの値
    8777 */
Note: See TracChangeset for help on using the changeset viewer.