-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #421 from FPRIME/devel
mstarch: merging in release 1.3.1
- Loading branch information
Showing
73 changed files
with
6,425 additions
and
2,670 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# This Makefile goes in each module, and allows building of an individual module library. | ||
# It is expected that each developer will add targets of their own for building and running | ||
# tests, for example. | ||
|
||
# derive module name from directory | ||
|
||
MODULE_DIR = Drv/SocketIpDriver | ||
MODULE = $(subst /,,$(MODULE_DIR)) | ||
|
||
BUILD_ROOT ?= $(subst /$(MODULE_DIR),,$(CURDIR)) | ||
export BUILD_ROOT | ||
|
||
include $(BUILD_ROOT)/mk/makefiles/module_targets.mk | ||
|
||
# Add module specific targets here | ||
load: ut_nocov_SDFLIGHT | ||
adb push test/ut/linux-linaro-cross-arm-ut-nocov-gnu-bin/test_ut /home/linaro/gpio_test_ut |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
<title>SocketIpDriver Component Dictionary</title> | ||
# SocketIpDriver Component Dictionary | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# | ||
# Copyright 2004-2008, by the California Institute of Technology. | ||
# ALL RIGHTS RESERVED. United States Government Sponsorship | ||
# acknowledged. | ||
# | ||
# | ||
|
||
SRC = SocketIpDriverComponentAi.xml SocketIpDriverComponentImpl.cpp | ||
|
||
HDR = SocketIpDriverComponentImpl.hpp | ||
|
||
SUBDIRS = | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -135,7 +135,6 @@ | |
'multiprocess', | ||
'Pmw', | ||
'tkintertable==1.2', | ||
'numpy', | ||
'scipy', | ||
'scimath', | ||
'matplotlib'], | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.