index
:
kutter
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
klippy
/
pins.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Run black on all first party python code
Tomasz Kramkowski
2025-08-06
1
-40
/
+69
*
pins: Improve pin description checks
Kevin O'Connor
2022-05-09
1
-1
/
+3
*
pins: Remove support for deprecated pin_map option
Kevin O'Connor
2021-11-02
1
-146
/
+2
*
avr: Rename the analog-only PE0/PE1 pins on atmega168/328 to PE2/PE3
Kevin O'Connor
2021-08-14
1
-1
/
+1
*
duplicate_pin_override: Debugging tool to permit multiple use pins
Kevin O'Connor
2021-06-27
1
-3
/
+10
*
stepper: Move MCU_stepper from mcu.py to stepper.py
Kevin O'Connor
2019-11-12
1
-1
/
+1
*
board_pins: Add a new "extras" module to support per-board pin aliases
Kevin O'Connor
2019-08-19
1
-2
/
+14
*
pins: Move reserved pin handling into PinResolver class
Kevin O'Connor
2019-08-19
1
-17
/
+18
*
pins: Add arduino aliases for Adafruit Grand Central board
Kevin O'Connor
2019-08-09
1
-0
/
+22
*
tmc2208: Add support for using an analog mux to access TMC uarts
Kevin O'Connor
2019-06-12
1
-10
/
+15
*
bus: Support bus enumerations and add support for reserved pins
Kevin O'Connor
2019-04-04
1
-1
/
+14
*
pins: Document support for '~' to enable pull-down resistors
Kevin O'Connor
2019-03-17
1
-1
/
+1
*
pins: Simplify alias code
Kevin O'Connor
2019-03-17
1
-25
/
+9
*
linux: Use enumerations for pin mappings
Kevin O'Connor
2019-03-17
1
-1
/
+0
*
pru: Use enumerations for pin mappings
Kevin O'Connor
2019-03-17
1
-13
/
+1
*
stm32f1: Use enumerations for pin mappings
Kevin O'Connor
2019-03-17
1
-11
/
+0
*
lpc176x: Use enumerations for pin mappings
Kevin O'Connor
2019-03-17
1
-5
/
+0
*
atsamd: Use enumerations for pin mappings
Kevin O'Connor
2019-03-17
1
-3
/
+0
*
atsam: Use enumerations for pin mappings
Kevin O'Connor
2019-03-17
1
-2
/
+0
*
avr: Use enumerations for pin mappings
Kevin O'Connor
2019-03-17
1
-10
/
+11
*
atsamd: Add definitions for SAMD21E18 chip
Kevin O'Connor
2019-03-01
1
-1
/
+1
*
atsamd: Use the full micro-controller name for CONFIG_MCU
Kevin O'Connor
2019-03-01
1
-3
/
+3
*
pins: Wrap code to 80 columns
Kevin O'Connor
2019-02-27
1
-3
/
+3
*
pins: Add support for pull down resistors
Kevin O'Connor
2019-02-27
1
-2
/
+4
*
atsamd: Initial support for SAMD51
Kevin O'Connor
2019-01-28
1
-0
/
+2
*
atsam: Add support for the SAM3X8C micro-controller
Kevin O'Connor
2019-01-22
1
-1
/
+1
*
sam3: Add support for sam4s8c chips
Kevin O'Connor
2019-01-07
1
-1
/
+1
*
bus: Don't raise a "duplicate pin" warning on None pins
Kevin O'Connor
2019-01-02
1
-0
/
+3
*
avr: Add initial support for atmega32u4 chips
Kevin O'Connor
2018-11-20
1
-0
/
+1
*
avr: Add support for atmega328p
Kevin O'Connor
2018-10-29
1
-1
/
+3
*
pins: Verify the pin_map setting
Kevin O'Connor
2018-09-03
1
-4
/
+10
*
sam4e8e: Add the SAM4e8e port
Florian Heilmann
2018-08-08
1
-0
/
+1
*
samd21: Add support for gpio pins
Kevin O'Connor
2018-08-07
1
-0
/
+1
*
pins: Explicitly pass can_invert and can_pullup to lookup_pin()
Kevin O'Connor
2018-07-26
1
-8
/
+8
*
klippy: No need to pass printer reference to add_printer_objects()
Kevin O'Connor
2018-07-12
1
-2
/
+2
*
buttons: Add initial support for detecting button presses
Kevin O'Connor
2018-06-30
1
-2
/
+3
*
pins: Strip pin names before trying to parse them
Kevin O'Connor
2018-06-30
1
-1
/
+1
*
lpc176x: Add support for GPIO pins
Kevin O'Connor
2018-05-25
1
-0
/
+5
*
Add STM32F103 port
Grigori Goronzy
2018-04-09
1
-0
/
+1
*
pins: Remove module level get_printer_pins() and setup_pin() functions
Kevin O'Connor
2018-04-04
1
-6
/
+0
*
avr: Add at90usb646 support
Douglas Hammond
2018-02-25
1
-1
/
+1
*
pins: Warn on invalid pin format
Kevin O'Connor
2018-02-07
1
-7
/
+17
*
klippy: Add access methods and avoid peeking into the printer classes
Kevin O'Connor
2018-01-28
1
-1
/
+1
*
pins: Check if the same pin is referenced via different aliases
Kevin O'Connor
2018-01-10
1
-14
/
+25
*
stepper: Automatically detect and handle shared stepper enable lines
Kevin O'Connor
2018-01-10
1
-4
/
+16
*
pins: Rename parse_pin_desc() to lookup_pin()
Kevin O'Connor
2018-01-10
1
-9
/
+9
*
pins: Fix atmega168/328 mappings
Kevin O'Connor
2017-12-09
1
-1
/
+2
*
pins: Add pin mapping for atmega1284p
Kevin O'Connor
2017-10-05
1
-2
/
+2
*
linux: Add support for analog IIO devices
Kevin O'Connor
2017-09-20
1
-0
/
+1
*
pins: Don't pass mcu_freq to update_command()
Kevin O'Connor
2017-09-13
1
-1
/
+1
[next]