Prusa-Firmware/Firmware
Yuri D'Elia e28301f391 Report crash also in MK2.5, fix stack_error abuse
Rename EEPROM_CRASH_ACKNOWLEDGED to EEPROM_FW_CRASH_FLAG.

Use EEPROM_FW_CRASH_FLAG to always set the last crash reason, which
simplifies handling between the online/offline variants.

Make stack_error safe, by setting the flag and restarting immediately,
so that the error can be shown after restart.
2021-06-12 14:41:54 +02:00
..
variants Implement an online crash dumper for MK2.5 boards 2021-06-12 13:37:20 +02:00
adc.c
adc.h
AutoDeplete.cpp
AutoDeplete.h
backlight.cpp
backlight.h
BlinkM.cpp
BlinkM.h
boards.h
bootapp.c
bootapp.h Fix usage of RAMEND 2021-06-12 13:16:12 +02:00
cardreader.cpp Save 16 bytes - pass ls_param by value to functions 2021-04-20 06:50:37 +02:00
cardreader.h Save 16 bytes - pass ls_param by value to functions 2021-04-20 06:50:37 +02:00
cmdqueue.cpp Fix Crash/PP recovery position on instructions with comments 2021-04-19 06:30:37 +02:00
cmdqueue.h
config.h Implement an online crash dumper for MK2.5 boards 2021-06-12 13:37:20 +02:00
Configuration_adv.h
Configuration.cpp
Configuration.h Version changed (3.10.0 build 4481) 2021-05-06 13:46:05 +02:00
ConfigurationStore.cpp
ConfigurationStore.h
conv2str.cpp
conv2str.h
Dcodes.cpp Implement an online crash dumper for MK2.5 boards 2021-06-12 13:37:20 +02:00
Dcodes.h Implement an online crash dumper for MK2.5 boards 2021-06-12 13:37:20 +02:00
doxyfile
eeprom.cpp Merge pull request #3055 from awenelo/add-satin-sheet 2021-04-22 07:13:32 +02:00
eeprom.h Report crash also in MK2.5, fix stack_error abuse 2021-06-12 14:41:54 +02:00
fastio.h
Firmware.ino
first_lay_cal.cpp
first_lay_cal.h
fsensor.cpp Silence bUpdateEEPROM unused warning in MK3 variant 2021-02-01 07:09:44 +01:00
fsensor.h
heatbed_pwm.cpp
la10compat.cpp
la10compat.h
language.c Introduce "xflash_layout" to organize XFLASH's content 2021-06-08 15:22:37 +02:00
language.h Remove "Firmware" from translations 2021-04-28 18:02:36 +02:00
lcd.cpp
lcd.h
le.sh
macros.h
Marlin_main.cpp Report crash also in MK2.5, fix stack_error abuse 2021-06-12 14:41:54 +02:00
Marlin.h
MarlinSerial.cpp
MarlinSerial.h
menu.cpp
menu.h
mesh_bed_calibration.cpp Changed x of 4 and y of 9 to x/4 and y/4 2021-04-27 20:22:28 +02:00
mesh_bed_calibration.h
mesh_bed_leveling.cpp
mesh_bed_leveling.h
messages.c Remove SpoolJoin from translations 2021-04-29 08:15:24 +02:00
messages.h Changed x of 4 and y of 9 to x/4 and y/4 2021-04-27 20:22:28 +02:00
mmu.cpp Remove white spaces in messags which saves ~62bytes 2021-04-26 07:22:22 +02:00
mmu.h
motion_control.cpp
motion_control.h
optiboot_xflash.cpp Rename w25x20cl to xflash 2021-04-06 10:16:47 +02:00
optiboot_xflash.h Rename w25x20cl to xflash 2021-04-06 10:16:47 +02:00
pat9125.c
pat9125.h
pins_Einsy_1_0.h Rename w25x20cl to xflash 2021-04-06 10:16:47 +02:00
pins_Rambo_1_0.h
pins_Rambo_1_3.h
pins.h
planner.cpp
planner.h
printers.h
qr_solve.cpp
qr_solve.h
rbuf.c
rbuf.h
Sd2Card.cpp
Sd2Card.h
Sd2PinMap.h
SdBaseFile.cpp
SdBaseFile.h
SdFatConfig.h MK2 Firmware release. 2016-05-31 14:08:04 +02:00
SdFatStructs.h
SdFatUtil.cpp Introduce STACK_GUARD_MARGIN in all variants 2021-06-12 12:08:53 +02:00
SdFatUtil.h Introduce STACK_GUARD_MARGIN in all variants 2021-06-12 12:08:53 +02:00
SdFile.cpp SDFile - fix errorneous offset computation 2021-03-30 11:33:42 +02:00
SdFile.h
SdInfo.h
SdVolume.cpp
SdVolume.h
Servo.cpp
Servo.h
sm4.c
sm4.h
sound.cpp
sound.h
speed_lookuptable.cpp
speed_lookuptable.h
spi.c
spi.h
static_assert.h
stepper.cpp Scale extruder motor current linearly with speed. (#2813) 2021-04-23 16:06:28 +02:00
stepper.h
stk500.h
swi2c.c
swi2c.h
swspi.cpp
swspi.h
system_timer.h
temperature.cpp
temperature.h
thermistortables.h
timer02.c
timer02.h
Timer.cpp
Timer.h
TimerRemaining.h
tmc2130.cpp Scale extruder motor current linearly with speed. (#2813) 2021-04-23 16:06:28 +02:00
tmc2130.h Scale extruder motor current linearly with speed. (#2813) 2021-04-23 16:06:28 +02:00
tone04.c
tone04.h
twi.c
twi.h
uart2.c
uart2.h
ultralcd.cpp Report crash also in MK2.5, fix stack_error abuse 2021-06-12 14:41:54 +02:00
ultralcd.h Scale extruder motor current linearly with speed. (#2813) 2021-04-23 16:06:28 +02:00
uni_avr_rpi.h
util.cpp Define #MSG_NOZZLE_DIFFERS_CONTINUE c=20 r=5, #MSG_NOZZLE_DIFFERS_CANCELLED c=20 r=9 2021-03-31 07:41:21 +02:00
util.h
vector_3.cpp
vector_3.h
xflash_dump.cpp Fix usage of RAMEND 2021-06-12 13:16:12 +02:00
xflash_dump.h Implement an online crash dumper for MK2.5 boards 2021-06-12 13:37:20 +02:00
xflash_layout.h Rename dump_crash_source to dump_crash_reason 2021-06-10 17:35:49 +02:00
xflash.c xflash: add xflash_multipage_program and documentation 2021-06-08 15:25:16 +02:00
xflash.h xflash: add xflash_multipage_program and documentation 2021-06-08 15:25:16 +02:00
xyzcal.cpp Implement an online crash dumper for MK2.5 boards 2021-06-12 13:37:20 +02:00
xyzcal.h