diff options
Diffstat (limited to 'src/lpc176x/Kconfig')
-rw-r--r-- | src/lpc176x/Kconfig | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/src/lpc176x/Kconfig b/src/lpc176x/Kconfig index 9bd5c6d2..9c09d46e 100644 --- a/src/lpc176x/Kconfig +++ b/src/lpc176x/Kconfig @@ -28,6 +28,22 @@ config CLOCK_FREQ default 100000000 if MACH_LPC1768 default 120000000 if MACH_LPC1769 +config FLASH_SIZE + hex + default 0x80000 + +config RAM_START + hex + default 0x10000000 + +config RAM_SIZE + hex + default 0x7fe0 # (0x8000 - 32) - top 32 bytes used by IAP functions + +config STACK_SIZE + int + default 512 + config SMOOTHIEWARE_BOOTLOADER bool "Target board uses Smoothieware bootloader" default y |