Ivan Grokhotkov
de662d5e11
core dump: move stack into the internal memory when dumping to flash
...
Since SPI flash operations can not be performed when the stack is in
external RAM, we need to switch to a different stack when doing a
core dump to flash. This is achieved by a pair of longjmp's, one of
which is crafted manually to jump into a designated function with a
specific stack set up.
The cost of this feature is a bit of IRAM, plus the DRAM required for
the extra stack.
Closes AUD-1355
2020-07-20 17:09:48 +08:00
..
2019-11-19 15:04:01 +05:30
2020-07-20 17:09:47 +08:00
2020-04-17 22:43:45 +08:00
2020-04-17 22:44:22 +08:00
2020-07-20 17:09:47 +08:00
2018-08-20 16:49:20 +08:00
2020-07-20 17:09:28 +08:00
2018-10-15 14:32:58 +08:00
2018-11-17 00:08:20 +05:30
2019-04-09 10:20:33 +10:00
2020-01-14 20:17:46 +08:00
2019-04-09 10:20:33 +10:00
2020-07-20 17:09:48 +08:00
2019-06-25 04:33:32 +00:00
2019-08-21 09:48:16 +00:00
2020-07-20 17:09:48 +08:00
2019-12-26 13:51:29 +08:00
2019-10-09 14:02:48 +00:00
2018-10-15 14:32:58 +08:00
2018-08-20 16:49:20 +08:00
2020-07-20 17:09:47 +08:00
2019-11-20 04:17:41 +00:00
2019-06-06 13:33:03 +08:00
2018-10-26 13:14:19 +08:00
2018-09-26 08:52:15 +05:30
2019-03-05 12:11:45 +08:00
2018-09-03 04:39:45 +00:00
2020-07-20 17:09:48 +08:00
2019-06-25 04:33:32 +00:00
2018-09-25 15:13:47 +08:00
2020-07-20 17:09:48 +08:00
2019-12-25 15:53:13 +08:00
2019-04-09 10:20:33 +10:00
2020-07-20 17:09:48 +08:00
2018-09-05 10:35:04 +08:00
2019-12-26 13:51:29 +08:00
2019-09-08 23:10:02 +08:00
2018-09-26 08:52:15 +05:30
2019-06-25 04:33:32 +00:00
2019-02-26 04:07:51 +00:00
2018-08-27 19:01:03 +08:00
2019-04-02 12:54:08 +11:00
2019-11-14 08:35:05 +00:00
2018-11-28 17:05:37 +08:00
2019-01-15 17:44:51 +08:00
2019-08-13 15:49:01 +08:00
2018-10-09 08:57:23 +02:00
2020-03-13 13:41:34 +08:00