Build standalone SYS

This commit is contained in:
Peter Lebbing
2018-12-18 15:44:07 +01:00
committed by NIIBE Yutaka
parent 0ef687ea4c
commit 4b5f93624e
4 changed files with 57 additions and 1 deletions

2
src/configure vendored
View File

@@ -506,6 +506,8 @@ else
-e "s/@FLASH_PAGE_SIZE@/$FLASH_PAGE_SIZE/" \
< gnuk.ld.in > gnuk.ld
fi
sed -e "s/@ORIGIN_REAL@/$ORIGIN_REAL/" -e "s/@MEMORY_SIZE@/$MEMORY_SIZE/" \
< stdaln-sys.ld.in > stdaln-sys.ld
sed -e "s/@DEBUG_DEFINE@/$DEBUG_DEFINE/" \
-e "s/@DFU_DEFINE@/$DFU_DEFINE/" \
-e "s/@ORIGIN_DEFINE@/$ORIGIN_DEFINE/" \