Capture M4 chDbgPanic msg, show in application.

This commit is contained in:
Jared Boone 2016-02-27 12:10:39 -08:00
parent 97ba19af24
commit eac4cf678a
4 changed files with 52 additions and 0 deletions

View file

@ -45,6 +45,8 @@ struct SharedMemory {
// TODO: M0 should directly configure and control DMA channel that is
// acquiring ADC samples.
TouchADCFrame touch_adc_frame;
char m4_panic_msg[32];
};
extern SharedMemory& shared_memory;