Replies: 1 comment 4 replies
-
|
@marshall-mcmullen @thecodenomad , I expect you two will find this library fun based on your interests. I'll be really diving in to this probably over the weekend with allocator/ memory pooling. I'm also planning on standing up a Makefile-based compile and output capability for the RP2040 and Linux (the Pico SDK currently uses cmake). |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Welcome to the discussions!
The goal of
stdmicrois to provide C++ micro controller developers with a minimal library which can run on bare-bones hardware and provide much of the same functionality as the C++ standard template library (STL). This will also require that we have some hardware interactions, which will likely be device-specific, so keep that in mind while developing.Some of the core tenants:
stdmicro, giving them additional control over their micro controller.stdmicro.stdmicro::hardwareInitial purpose
While the goal is to eventually be a general (or as general as possible) purpose library, however it will start with STL-compatibility (to allow for test-ability) and the RP2040 chipset (based on ARM Cortex M0+).
The RP2040 processor datasheet can be found here.
Beta Was this translation helpful? Give feedback.
All reactions