Skip to content
Snippets Groups Projects
  1. Mar 28, 2018
  2. Mar 27, 2018
  3. Mar 26, 2018
  4. Mar 25, 2018
  5. Mar 24, 2018
  6. Mar 23, 2018
  7. Mar 22, 2018
    • etagle's avatar
      Now the Crash reporter uses the configured BAUDRATE to send the report through... · b210bdf0
      etagle authored
      Now the Crash reporter uses the configured BAUDRATE to send the report through the Programming port. And also shows the traceback of functions as discussed. For that latest feature to work, you need to compile the project with -funwind-tables and -mpoke-function-name compiler flags
      b210bdf0
    • etagle's avatar
      As Bob-The-Khun suggested, resetting the USB peripheral solves the huge... · c5730cf7
      etagle authored
      As Bob-The-Khun suggested, resetting the USB peripheral solves the huge startup delays that happen when a WDT reset happens and we are connected through the native port
      c5730cf7
    • 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
      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
  8. Mar 21, 2018
Loading