Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
ORS Hardware
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
ORS Hardware
Commits
ab4beef4
Commit
ab4beef4
authored
Apr 20, 2023
by
Thomas Gambier
🚴🏼
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Release version typeB_v4.5
parent
9718c617
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
2 deletions
+9
-2
CHANGES.md
CHANGES.md
+8
-1
tools/compare_BOM.py
tools/compare_BOM.py
+1
-1
No files found.
CHANGES.md
View file @
ab4beef4
2023-04-20 (typeB_v4.5)
-----------------------
First version of ORS Type B, used for higher frequencies. For now, this type B has 2 variations:
*
3800Mhz - 4000MHz
*
4600MHz - 5000MHz
2023-04-19 (typeA_v4.5)
2023-04-19 (typeA_v4.5)
-----------------------
-----------------------
...
@@ -7,7 +14,7 @@
...
@@ -7,7 +14,7 @@
*
Add HighIsolation rules to power input track
*
Add HighIsolation rules to power input track
*
Rename board to typeA_v4.5
*
Rename board to typeA_v4.5
This is mostly a cleanup release
This is mostly a cleanup release
.
2023-03-20 (v4.4)
2023-03-20 (v4.4)
-----------------
-----------------
...
...
tools/compare_BOM.py
View file @
ab4beef4
...
@@ -24,7 +24,7 @@ def read_BOM(f):
...
@@ -24,7 +24,7 @@ def read_BOM(f):
for
index
,
row
in
bom
.
iterrows
():
for
index
,
row
in
bom
.
iterrows
():
infos
=
{
infos
=
{
'value'
:
row
[
"Value"
],
'value'
:
row
[
"Value"
],
'
infos'
:
row
[
"Infos
"
]
'
type'
:
row
[
"Type
"
]
}
}
for
comp
in
row
[
"Designator"
].
split
(
','
):
for
comp
in
row
[
"Designator"
].
split
(
','
):
c
[
comp
.
strip
()]
=
infos
c
[
comp
.
strip
()]
=
infos
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment