aboutsummaryrefslogtreecommitdiffstats
path: root/klippy/extras/samd_sercom.py
Commit message (Collapse)AuthorAgeFilesLines
* samd_sercom: Specify the sercom explicitly in a config optionKevin O'Connor2021-07-041-6/+6
| | | | | | | Do not infer the sercom from the config section name, as that prevents one from using SPI buses on multiple samd mcus. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* samd_sercom: fix pin enumeration error when mcu is specifiedJohn Jardine2019-09-171-3/+3
| | | | | | Previously, when a sercom pin specified the mcu (myname:PIN), it would result in a pin enumeration error. Signed-off-by: John Jardine <john@gprime.net>
* atsamd: Use enumerations for buses and reserve pinsKevin O'Connor2019-04-041-12/+7
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* atsamd: Add support for programming SERCOM pinsKevin O'Connor2019-03-011-0/+46
Signed-off-by: Florian Heilmann <Florian.Heilmann@gmx.net> Signed-off-by: Kevin O'Connor <kevin@koconnor.net>