Skip to content

Commit

Permalink
Reorganize directory structure
Browse files Browse the repository at this point in the history
* Move example applications to new root directory examples
* Remove subdirectories with only one file in tests.
* Move connection related code to platforms.

    Creating a connection, reading from and writing to it is platform depedent code and therefore connection.c and dtlsconnection.c are moved to platforms/Linux.
    The purpose of the platforms directory at the moment is to make the examples run and demonstrate how to use the core library on a specifc platform. Part of this demonstration should be the connection part (imagine a freertos port etc).

Signed-off-by: David Graeff <david.graeff@web.de>
  • Loading branch information
David Graeff authored and David Navarro committed Mar 18, 2016
1 parent 5cdfad9 commit 42a85ab
Show file tree
Hide file tree
Showing 52 changed files with 2 additions and 31 deletions.
4 changes: 2 additions & 2 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[submodule "tests/utils/tinydtls"]
path = tests/utils/tinydtls
[submodule "platforms/Linux/tinydtls"]
path = platforms/Linux/tinydtls
url = https://git.eclipse.org/r/tinydtls/org.eclipse.tinydtls
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Submodule tinydtls updated from 000000 to f623c2
File renamed without changes.
15 changes: 0 additions & 15 deletions tests/TLV/CMakeLists.txt

This file was deleted.

File renamed without changes.
File renamed without changes.
14 changes: 0 additions & 14 deletions tests/misc/CMakeLists.txt

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 42a85ab

Please sign in to comment.