Gharbaoui / embedded-bare-metal

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bare metal programme

I always wonder about the internals of stuff. I do not like to use something without understanding the internals of it, so in this project, I want to learn how to make one led blink with no IDE, no libraries, no operating system

What have I learned ?

  • I learned the internals of compilers, linker script sysntax
  • about arm cortex-m4 arm proccessors

About


Languages

Language:C 94.3%Language:Makefile 5.7%