diff options
author | xengineering <me@xengineering.eu> | 2021-09-26 12:50:49 +0200 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2021-09-26 14:07:59 +0200 |
commit | 5d17a976070be9d66349da0ddd28361884f3461d (patch) | |
tree | ef3e2c0078863aa651008e4f2f9eb4f846bfcc50 /README.md | |
parent | 7211bd49452e67e0b53ea06ca474f4e54af991ae (diff) | |
download | ledcontrol-5d17a976070be9d66349da0ddd28361884f3461d.tar ledcontrol-5d17a976070be9d66349da0ddd28361884f3461d.tar.zst ledcontrol-5d17a976070be9d66349da0ddd28361884f3461d.zip |
Link against libopencm3
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -3,3 +3,8 @@ A firmware project for the STM32F103C8T6 to control LED strips. +## External References + +- Nice [Tutorial](https://jacobmossberg.se/posts/2018/08/11/run-c-program-bare-metal-on-arm-cortex-m3.html) about C programs on bare-metal ARM chips +- Another useful [Tutorial](https://www.rhye.org/post/stm32-with-opencm3-0-compiling-and-uploading/) about STM32 programming with libopencm3 + |