philips-software/amp-embedded-infra-lib
amp-embedded-infra-lib is a set of C++ libraries and headers that provide heap-less, STL like, infrastructure for embedded software development
C++MIT
Issues
- 1
- 0
SerialCommunicationBufferedReceive suggestion
#429 opened by daantimmer - 1
Upgrade Mbed-TLS to version >= 3.3.0 after issue with MSVC builds has been fixed
#240 opened by rjaegers - 0
VS2017 does not implement __has_cpp_attribute
#134 opened by rjaegers - 0
Fix code scanning alert - License
#143 opened by rjaegers - 0
Fix code scanning alert - Security-Policy
#145 opened by rjaegers - 6
CMake error - cannot find emil (find_package)
#130 opened by kevlut - 0
- 3
- 2
infra::IntrusiveList<>(and others) wrongly accept temporary references when adding elements
#84 opened by zhmu - 2
- 2
- 1
warning: comparison of unsigned expression in '>= 0' is always true [-Wtype-limits]
#56 opened by daantimmer - 1
Starting a timer can result in executing an invalid infra::Function resulting in a hard crash
#75 opened by daantimmer - 1
unused variable 'node' in IntrusiveSet::erase
#72 opened by daantimmer - 1
'assert' was not declared in this scope. Missing #include <cassert> in infra/util/IntrusiveBinarySearchTree.hpp
#70 opened by daantimmer - 2
`std::result_of` has been deprecated in C++17 and removed in C++20. Replaced by `std::invoke_result`
#54 opened by daantimmer - 0
- 0
Add CMake style checker
#57 opened by rjaegers - 0
- 1
- 3
Allow use of own toolchain file
#26 opened by danielschenk - 1
Lack of c_str in BoundedString
#37 opened by danielschenk - 0
PartitionedTime constructor has incorrect initialization order of its members
#33 opened by daantimmer - 0
Implement CI as GitHub Actions
#23 opened by rjaegers - 2
Incorrect includes in SerialCommunication.hpp
#30 opened by daantimmer - 1
Default value of UTIL_FUNCTION_ALIGNMENT not working when compiling for 64 bit
#27 opened by danielschenk