{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":511297266,"defaultBranch":"master","name":"BacktraceLog","ownerLogin":"mhightower83","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2022-07-06T21:28:56.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/27247790?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1657142959.170984","currentOid":""},"activityList":{"items":[{"before":"66605548b715771ffe71b39fcc54afd21cb9f23d","after":"71d5957fe7a2e70f9ed55dba3fee66838c21a5e1","ref":"refs/heads/master","pushedAt":"2023-07-04T19:29:04.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"mhightower83","name":"M Hightower","path":"/mhightower83","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/27247790?s=80&v=4"},"commit":{"message":"Correct build conditionals to cover not using IRAM when IRAM heap is available","shortMessageHtmlLink":"Correct build conditionals to cover not using IRAM when IRAM heap is …"}},{"before":"89caeb6c6ef39f4be85d8f7ac68aeac33721cde2","after":"66605548b715771ffe71b39fcc54afd21cb9f23d","ref":"refs/heads/master","pushedAt":"2023-06-24T17:03:22.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"mhightower83","name":"M Hightower","path":"/mhightower83","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/27247790?s=80&v=4"},"commit":{"message":"Improve switching building options - Add empty function to satisfy build.","shortMessageHtmlLink":"Improve switching building options - Add empty function to satisfy bu…"}},{"before":"51fa604876d33757ee7d026d1371b7c44b404e05","after":"89caeb6c6ef39f4be85d8f7ac68aeac33721cde2","ref":"refs/heads/master","pushedAt":"2023-06-14T16:08:23.113Z","pushType":"push","commitsCount":1,"pusher":{"login":"mhightower83","name":"M Hightower","path":"/mhightower83","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/27247790?s=80&v=4"},"commit":{"message":"Report if current .bin CRC does not match that of the backtrace.\nFix script to handle directory path on command line","shortMessageHtmlLink":"Report if current .bin CRC does not match that of the backtrace."}},{"before":"19e4fd2642be41351db62f3ef1232738d1d62fbd","after":"51fa604876d33757ee7d026d1371b7c44b404e05","ref":"refs/heads/master","pushedAt":"2023-05-30T23:23:21.905Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"mhightower83","name":"M Hightower","path":"/mhightower83","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/27247790?s=80&v=4"},"commit":{"message":"Updated to work with AbendInfo library.\n\nHandle backtracing through a AbendInfo BP redirect\n\nAdded support for more than one custom_crash_callback function.\nUse SHARE_CUSTOM_CRASH_CB__DEBUG_ESP_BACKTRACELOG to assign a new\nname.\n\nA little refactoring for `ill` and divide by zero case","shortMessageHtmlLink":"Updated to work with AbendInfo library."}},{"before":"7519b16f7e72b8c46610967a093d165e43c1c088","after":"19e4fd2642be41351db62f3ef1232738d1d62fbd","ref":"refs/heads/master","pushedAt":"2023-05-18T15:07:23.711Z","pushType":"push","commitsCount":1,"pusher":{"login":"mhightower83","name":"M Hightower","path":"/mhightower83","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/27247790?s=80&v=4"},"commit":{"message":"Updated to work with AbendInfo library.\n\nHandle backtracing through a AbendInfo BP redirect\n\nAdded support for more than one custom_crash_callback function.\nUse SHARE_CUSTOM_CRASH_CB__DEBUG_ESP_BACKTRACELOG to assign a new\nname.\n\nA little refactoring for `ill` and divide by zero case","shortMessageHtmlLink":"Updated to work with AbendInfo library."}},{"before":"932f05eddecd5799535196747477f88a3e8b871a","after":"7519b16f7e72b8c46610967a093d165e43c1c088","ref":"refs/heads/master","pushedAt":"2023-05-08T17:05:39.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"mhightower83","name":"M Hightower","path":"/mhightower83","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/27247790?s=80&v=4"},"commit":{"message":"backtrace.cpp\nAdded backstop to stop backward scan at Exception Stack Frame\nVerify proposed stack frame length is 4-byte increment\n\nBacktraceLog.cpp\nImprove Exception stack frame handling.\nInclude stack offset computations in postmortem cb report.\nFor user space backtrace, validate epc1 and use a0 as fallback PC.\n\nscript:\nunasm now includes line numbers","shortMessageHtmlLink":"backtrace.cpp"}},{"before":"3e6df2c833b620a515b7e0b03c291f3b2a402f9e","after":"932f05eddecd5799535196747477f88a3e8b871a","ref":"refs/heads/master","pushedAt":"2023-04-25T23:17:56.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"mhightower83","name":"M Hightower","path":"/mhightower83","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/27247790?s=80&v=4"},"commit":{"message":"The script will now show unasm of functions when the source file is missing.\n\nImproved backtrace. Now support large stack setup with MOVI/ADD.N pair.\nMOVI loads negative number.","shortMessageHtmlLink":"The script will now show unasm of functions when the source file is m…"}},{"before":"2d17ebcd5f54f27bde7f1af756115b70d651618e","after":"3e6df2c833b620a515b7e0b03c291f3b2a402f9e","ref":"refs/heads/master","pushedAt":"2023-04-24T19:08:05.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"mhightower83","name":"M Hightower","path":"/mhightower83","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/27247790?s=80&v=4"},"commit":{"message":"fixed range test fault that occured with Debug: \"Serial\" builds\nAdded missing include\nAdded Quick Start and adjusted defaults to show backtrace at postmortem.","shortMessageHtmlLink":"fixed range test fault that occured with Debug: \"Serial\" builds"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAADTrTl9QA","startCursor":null,"endCursor":null}},"title":"Activity · mhightower83/BacktraceLog"}