.gitignore updated; fixed:Controller.hpp removed (replaced by Controller.h); build results added

This commit is contained in:
Uwe Jakobeit
2026-04-02 10:25:15 +02:00
parent 84135f70a0
commit 06d1732dfe
8 changed files with 2536 additions and 2 deletions

3
.gitignore vendored
View File

@@ -15,6 +15,9 @@ app/*.cmake
controller/CMakeFiles/* controller/CMakeFiles/*
controller/*.cmake controller/*.cmake
tests/CMakeFiles/*
*.*swp *.*swp
.cmake/** .cmake/**
.cmake/* .cmake/*

BIN
app/app

Binary file not shown.

Binary file not shown.

View File

@@ -31,7 +31,7 @@ int kbhit() {
} }
return 0; return 0;
} }
#include "Controller.hpp" #include "Controller.h"
// entry point for controller app // entry point for controller app

View File

@@ -1,4 +1,4 @@
#include "Controller.hpp" #include "Controller.h"
#ifdef BUILD_TARGET_SOM #ifdef BUILD_TARGET_SOM

File diff suppressed because it is too large Load Diff

Binary file not shown.