You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

9 lines
189 B

  1. # NXP LPC17xx Cortex-M3 with at least 8kB SRAM
  2. set CHIPNAME lpc17xx
  3. set CHIPSERIES lpc1700
  4. if { ![info exists WORKAREASIZE] } {
  5. set WORKAREASIZE 0x2000
  6. }
  7. source [find target/lpc1xxx.cfg]