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/start.S

    r302 r303  
    33 *      Toyohashi Open Platform for Embedded Real-Time Systems/
    44 *      Advanced Standard Profile Kernel
    5  * 
     5 *
    66 *  Copyright (C) 2000-2003 by Embedded and Real-Time Systems Laboratory
    77 *                              Toyohashi Univ. of Technology, JAPAN
    88 *  Copyright (C) 2005-2014 by Embedded and Real-Time Systems Laboratory
    99 *              Graduate School of Information Science, Nagoya Univ., JAPAN
    10  * 
     10 *
    1111 *  上記著作権è€
    1212は,以下の(1)〜(4)の条件を満たす場合に限り,本ソフトウェ
     
    4545 *      å
    4646è²¬ã™ã‚‹ã“と.
    47  * 
     47 *
    4848 *  本ソフトウェアは,無保証で提供されているものである.上記著作権è€
    4949お
     
    5252 *  アの利用により直接的または間接的に生じたいかなる損害に関しても,そ
    5353 *  の責任を負わない.
    54  * 
     54 *
    5555 *  @(#) $Id: start.S 301 2015-01-07 04:57:01Z ertl-ishikawa $
    5656 */
    57                
     57
    5858/*
    5959 *   ã‚«ãƒ¼ãƒãƒ«ç”¨ã®ã‚¹ã‚¿ãƒ¼ãƒˆã‚¢ãƒƒãƒ—モジュール(ARM-M用)
     
    7575        ATEXT
    7676        AALIGN(2)
    77         ATHUMB(_start)
    78         AGLOBAL(_start)
    79 ALABEL(_start)
     77        ATHUMB(start)
     78        AGLOBAL(start)
     79ALABEL(start)
    8080        cpsid f                 /* 割込みロック状æ
    8181‹ã¸ */
     
    117117ALABEL(start_2)
    118118        str  r0, [r1]
    119         add  r1,r1, #4   
     119        add  r1,r1, #4
    120120        cmp  r1, r2
    121121        blo  start_2
Note: See TracChangeset for help on using the changeset viewer.