78df07ac71Merge pull request #10221 from ejtagle/bugfix-2.0.x
Bob-the-Kuhn
2018-03-27 03:26:10 -05:00
8934a2c49bAdded some missing Thumb instructions to the traceback follower, so now it is able to traceback through switch() statements
etagle
2018-03-27 04:30:38 -03:00
328edea03aSeveral fixes to the backtracer. Tested ant it works
etagle
2018-03-26 03:42:54 -03:00
aa6dacbbdfGerman update
Scott Lahteine
2018-03-25 15:21:13 -04:00
8322a79bb9update the UTF-8 C strings for Chinsee languages, for Simplified and Traditional Chinese (#10211)
Yunhui Fu
2018-03-25 12:37:54 -04:00
9a24c0ae3fTons of fixes to the backtracker code, and also added an extra backtracker that does not require unwind tables to work and it is used if unwind tables are absent
ejtagle
2018-03-25 00:52:04 -03:00
bb7236a750Z correction on tool-change for all HAS_MESH (#10199)
Scott Lahteine
2018-03-23 13:12:00 -05:00
81d68b2180Merge pull request #10195 from Bob-the-Kuhn/DUE-hw-SPI-to-mode-0
Bob-the-Kuhn
2018-03-23 09:46:26 -05:00
509227fd80change to mode 0
Bob-the-Kuhn
2018-03-23 09:37:58 -05:00
c3b23974bdAdded detection of case when no unwind tables are available
etagle
2018-03-23 05:22:45 -03:00
ea1a83ce41Use pgm_read_ptr for tables of pointers
Scott Lahteine
2018-03-23 02:16:35 -04:00
9da0797e29Fix EEPROM size of tmc_hybrid_threshold
Scott Lahteine
2018-03-23 02:08:11 -04:00
daf643e1ce[2.0.x] TMC: Match axis label order (#10188)
teemuatlut
2018-03-23 08:04:12 +02:00
1628a9e864make data declarations consistent
Roxy-3D
2018-03-22 19:25:28 -05:00
b210bdf032Now 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
etagle
2018-03-22 03:34:03 -03:00
c5730cf711As 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
etagle
2018-03-22 03:31:25 -03:00
e5157dc63dMerge pull request #10110 from ejtagle/bugfix-2.0.x
Bob-the-Kuhn
2018-03-14 23:30:49 -05:00
404fc94705DUE USB CDC: Do not send any character if no program on the PC is listening to them. This avoids Marlin waiting until the user actually opens a program that is able to consume the output of Marlin
etagle
2018-03-15 00:56:28 -03:00
4aebe3d82ePretty up EEPROM port args
Scott Lahteine
2018-03-14 22:44:07 -05:00
51bf3c9503Fix E direction for MK2_MULTIPLEXER with LIN_ADVANCE
Scott Lahteine
2018-03-14 07:53:14 -05:00
e6dcfa64b0Cast SERIAL_CHAR to void in M122 (#10086)
teemuatlut
2018-03-14 14:09:06 +02:00
c24dbcbfe1When STATUS_EXPIRE_SECONDS is 0, hide the position. (#10081)
Marcio Teixeira
2018-03-14 01:44:30 -06:00