Ignore:
Timestamp:
Apr 5, 2019, 9:26:53 PM (5 years ago)
Author:
coas-nagasima
Message:

mbed関連を更新
シリアルドライバをmbedのHALを使うよう変更
ファイルディスクリプタの処理を更新

File:
1 edited

Legend:

Unmodified
Added
Removed
  • asp3_tinet_ecnl_arm/trunk/asp3_dcre/mbed/platform/mbed_semihost_api.h

    r352 r374  
    11
    2 /** \addtogroup platform */
    3 /** @{*/
    42/* mbed Microcontroller Library
    53 * Copyright (c) 2006-2013 ARM Limited
     
    2927#if DEVICE_SEMIHOST
    3028
    31 #ifndef __CC_ARM
     29#if !defined(__CC_ARM) && !defined(__ARMCC_VERSION)
    3230
    3331#if defined(__ICCARM__)
    34 static inline int __semihost(int reason, const void *arg) {
     32static inline int __semihost(int reason, const void *arg)
     33{
    3534    return __semihosting(reason, (void*)arg);
    3635}
     
    4746#endif
    4847
    49 static inline int __semihost(int reason, const void *arg) {
     48static inline int __semihost(int reason, const void *arg)
     49{
    5050    int value;
    5151
     
    9696#endif
    9797
    98 /** @}*/
     98
Note: See TracChangeset for help on using the changeset viewer.