You are here |
blog.thea.codes | ||
| | | |
andybrown.me.uk
|
|
| | | | The latest release is now 3.0.0. Be sure to check out the announcement here. This post will introduce stm32plus, an open source library for the STM32 ARM Cortex M3 series of microcontrollers. stm32... | |
| | | |
etherealwake.com
|
|
| | | | When writing a freestanding application, it's generally necessary for the firmware engineer to handle runtime initialization. Even when a library like newlib includes a rudimentary implementation of crt0.o, initialization is a very application-specific process owing to the need to initialize hardware, memory, and other loading tasks. In this essay, we examine the current and historical implementation of executable initialization, finishing with a minimal implementation usable with firmware applications. Note: Most firmware applications need to address the initialization of .data and .bss from nonvolatile memory. That is not addressed in this essay. | |
| | | |
kuruczgy.com
|
|
| | | | ||
| | | |
github.com
|
|
| | MSVC's implementation of the C++ Standard Library. - STL/stl/inc/vector at 530bdc5aaa8a21277e1281ad3df8b8d8433b5caa · microsoft/STL |