build: Add infrastructure for the bootloader program and libcommon.
authorTilman Sauerbeck <tilman@code-monkey.de>
Sun, 16 Jun 2019 17:18:09 +0000 (19:18 +0200)
committerTilman Sauerbeck <tilman@code-monkey.de>
Sun, 7 Jul 2019 07:58:39 +0000 (09:58 +0200)
commitd899a72babb4c2d80fe6e46a77e570864218b46f
treee70c4de0f9950c7eb6d6bdcb14117c0ce91e8765
parent692c77cbd8154af6c12881f885827a4187b0fb06
build: Add infrastructure for the bootloader program and libcommon.

This builds, but does not produce a useful binary.
.gitignore [new file with mode: 0644]
SConscript.libcommon [new file with mode: 0644]
SConscript.target [new file with mode: 0644]
SConstruct [new file with mode: 0644]
src/bootloader/bootloader.ld [new file with mode: 0644]
src/bootloader/main.rs [new file with mode: 0644]
src/bootloader/start.c [new file with mode: 0644]
src/common/lib.rs [new file with mode: 0644]
src/common/startup.c [new file with mode: 0644]
thumbv6m-none-eabi.json [new file with mode: 0644]