Skip to content

Commit 2fd03ba

Browse files
authored
Merge pull request #147 from RobertGawron/develop
Develop
2 parents 767d5f2 + 90f5436 commit 2fd03ba

3,527 files changed

Lines changed: 19049797 additions & 2034 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

ContinuousIntegration/.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
python_lint_repport
1+
python_lint_report
22
C_Lint_Report.txt
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
cppcheck --enable=all --inline-suppr --force --quiet --error-exitcode=1 --check-config ../Software/Common/zForth/src/zforth/ ../Software/Common/BusinessLogic/ 2>C_Lint_Report.txt
1+
cppcheck --enable=all --inline-suppr --force --quiet --error-exitcode=1 --suppress=missingIncludeSystem --check-config ../Software/Common/BusinessLogic/ -I ../Software/Common/BusinessLogic/ -I ../Software/Common/Libraries/zForth/src/zforth/ -I ../Software/Common/Libraries/u8g2/csrc/ 2>C_Lint_Report.txt
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
cd ../Software/Common/BusinessLogic && make clean && make -j12 && cd ../../../Test/ComponentTest && py.test --html=BusinessLogic_Test_Report.html --self-contained-html test_buisness_logic.py
1+
cd ../Software/Common/BusinessLogic && mkdir build && cd build && cmake -DCMAKE_SYSTEM_NAME=Generic -DCMAKE_C_COMPILER=gcc ../ && make -j12 && cd ../../../../Test/ComponentTest && py.test --html=BusinessLogic_Test_Report.html --self-contained-html test_buisness_logic.py

Hardware/DDSFunctionGenerator/ADC.sch

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
EESchema Schematic File Version 4
2-
LIBS:DDSFunctionGenerator-cache
3-
EELAYER 29 0
2+
EELAYER 30 0
43
EELAYER END
54
$Descr A4 11693 8268
65
encoding utf-8
7-
Sheet 8 9
6+
Sheet 8 10
87
Title ""
98
Date ""
109
Rev ""

Hardware/DDSFunctionGenerator/Amplifier.sch

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
EESchema Schematic File Version 4
2-
LIBS:DDSFunctionGenerator-cache
3-
EELAYER 29 0
2+
EELAYER 30 0
43
EELAYER END
54
$Descr A4 11693 8268
65
encoding utf-8
7-
Sheet 4 9
6+
Sheet 4 10
87
Title ""
98
Date ""
109
Rev ""

Hardware/DDSFunctionGenerator/Attenuators.sch

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
EESchema Schematic File Version 4
2-
LIBS:DDSFunctionGenerator-cache
3-
EELAYER 29 0
2+
EELAYER 30 0
43
EELAYER END
54
$Descr A4 11693 8268
65
encoding utf-8
7-
Sheet 2 9
6+
Sheet 2 10
87
Title ""
98
Date ""
109
Rev ""

Hardware/DDSFunctionGenerator/ComputerInterface.sch

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
EESchema Schematic File Version 4
2-
LIBS:DDSFunctionGenerator-cache
3-
EELAYER 29 0
2+
EELAYER 30 0
43
EELAYER END
54
$Descr A4 11693 8268
65
encoding utf-8
7-
Sheet 7 9
6+
Sheet 7 10
87
Title ""
98
Date ""
109
Rev ""

Hardware/DDSFunctionGenerator/DDSFunctionGenerator.kicad_pcb

Lines changed: 1856 additions & 1780 deletions
Large diffs are not rendered by default.

Hardware/DDSFunctionGenerator/DDSFunctionGenerator.pro

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
update=07/12/2019 15:50:57
1+
update=15/12/2020 12:40:06
22
version=1
33
last_client=kicad
44
[general]
@@ -39,8 +39,10 @@ MinMicroViaDiameter=0.2
3939
MinMicroViaDrill=0.09999999999999999
4040
MinHoleToHole=0.25
4141
TrackWidth1=0.3048
42-
TrackWidth2=0.4572
43-
TrackWidth3=0.508
42+
TrackWidth2=0.2
43+
TrackWidth3=0.3048
44+
TrackWidth4=0.4572
45+
TrackWidth5=0.508
4446
ViaDiameter1=0.8
4547
ViaDrill1=0.4
4648
ViaDiameter2=0.5

Hardware/DDSFunctionGenerator/DDSFunctionGenerator.sch

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
EESchema Schematic File Version 4
2-
LIBS:DDSFunctionGenerator-cache
3-
EELAYER 29 0
2+
EELAYER 30 0
43
EELAYER END
54
$Descr A4 11693 8268
65
encoding utf-8
7-
Sheet 1 9
6+
Sheet 1 10
87
Title ""
98
Date ""
109
Rev ""
@@ -90,4 +89,10 @@ U 5E09F41D
9089
F0 "PowerSupply" 50
9190
F1 "PowerSupply.sch" 50
9291
$EndSheet
92+
$Sheet
93+
S 6500 4300 500 150
94+
U 5FD89A84
95+
F0 "Mechanic" 50
96+
F1 "Mechanic.sch" 50
97+
$EndSheet
9398
$EndSCHEMATC

0 commit comments

Comments
 (0)