moved some files

This commit is contained in:
2021-03-04 18:29:28 +01:00
parent 189c35eb8d
commit 93636426b6
219 changed files with 18872 additions and 874 deletions
.gitmodulesREADME.md
bsp_hosted
bsp_q7s
bsp_rpi
cmake/scripts
common
fsfwconfig
linux
misc
mission
test/testtasks
thirdparty/libcsp
CMakeLists.txt
bindings
python
doc
examples
include
libcsp.mk
src
utils

@ -0,0 +1,6 @@
import sys
if sys.version_info >= (3, 0):
from libcsp_py3 import *
else:
from libcsp_py2 import *