C8051F32x firmware infrastructure
Sign in or create your account | Project List | Help
C8051F32x firmware infrastructure Git Source Tree
Root/
| 1 | # |
| 2 | # common/Makefile.system - System-specific definitions |
| 3 | # |
| 4 | # Written 2008-2010 by Werner Almesberger |
| 5 | # Copyright 2008-2010 Werner Almesberger |
| 6 | # |
| 7 | # This program is free software; you can redistribute it and/or modify |
| 8 | # it under the terms of the GNU General Public License as published by |
| 9 | # the Free Software Foundation; either version 2 of the License, or |
| 10 | # (at your option) any later version. |
| 11 | # |
| 12 | |
| 13 | # |
| 14 | # For now, we keep an 8k/7.5k division such that there's plenty of space for |
| 15 | # debugging the boot loader. Later, we should move to something like 4k/11.5k. |
| 16 | # |
| 17 | # The last 512 bytes are reserved and the 512 bytes before them cannot be |
| 18 | # erased, so they cannot be used for the payload either :-( |
| 19 | # |
| 20 | |
| 21 | |
| 22 | PAYLOAD_START=0x1000 |
| 23 | PAYLOAD_SIZE=0x2c00 |
| 24 |
Branches:
master
