Timot05
Timot05
The example Vdiv in our docs doesn't result in a basic part being selected in priority.
On `atopile v0.2.1`, a module with the config below builds even though it should not: -> but it doesn't build in CI The package that was causing issues was [email protected]....
The code below results in the designator generation code breaking down. module GenericHalfBridge: signal vcc_pwr signal high_gate signal out signal low_gate signal gnd component DMT3009LDT_7 from GenericHalfBridge: high_gate ~ pin...
This builds locally for the led but not in CI
This probably happens because we changed the output name with the multiboard design process
The install command looks for the root of the git repo instead of looking for the pretense of the ato.yaml
**Is your feature request related to a problem? Please describe.** Say I created a skidl module and routed the module in kicad PCB, it would be convenient to be able...
`my_led = Part(lib="default_lib.kicad_sym", name="0805G_(Green)", dest=TEMPLATE)` returns: `ValueError: Unable to find part 0805G_(Green) in library default_lib.kicad_sym.` Skidl does not seems to be able to find this component. Is that on purpose...
Would be useful to fetch pins in buses that contain multiple numbers slices. For example: `new_bus = Bus('GPIO[26:29]_ADC[0:3]')`