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.
 
 
 
 
 
 

14 lines
274 B

  1. # This is an mbed eval board with a single NXP LPC11U24 chip.
  2. # http://mbed.org/handbook/mbed-NXP-LPC11U24
  3. #
  4. source [find interface/cmsis-dap.cfg]
  5. # increase working area to 8KB
  6. set WORKAREASIZE 0x2000
  7. # chip name
  8. set CHIPNAME lpc11u24
  9. source [find target/lpc11uxx.cfg]