-
-
Notifications
You must be signed in to change notification settings - Fork 100
Expand file tree
/
Copy path.gitignore
More file actions
49 lines (49 loc) · 1.38 KB
/
Copy path.gitignore
File metadata and controls
49 lines (49 loc) · 1.38 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
*.swp
*.o
.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/Log2Representation.cpp
extras/tests/pc_based/Log2Representation.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/*/FastAccelStepper
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
examples
extras/gen_log2_const/Log2Representation.cpp
extras/gen_log2_const/main
extras/tests/simavr_based/.fas
extras/tests/pc_based/ramp_helper
extras/tests/pc_based/*.profraw
extras/tests/pc_based/*.profdata
extras/tests/pc_based/coverage_report/
.claude
AGENTS.md
extras/tests/pc_based/AGENTS.md
extras/Esp32StepperDemo/lib/FastAccelStepper/src
extras/tests/esp32_hw_based/.test_*
extras/tests/esp32_hw_based/__pycache__
examples/StepperDemo/StepperDemo.ino-e