Firmware2/Marlin/src
Tobias Frost 60e82e3929 Send notifications to ExtUI for M0/M1 (#13344)
- Send notifications to ExtUI for M0/M1

- wait_for_user can be non-volatile (not changed by interrupt)
  C / C++ compilers don't optimize away reads of non-volatile variables when a function call is used between accesses, because *any* variable could be changed by the function call. Since `wait_for_user` can't be changed without a function call, it should be non-volatile so the compiler can optimize away cases where it is read more than once without an intervening function call.
2019-03-09 14:20:37 -06:00
..
core Fix SERIAL_ECHOLNPAIR 2019-03-09 14:20:37 -06:00
feature M141 Heated Chamber, Temperature rework (#12201) 2019-03-07 02:09:39 -06:00
gcode Send notifications to ExtUI for M0/M1 (#13344) 2019-03-09 14:20:37 -06:00
HAL Fix STM32F1 Serial and ADC pins (#13331) 2019-03-08 02:21:32 -06:00
inc Allows user to set (almost) any PWM frequency (#12638) 2019-03-08 02:15:42 -06:00
lcd Send notifications to ExtUI for M0/M1 (#13344) 2019-03-09 14:20:37 -06:00
libs General cleanup ahead of L64XX 2019-03-01 19:58:07 -06:00
module Follow up fixes to various PRs. (#13334) 2019-03-09 14:20:37 -06:00
pins Follow up fixes to various PRs. (#13334) 2019-03-09 14:20:37 -06:00
sd Allow SERIAL_ECHOPAIR to take up to 12 pairs (#13311) 2019-03-05 06:46:19 -06:00
Marlin.cpp Send notifications to ExtUI for M0/M1 (#13344) 2019-03-09 14:20:37 -06:00
Marlin.h Send notifications to ExtUI for M0/M1 (#13344) 2019-03-09 14:20:37 -06:00