File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,8 +17,8 @@ monitor_speed = 115200
1717monitor_filters = log2file, esp32_exception_decoder
1818; RECOMMENDED - Accept new functionality in a backwards compatible manner and patches
1919lib_deps =
20- etlcpp/Embedded Template Library @ ^20.44.1
21- adafruit/Adafruit INA260 Library @ ^1.5
20+ etlcpp/Embedded Template Library @ ^20.44.1
21+ adafruit/Adafruit INA260 Library @ ^1.5
2222; https://techoverflow.net/2021/12/14/how-to-print-all-preprocessor-flags-in-platformio/
2323; build_flags = -O3 -std=gnu++23 -Wall -E -dM
2424; build_flags = -O3 -std=gnu++23 -latomic
@@ -30,9 +30,9 @@ build_unflags = -Os -std=gnu++11 -std=gnu++14 -std=gnu++17 -std=gnu++20 -std=gnu
3030check_tool = clangtidy, cppcheck
3131; check_tool = clangtidy, cppcheck, pvs-studio
3232check_flags =
33- clangtidy: --checks =*
34- cppcheck: --enable =all --std =c++23 --inline-suppr --platform =unspecified --addon =misra.json --addon =cert.py
35- ; pvs-studio: --analysis-mode=0 --platform=RV32 --lic-file = ./PVSStudio_Lic.txt
33+ clangtidy: --checks =*
34+ cppcheck: --enable =all --std =c++23 --inline-suppr --platform =unspecified --addon =misra.json --addon =cert.py
35+ ; pvs-studio: --analysis-mode=0 --platform=RV32 --lic-file = ./PVSStudio_Lic.txt
3636
3737; Board Specific Environments
3838[env:Prod_Load]
You can’t perform that action at this time.
0 commit comments