Skip to content

Split callback and message timer to atomic and locked interrupt versions. + span & array_view fixes Latest

Compare
Choose a tag to compare
@jwellbelove jwellbelove released this 28 Dec 18:41
· 1536 commits to master since this release
d3975ee

Split callback and message timer to atomic and locked interrupt versions. No use of macros required.
C++03 compatible etl::delegate.
#480 Fixed: Double formatting with precision > 9
#481 Fixed: etl::span const data cannot be created from non const c array of data.
#482 Fixed: Two or more etl::span/array_view of different types create ambiguous overloading set
#483 Fixed: Added Green Hills compiler to minmax push and pop.
#484 Fixed: etl::vector test_uninitialized_resize_excess not calling uninitialized_resize.
#485 Fixed: etl::message_packet takes message types that are not in its list.