C++ Standard Lib adapted to embedded environments

embedded
2 Open Issues Need Help Last updated: Jun 21, 2025

Open Issues Need Help

View All on GitHub

AI Summary: Implement the missing `<=` operator for `estd::chrono::time_point` in the estd C++ Standard Library adaptation for embedded systems. This involves modifying the `chrono/operators.hpp` and potentially `fwd/chrono.h` files to add the necessary operator overload.

Complexity: 3/5
enhancement good first issue

C++ Standard Lib adapted to embedded environments

C++
#embedded

AI Summary: Implement commonly used mathematical constants like pi, e, etc., from the C++ standard library's `<numeric>` header into the `estd` library, mirroring the functionality found in `std::numbers`. This involves adding these constants to `estd/numeric.h`.

Complexity: 2/5
enhancement good first issue

C++ Standard Lib adapted to embedded environments

C++
#embedded