Releases: RTEdbg/RTElib
Releases · RTEdbg/RTElib
RTEdbg Library v1.00.03
Changes:
- Improved compile time check
- Added
rtedbg_generic_non_reentrant.h
buffer reservation driver - Added
rtedbg_zero_timer.h
timestamp timer driver for projects that do not require timestamps - Added `rtedbg_inline.h' file with inline versions of data logging functions
- Modified timestamp timer drivers to allow use of inline logging functions
- Updated Readme files
Full Changelog: v1.00.02...v1.00.03
RTEdbg Library v1.00.02
Changes:
- Added the
rtedbg_generic_atomic_smp.h
buffer space reservation driver - Fixed a bug in the STM32 TIM2 timestamp drivers.
- Added issue and pull request templates.
- Updated Readme.md files.
Full Changelog: v1.00.01...v1.00.02
RTEdbg Library v1.00.01
Changes:
- Driver file rtedbg_cortex_m.h replaced by more universal rtedbg_generic_irq_disable.h, suitable for all 32-bit CPU cores that do not support mutex instructions (not only for ARM Cortex M).
- New driver file rtedbg_generic_atomic.h suitable for all 32-bit CPU cores supporting mutex instructions.
- Improved rtedbg_cortex_m_mutex.h driver file.
- Shorter rte_init() function under certain compile time options.
- Fixed some compile warnings.
- Improved comments and fixed typos.
Full Changelog: v1.00.00...v1.00.01
RTEdbg Library v1.00.00
Initial release