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

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

Location:
asp3_tinet_ecnl_arm/trunk/asp3_dcre/mbed/targets/TARGET_RENESAS/TARGET_RZA1XX
Files:
2 added
1 copied

Legend:

Unmodified
Added
Removed
  • asp3_tinet_ecnl_arm/trunk/asp3_dcre/mbed/targets/TARGET_RENESAS/TARGET_RZA1XX/common/nvic_wrapper.c

    r373 r374  
    3131Includes   <System Includes> , "Project Includes"
    3232******************************************************************************/
    33 #include "MBRZA1H.h"
     33#include "cmsis.h"
    3434#include "wdt_iodefine.h"
    3535#include "nvic_wrapper.h"
    36 #include "gic.h"
    3736
    3837/******************************************************************************
     
    7271uint32_t NVIC_GetPriorityGrouping(void)
    7372{
    74     return GIC_GetBinaryPoint(0);
     73    return GIC_GetBinaryPoint();
    7574}
    7675
     
    215214
    216215
    217 int32_t ITM_ReceiveChar (void) {
     216int32_t ITM_ReceiveChar (void)
     217{
    218218    /* Not support this function */
    219219    /* Use mbed Serial */
     
    222222
    223223
    224 int32_t ITM_CheckChar (void) {
     224int32_t ITM_CheckChar (void)
     225{
    225226    /* Not support this function */
    226227    /* Use mbed Serial */
Note: See TracChangeset for help on using the changeset viewer.