This commit is contained in:
2024-12-22 05:22:46 +03:00
commit 1992e632d3
232 changed files with 20394 additions and 0 deletions

38
.gitignore vendored Normal file
View File

@@ -0,0 +1,38 @@
*.swp
*.o
*.py
.pio
.dir
.tested
run_avr
pio_dirs
pio_espidf
PCB/
examples/*/*.h
examples/*/*.cpp
!examples/*/test_*.cpp
extras/tests/pc_based/test_[0-9][0-9]
extras/tests/pc_based/FastAccelStepper.cpp
extras/tests/pc_based/FastAccelStepper.h
extras/tests/pc_based/PoorManFloat.cpp
extras/tests/pc_based/PoorManFloat.h
extras/tests/pc_based/RampGenerator.cpp
extras/tests/pc_based/RampGenerator.h
extras/tests/pc_based/StepperISR*.cpp
extras/tests/pc_based/StepperISR.h
extras/tests/pc_based/fas_common.h
extras/tests/pc_based/*.gnuplot
extras/tests/pc_based/*_test
extras/tests/pc_based/test.log
extras/tests/pc_based/*.png
extras/tests/simavr_based/*/result.txt
extras/tests/simavr_based/*/x.vcd
extras/tests/simavr_based/test*sd*/src
extras/tests/simavr_based/simavr
extras/tests/simavr_based/test_sd*/Makefile
extras/tests/simavr_based/test_seq*/Makefile
extras/tests/esp32_hw_based/*.log
library.properties
examples
extras/gen_pmf_const/PoorManFloat.cpp
extras/gen_pmf_const/main