diff options
| author | Filip Wandzio <contact@philw.dev> | 2025-09-04 22:25:39 +0200 |
|---|---|---|
| committer | Filip Wandzio <contact@philw.dev> | 2025-09-04 22:25:39 +0200 |
| commit | 1ba21da6cbc63c0c549fb92731e25bedc482eb51 (patch) | |
| tree | ddf6fc2259a2495f8de336a07873cc3c6796785e /firmware/Makefile | |
| parent | e00f3a9ede1b8e46b480bd68daf48da0bb08acae (diff) | |
| download | e1-1ba21da6cbc63c0c549fb92731e25bedc482eb51.tar.gz e1-1ba21da6cbc63c0c549fb92731e25bedc482eb51.zip | |
Unify the directory, add new analysis methods, unify the code style
Signed-off-by: Filip Wandzio <contact@philw.dev>
Diffstat (limited to '')
| -rw-r--r-- | firmware/Makefile (renamed from Makefile) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/firmware/Makefile index b9f8a1f..0fd1699 100644 --- a/Makefile +++ b/firmware/Makefile | |||
| @@ -30,4 +30,4 @@ debug-flags: | |||
| 30 | 30 | ||
| 31 | test: | 31 | test: |
| 32 | @echo "Starting unit tests..." | 32 | @echo "Starting unit tests..." |
| 33 | PLATFORMIO_BUILD_FLAGS="$(BUILD_FLAGS)" pio test -e $(ENV) -v | 33 | PLATFORMIO_BUILD_FLAGS="$(BUILD_FLAGS)" pio test -e $(ENV) -vvv |
