Tags: RTEdbg/RTEdbg
Tags
EBD1
Added logging of messages on unlined addresses for processors that do… … not support unlined addressing in hardware. Added conditional translation option for an even smaller data logging code footprint. Updated RTEgdbData and RTEmsg utilities Updated documentation
RTEmsg utility source code released Improved compile time check Added `rtedbg_generic_non_reentrant.h` buffer space reservation driver Added `rtedbg_zero_timer.h` timestamp timer driver for projects that do not need timestamps Added `rtedbg_inline.h` file with inline versions of data logging functions Updated Readme.md files. RTEmsg command line argument -ts added
Added RTEcomLib repository - functions for log data transfer to host … …via serial channel. Added RTEcomLib_NUCLEO_C071RB_Demo repository - demo code for the RTEcomLib library. Added the `rtedbg_generic_atomic_smp.h` buffer space reservation driver Fixed a bug in the STM32 TIM2 timestamp driver. RTEmsg utility: Fixed a bug in the search for the next long timestamp after detecting a probable message dropout. Added issue and pull request templates.
Improved data logging library. The toolkit can now be used on almost … …all microcontrollers with 32-bit cores. New utility for transferring data from the embedded system to the host using Debug Probes GDB server Improved and supplemented instructions Improved data decoding utility RTEmsg, etc.