Scott Lahteine
b376c7e374
Group DISABLED items
6 years ago
Scott Lahteine
49cf92dc36
Extended condition macros ( #13419 )
Allow `ENABLED`, `DISABLED`, `PIN_EXISTS`, and `BUTTON_EXISTS` to take multiple arguments. Also add:
- Alias `ANY(...)` for `!DISABLED(...)`
- Alias `ANY_PIN(...)` for `PIN_EXISTS(a) || PIN_EXISTS(b) ...`
- Alias `EITHER(A,B)` for `ANY(...)`
- Alias `ALL(...)` and `BOTH(A,B)` for `ENABLED(...)`
- `NONE(...)` for `DISABLED(...)`
6 years ago
Scott Lahteine
ad8b82d054
Fix KILL_PIN assignment for MKS_MINI_12864
According to #13397
6 years ago
Scott Lahteine
fa11427ec6
Remove obsolete LCD_CONTRAST
6 years ago
Scott Lahteine
0feeef2604
Update copyright in headers
6 years ago
Scott Lahteine
ca1be02bf0
Tweak some pins formatting
6 years ago
Mateusz Krawczuk
ca21ac6b9b
Support two MAX6675 thermocouples ( #8686 )
6 years ago
Scott Lahteine
9c8f083d6c
Extend pins errors to include the processor
6 years ago
teemuatlut
fbcdf5eaeb
Simplify stepper driver per-axis selection
6 years ago
Scott Lahteine
7ba5afff01
Allow FAN_PIN override, pins cleanup ( #10956 )
7 years ago
Scott Lahteine
472ab0cc24
Tweak RAMPS SDSS pins
7 years ago
Scott Lahteine
d573a2cada
Fix pins_RAMPS.h for 32-bit platforms
Followup to 436e5b7
7 years ago
Scott Lahteine
436e5b7ea3
Apply spacing in pins files
7 years ago
Bob-the-Kuhn
7308ef7809
Add conditional, give DUE SPI a unique name, fix compiler warnings ( #10168 )
7 years ago
Ben Lye
461cb22069
Fix Zonestar / ADC keypad with RAMPS. ( #9840 )
7 years ago
Scott Lahteine
ae1a2ff16f
Pins parity with 1.1.x
7 years ago
Scott Lahteine
5f8b2c2ff0
More descriptive environment error message
7 years ago
Scott Lahteine
da7c51d820
Space out some pins lines
7 years ago
Scott Lahteine
c49844df66
!ENABLED => DISABLED
7 years ago
teemuatlut
d3fdb44ad8
Update TMC section with SW SPI pins ( #9554 )
7 years ago
Scott Lahteine
23240f7986
Fix sw serial pins for TMC2208
From #9518 by @melvinisken
7 years ago
Scott Lahteine
693843f1fa
Allow override of RAMPS CS Pins ( #9472 )
7 years ago
Scott Lahteine
9de8c04945
Allow FIL_RUNOUT_PIN override on RAMPS-based boards
7 years ago
GMagician
c371bdc499
Expand RAMP case light possibilities
Pin 6 is only used by servos when 2 or more of them are used
7 years ago
Scott Lahteine
de5ca96654
More parity with 1.1.x, plus whitespace
7 years ago
Dan Delaney
b055d8c39c
[2.0.x] Adding support for using the MKS_12864OLED with the SSD1306 controller ( #8814 )
* Adding support for using the MKS_12864OLED with the SSD1306 controller
* Update comment for correct controller type
7 years ago
Scott Lahteine
15d05748df
Adding support for the Tronxy and Zonestar LCD
7 years ago
teemuatlut
0cd1e91056
[2.0.x] TMC driver update ( #8769 )
7 years ago
Scott Lahteine
14ebedca27
Drop unused LARGE_FLASH option
7 years ago
Scott Lahteine
00514857e9
SBASE serial port -1, RAMPS spacing
7 years ago
Scott Lahteine
ca7d36d9ed
RAMPS pins for ANET_KEYPAD_LCD
7 years ago
Thomas Moore
9e699811d2
Make LPC1768 pinmapping not specific to Re-ARM ( #8063 )
* Merging early because of build failures. See #8105
* Make LPC1768 pinmapping not specific to Re-ARM
* Add HAL_PIN_TYPE and LPC1768 pin features
* M43 Updates
* Move pin map into pinsDebug_LPC1768.h
* Incorporate comments and M226
* Fix persistent store compilation issues
* Update pin features
* Update MKS SBASE pins
* Use native LPC1768 pin numbers in M42, M43, and M226
7 years ago
Scott Lahteine
799360c576
Enhance Teensy/RAMPS pins files
7 years ago
Scott Lahteine
e9bcb9d048
Add 4 new LCD displays
7 years ago
Scott Lahteine
c272f2c84e
Cleanup pins spacing
7 years ago
Scott Lahteine
82fff87e16
Pins updates
7 years ago
Scott Lahteine
0b9a88d6ce
Move 'pins' files
7 years ago
Christopher Pepper
44b0c186a6
HAL for Re:ARM (LPC1768) architecture
8 years ago
Christopher Pepper
4b16fa3272
Implement HAL and apply macros across code-base
Implement AVR Platform
8 years ago
Alexey Shvetsov
f38b8c5bf8
MKS 1.3+: Add pin mapping for PS_ON
This allows the use of D4 as PS_ON since MKS Gen doesn't have a PS_ON pin. However this effectively allows only 3 servos (instead of 4).
Signed-off-by: Alexey Shvetsov <alexxy@gentoo.org>
7 years ago
Scott Lahteine
5b11b33854
Add support for Průša MK2 Multiplexer
8 years ago
Scott Lahteine
5426fc1735
Unify AVR90USB: Pins cleanup
8 years ago
FATALHERMIT
911079104e
Support for ZRIB v2.0 Control Board
8 years ago
Bob-the-Kuhn
9a9bbfc57c
Fix case light logic on Azteeg_X3 boards.
8 years ago
Scott Lahteine
5cbe0244c5
Fixes for spindle/laser and SCARA probe bounds
8 years ago
Scott Lahteine
ffe0e2d19a
SPINDLE/LASER pins changes
8 years ago
Scott Lahteine
3e079660b0
Never define SLED_PIN
8 years ago
Moritz
d67c1d825f
Add TMC2130 support
8 years ago
esenapaj
8b1d90e281
Follow-up the PR #5087 (Fixed SERVO pins on Azteeg X3), etc
・Add header
・Adjust spacing
8 years ago
esenapaj
f41c60d4a4
Follow-up the PR #4955 , etc
・More ANALOG NUMBERING to Analog Input
・Add comment header to all the section of all the pins files
・Sort sections as follows:
1. Some special definitions (USBCON, LARGE_FLASH, etc)
2. Servos
3. Limit Switches
4. Z Probe
5. Steppers
6. Temperature Sensors
7. Heaters / Fans
8. Misc. Functions
9. LCD / Controller
・Move MAX6675_SS into "Temperature Sensors" section
・Adjust spacing
8 years ago