Skip to content

Commit

Permalink
Add support for extra 3v3 power pins
Browse files Browse the repository at this point in the history
  • Loading branch information
ohmtech-rdi committed Sep 20, 2023
1 parent 27c79ab commit d3100a3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build-system/erbui/analysers/style.py
Original file line number Diff line number Diff line change
Expand Up @@ -352,6 +352,9 @@ def relink_nets (self, kicad_pcb, module, control):

name_map ['GND'] = 'GND'
name_map ['+3V3'] = '+3V3'
name_map ['3V3A'] = '3V3A'
name_map ['3V3D'] = '3V3D'
name_map ['3V3SW'] = '3V3SW'

if control.normalling_from is None:
name_map ['Normalling0'] = 'GND'
Expand Down

0 comments on commit d3100a3

Please sign in to comment.