1
0
forked from me/IronOS

Adding support for boot up Logo's (#32)

This brings across a set of commits to support loading boot up images from a specific location in flash. And also creating a generator tool to make files to put images in said position.
This commit is contained in:
Ben V. Brown
2017-07-23 16:54:12 +10:00
committed by GitHub
parent 967d62f826
commit cb8bc643c4
23 changed files with 1123 additions and 392 deletions

View File

@@ -62,7 +62,7 @@ _Min_Stack_Size = 0x400; /* required amount of stack */
MEMORY
{
RAM (xrw) : ORIGIN = 0x20000000, LENGTH = 20K
ROM (rx) : ORIGIN = 0x08004000, LENGTH = 47K
ROM (rx) : ORIGIN = 0x08004000, LENGTH = 46K
}
/*ROM (rx) : ORIGIN = 0x08004000, LENGTH = 48K*/