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 LPC13xx Cortex-M3 with at least 4kB SRAM
  2. set CHIPNAME lpc13xx
  3. set CHIPSERIES lpc1300
  4. if { ![info exists WORKAREASIZE] } {
  5. set WORKAREASIZE 0x1000
  6. }
  7. source [find target/lpc1xxx.cfg]