No description
  • C 68.9%
  • Assembly 26.7%
  • Linker Script 4.4%
Find a file
2021-04-01 12:33:36 -04:00
debugging Copy/zero memory 2 words at a time 2021-01-17 08:24:03 -05:00
.gitignore Add gitignore 2021-01-16 20:45:24 -05:00
bluepill.h Learn about newlib and newlib-nano 2021-04-01 12:33:36 -04:00
bluepill.ld Tweaks 2021-01-24 13:01:01 -05:00
bluepill.S Switch to using -nostartfiles instead of -nostdlib and so remove unneeded typedefs 2021-04-01 09:27:49 -04:00
how to use.txt Fix problems with some macros 2021-02-04 22:40:32 -05:00
LICENSE 1st commit 2021-01-16 20:44:33 -05:00
README.md 1st commit 2021-01-16 20:44:33 -05:00
test.c Still no sucess; eeprom does not respond (got to break out the scope at some point) 2021-01-31 14:49:08 -05:00

baremetalbluepill

Bloat-less library/initialization routines needed to write in c for the blue pill arm dev board

See how to use.txt