Firmware2/Marlin
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
..
lib
src Send notifications to ExtUI for M0/M1 (#13344) 2019-03-09 14:20:37 -06:00
Configuration_adv.h Allows user to set (almost) any PWM frequency (#12638) 2019-03-08 02:15:42 -06:00
Configuration.h Update some G26 plausible values. Add speed control. (#13330) 2019-03-08 03:13:44 -06:00
Makefile Support for Tronxy X5S 2e (#13297) 2019-03-03 07:41:05 -06:00
Marlin.ino