Skip to content
Snippets Groups Projects
  1. Mar 23, 2018
  2. Mar 22, 2018
    • Scott Lahteine's avatar
      [2.0.x] Automatically reset stepper timeout (#10179) · 1cb810ff
      Scott Lahteine authored
      * Automatically reset stepper timeout in manage_inactivity
      
      Any code that adds moves to the planner can skip resetting the stepper timeout. We can let `idle` / `manage_inactivity` reset the timer whenever it detects any moves in the planner.
      
      * blocks_queued => has_blocks_queued
      Unverified
      1cb810ff
    • Eduardo José Tagle's avatar
      Various fixes for DUE... (#10152) · 97e8a6eb
      Eduardo José Tagle authored
      - Watchdog reset during SD Card initialization.
      - Move `DebugMonitor` to `DebugMonitor_Due.cpp`.
      - Since the watchdog is enabled on boot do extra resets during init.
      - Have `thermalManager` do watchdog reset before its ISR starts to prevent reset.
      - Ensure that timers are stopped before reprogramming them to address tone issues.
      - Improve SAM3XE reset when reflashed through the native port.
      97e8a6eb
  3. Mar 21, 2018
  4. Mar 20, 2018
  5. Mar 19, 2018
  6. Mar 18, 2018
Loading