diff options
| author | Keith Packard <keithp@keithp.com> | 2013-05-17 03:36:47 -0700 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2013-05-17 03:50:07 -0700 |
| commit | ac089d4fb930b7dbc4161259fd9bddba94395ebc (patch) | |
| tree | ee17589ffa43eee5be5e1eb1b4fac67ebb581624 /src/lpc/registers.ld | |
| parent | 185e6d15bcda229949a984910d7394203d301db9 (diff) | |
altos/lpc: Get USB working
The lpc demo now has a USB command line.
Also allocates system stack so we know when ram is tight at build time
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/lpc/registers.ld')
| -rw-r--r-- | src/lpc/registers.ld | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lpc/registers.ld b/src/lpc/registers.ld index 51a0612f..0201e55f 100644 --- a/src/lpc/registers.ld +++ b/src/lpc/registers.ld @@ -9,3 +9,5 @@ lpc_usb = 0x40080000; lpc_gpio = 0x50000000; lpc_systick = 0xe000e000; lpc_nvic = 0xe000e100; +arm_scb = 0xe000ed00; +lpc_usb_sram = 0x20004000; |
