diff options
author | Keith Packard <keithp@keithp.com> | 2013-06-24 14:23:53 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2013-06-24 14:30:22 -0700 |
commit | 0dd148e388944d8d265da51d62806c4a00b2c13d (patch) | |
tree | e1212b3cbc0d5a77d0fe1d676e07f86fef91a52f /src/lpc/lpc.h | |
parent | 2568b36ae9d38ae1607ec08b84b06e0fe84bd3ba (diff) |
altos/lpc: Add boot loader
Support the USB boot loader, add USB pull-up support.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/lpc/lpc.h')
-rw-r--r-- | src/lpc/lpc.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/lpc/lpc.h b/src/lpc/lpc.h index 8fb78649..3300c86f 100644 --- a/src/lpc/lpc.h +++ b/src/lpc/lpc.h @@ -486,6 +486,11 @@ struct lpc_scb { extern struct lpc_scb lpc_scb; +#define LPC_SCB_SYSMEMREMAP_MAP 0 +# define LPC_SCB_SYSMEMREMAP_MAP_BOOT_LOADER 0 +# define LPC_SCB_SYSMEMREMAP_MAP_RAM 1 +# define LPC_SCB_SYSMEMREMAP_MAP_FLASH 2 + #define LPC_SCB_PRESETCTRL_SSP0_RST_N 0 #define LPC_SCB_PRESETCTRL_I2C_RST_N 1 #define LPC_SCB_PRESETCTRL_SSP1_RST_N 2 |