Skip to content
This repository was archived by the owner on Mar 14, 2025. It is now read-only.

Commit bc17dc6

Browse files
committed
Add minimale README.
1 parent 698a450 commit bc17dc6

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<a href="https://lxrobotics.com/"><img align="right" src="https://raw.githubusercontent.com/lxrobotics/.github/main/logo/lxrobotics.png" width="15%"></a>
2+
:floppy_disk: `mcu-startup-code-cpp`
3+
====================================
4+
5+
This repository contains [startup code](startup.cpp) and [linker script](FE310-G002.ld) to demonstrate that microcontroller startup code can be written in clean C++ (mostly) without requiring arcane assembly invocation.
6+
7+
Read more in the associated blog article [here](https://www.lxrobotics.com/microcontroller-startup-code-written-in-cpp/).
8+

0 commit comments

Comments
 (0)