rusefi-1/firmware/bootloader/src
Matthew Kennedy 6b64db7f9c
rewrite text logging system (#2439)
* minor cleanup

* enable mailboxes

* priority

* implement new logger

* more cleaning

* signature

* remove debug

* put the assertion back in

* remove debugging

* spelling

* doy

* tweaks & comments

* cleaning

* size_t

* guard more

* test build now

* needs more ram until we can remove LogginWithSTorage

* hunt for memory

* bootloader

* unused

* stub simulator

* it would help to get the signature right

* geez kinetis only has 64k ram

* more guarding because kinetis

* that's now very legal and very cool

* templatify

* s

* force null terminate

* probably fix

* const

* write a test

* disable sensor chart for now

* hide SC ui

* oh nope that breaks many things

This reverts commit c3c1bb324fb484c3d9cc44b7715c234bc0392e1e.

* missed one

* reset after scheduleLogging

* we can't print out the full message because it contains commas which break parsing

* force terminate long buffers

* let's see how much memory we have to play with

* a lot, is the answer

* real thread name

* shrink this for now before its deleted

* turn that back on

* biiig comment

Co-authored-by: Matthew Kennedy <makenne@microsoft.com>
2021-04-18 18:46:47 -04:00
..
Makefile fix multi-serial-port insanity (#2476) 2021-03-28 09:06:36 -04:00
dfu.cpp fix multi-serial-port insanity (#2476) 2021-03-28 09:06:36 -04:00
dfu.h fix multi-serial-port insanity (#2476) 2021-03-28 09:06:36 -04:00
main.cpp fix multi-serial-port insanity (#2476) 2021-03-28 09:06:36 -04:00
rusefi_stubs.cpp rewrite text logging system (#2439) 2021-04-18 18:46:47 -04:00