Skip to content

Commit

Permalink
Rename files and directories to match the new runtime structure
Browse files Browse the repository at this point in the history
  • Loading branch information
FredM67 committed Mar 20, 2024
1 parent 47d759f commit 98bbe4a
Show file tree
Hide file tree
Showing 57 changed files with 6 additions and 19 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/doxygen-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches:
- main
paths:
- 'Mk2_3phase_RFdatalog_temp/**'
- 'runtime/Mk2_3phase_RFdatalog_temp/**'
- Doxyfile
workflow_dispatch:

Expand Down
5 changes: 0 additions & 5 deletions Mk2_3phase_RFdatalog_temp/.vscode/arduino.json

This file was deleted.

7 changes: 0 additions & 7 deletions Mk2_3phase_RFdatalog_temp/.vscode/settings.json

This file was deleted.

2 changes: 1 addition & 1 deletion PVRouter-3-phase.code-workspace
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
{
"name": "Router program",
"path": "Mk2_3phase_RFdatalog_temp"
"path": "runtime"
},
{
"name": "Transformer checker",
Expand Down
2 changes: 1 addition & 1 deletion dev/cal_CTx_v_meter/cal_CTx_v_meter.ino
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@
*/
static_assert(__cplusplus >= 201703L, "**** Please define 'gnu++17' in 'platform.txt' ! ****");
static_assert(__cplusplus >= 201703L, "See also : https://github.com/FredM67/PVRouter-3-phase/blob/Laclare/Mk2_3phase_RFdatalog_temp/Readme.md");
static_assert(__cplusplus >= 201703L, "See also : https://github.com/FredM67/PVRouter-3-phase/blob/main/runtime/Mk2_3phase_RFdatalog_temp/Readme.md");
2 changes: 1 addition & 1 deletion dev/cal_CTx_v_meter/main.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

static_assert(__cplusplus >= 201703L, "**** Please define 'gnu++17' in 'platform.txt' ! ****");
static_assert(__cplusplus >= 201703L, "See also : https://github.com/FredM67/PVRouter-3-phase/blob/main/Mk2_3phase_RFdatalog_temp/Readme.md");
static_assert(__cplusplus >= 201703L, "See also : https://github.com/FredM67/PVRouter-3-phase/blob/main/runtime/Mk2_3phase_RFdatalog_temp/Readme.md");

#include <Arduino.h> // may not be needed, but it's probably a good idea to include this

Expand Down
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.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
*/

static_assert(__cplusplus >= 201703L, "**** Please define 'gnu++17' in 'platform.txt' ! ****");
static_assert(__cplusplus >= 201703L, "See also : https://github.com/FredM67/PVRouter-3-phase/blob/main/Mk2_3phase_RFdatalog_temp/Readme.md");
static_assert(__cplusplus >= 201703L, "See also : https://github.com/FredM67/PVRouter-3-phase/blob/main/runtime/Mk2_3phase_RFdatalog_temp/Readme.md");

#include <Arduino.h> // may not be needed, but it's probably a good idea to include this

Expand Down
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.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
[platformio]
description = Router program
default_envs = basic
src_dir = ./
src_dir = Mk2_3phase_RFdatalog_temp

[env]
platform = atmelavr
Expand All @@ -28,7 +28,6 @@ check_flags =
cppcheck: --enable=all --std=c++17 --suppress=missingIncludeSystem
clangtidy: --fix --extra-arg=-std=c++17 --checks=*,-llvmlibc-callee-namespace,-llvmlibc-implementation-in-namespace,-clang-diagnostic-c++17-extensions,-llvm-header-guard
check_skip_packages = yes
check_src_filters = +<*>
monitor_filters =
default ; Remove typical terminal control codes from input
time ; Add timestamp with milliseconds for each new line
Expand Down

0 comments on commit 98bbe4a

Please sign in to comment.