Scott Lahteine
6bead0c1b0
Shorter paths to HAL, ExtUI (#17156 )
vor 4 Jahren
Scott Lahteine
bfad23d3e2
(c) 2020
vor 4 Jahren
InsanityAutomation
0fcf2b1110
Quad Z stepper support (#16277 )
vor 4 Jahren
Scott Lahteine
d80ef43c19
Followup to es int patch
vor 5 Jahren
Giuliano Zaro
35cd545106
Use prior endstop pin-to-interrupt macros (#15771 )
vor 5 Jahren
Giuliano Zaro
65ef774e8d
Fix mega Port J endstop interrupts (#15758 )
vor 5 Jahren
Scott Lahteine
35b1149d96
Patch es int tests for Arduino 1.8.10
vor 5 Jahren
Scott Lahteine
f01f0d1956
Drop C-style 'void' argument
vor 5 Jahren
Scott Lahteine
a06010e08a
Macrofy attachInterrupt
vor 5 Jahren
Scott Lahteine
a2ba0aaaac
HAL include and other adjustments (#14525 )
vor 5 Jahren
Scott Lahteine
93cd66ac11
Tweaky change from (C) to (c)
vor 5 Jahren
Scott Lahteine
3d9d72e8db
Include order, spacing, etc.
vor 5 Jahren
Scott Lahteine
ad4ffa1d2f
Use C++ language supported 'nullptr' (#13944 )
vor 5 Jahren
Scott Lahteine
0feeef2604
Update copyright in headers
vor 5 Jahren
Scott Lahteine
f5eab912ed
Apply #pragma once, misc cleanup (#12322 )
* Apply #pragma once in headers
* Adjust some thermistors formatting
* Misc cleanup and formatting
vor 6 Jahren
Scott Lahteine
bfcf570d68
Try ISR_ALIASOF for Endstop Interrupts
vor 6 Jahren
Scott Lahteine
ee53f7d813
Revert header reorg.
vor 6 Jahren
Scott Lahteine
0dedb3e139
Reorganize some core headers (#11983 )
vor 6 Jahren
Holger Müller
1a6f2b29b8
Add support for Triple-Z steppers/endstops
vor 6 Jahren
Scott Lahteine
99591dc20c
Filter endstops state at all times (#11066 )
vor 6 Jahren
etagle
569df3fc0c
Fix interrupt-based endstop detection
- Also implemented real endstop reading on interrupt.
vor 6 Jahren
Scott Lahteine
c173a31060
Fix some compile warnings
vor 6 Jahren
Chris Pepper
cc6d41e1d3
Use a macro for HAL header redirection (#10380 )
vor 6 Jahren
Scott Lahteine
723f2a77f6
Implement support for Dual X and Y endstops
vor 7 Jahren
Scott Lahteine
54326fb06a
HAL updates
vor 7 Jahren
Christopher Pepper
4b16fa3272
Implement HAL and apply macros across code-base
Implement AVR Platform
vor 7 Jahren
Scott Lahteine
081bf1f879
Patch #else / #endif comments
vor 7 Jahren
Scott Lahteine
25a6bfa7ed
Add and apply WITHIN macro
vor 7 Jahren
Scott Lahteine
25d0c167bd
More detailed static_assert messages
vor 8 Jahren
Scott Lahteine
eb120e518c
Followup to new endstop interrupts feature
- Fix typos, verbiage
- Fix naming of `setup_endstop_interrupts`
- Some formatting, indentation, spacing
vor 8 Jahren
AnHardt
f3eee02596
Introduce endstop interrupts
If ENDSTOP_INTERRUPTS_FEATURE is enabled this tries to set up interrupt routines
for all used endstop pins. If this worked without errors, `endstops.update()` is called
only if one of the endstops changed its state.
The new interrupt routines do not really check the endstops and react upon them. All what they
do, is to set a flag if it makes sense to call the endstop test we are used to.
This can be used on:
* ARM (DUE) based boards - all pins can raise interrupts,
* RAMPS - all 6 endstop pins plus some other on EXT-2 can raise interrupts,
* RAMPS based boards - as long the designers did not change the pins for the endstops or at least left enough,
* all boards, if there are enough pins that can raise interrupts, and you are willing/able to swap with pins dedicated to other purpose.
vor 8 Jahren