Ignore:
Timestamp:
May 22, 2019, 4:09:18 PM (5 years ago)
Author:
coas-nagasima
Message:

ファイルディスクリプタ処理を更新

Location:
asp3_tinet_ecnl_arm/trunk/bnep_bridge
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • asp3_tinet_ecnl_arm/trunk/bnep_bridge/Debug/Makefile

    r374 r387  
    5858        LIBS = $(SRCDIR)/../musl-1.1.18/Debug/libmusl.a \
    5959                $(SRCDIR)/../btstack/Debug/libbtstack.a \
    60                 $(SRCDIR)/../usbhost/Debug/libusbhost.a
     60                $(SRCDIR)/../usbhost/Debug/libusbhost.a \
     61                $(SRCDIR)/../zlib-1.2.11/Debug/libzlib.a
    6162endif
    6263ifeq ($(SRCLANG),c++)
     
    189190#
    190191APPLNAME = bnep_bridge
    191 APPLDIRS = ../src ../../ntshell/tlsf ../../ntshell/fatfs ../../ntshell/ntshell ../../ntshell/ntshell/core ../../ntshell/ntshell/util ../../ntshell/src $(SRCDIR)/$(TINETDIR)/netapp
     192APPLDIRS = ../src ../../ntshell/fatfs ../../ntshell/ntshell ../../ntshell/ntshell/core ../../ntshell/ntshell/util ../../ntshell/src $(SRCDIR)/$(TINETDIR)/netapp
    192193APPL_CFG = main.cfg
    193194APPL_CDL = main.cdl
    194195
    195 APPL_COBJS := $(APPL_COBJS) ntshell_main.o fdtable.o io_stub.o ffarch.o diskio.o ff.o sdfs.o ccsbcs.o ntshell.o text_editor.o text_history.o usrcmd.o vtrecv.o vtsend.o ntlibc.o ntstdio.o ntopt.o syscall.o tlsf.o
     196APPL_COBJS := $(APPL_COBJS) ntshell_main.o fdtable.o stdio_stub.o io_stub.o ffarch.o diskio.o ff.o sdfs.o ccsbcs.o ntshell.o text_editor.o text_history.o usrcmd.o vtrecv.o vtsend.o ntlibc.o ntstdio.o ntopt.o syscall.o
    196197
    197198APPL_DIRS := $(APPLDIRS) $(SRCDIR)/library
  • asp3_tinet_ecnl_arm/trunk/bnep_bridge/src/main.c

    r374 r387  
    5454#include "ffarch.h"
    5555#include "ff.h"
    56 #include "core/ntshell.h"
    57 #include "core/ntlibc.h"
    5856#include <stdio.h>
    5957#include "usrcmd.h"
    60 #include "util/ntopt.h"
    6158#include "gpio_api.h"
    6259#include "usb_hbth.h"
  • asp3_tinet_ecnl_arm/trunk/bnep_bridge/src/main.cdl

    r352 r387  
    2222 *  ターゲット依存部の取り込み
    2323 */
    24 import("target.cdl");
     24import("ntshell.cdl");
    2525
    2626/*
Note: See TracChangeset for help on using the changeset viewer.