summaryrefslogtreecommitdiff
path: root/templates/uvis.mpt
blob: c8bcdc66c31477263ccfb0c22b417abab09302c5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
configurations = Release
devices = STM32L476ZGTx

Debug {
  debuginformation = 1
}

Release {
  debuginformation = 0
}

STM32L476ZGTx {
  board = STM32L476
  dfp = STM32L4xx
  vendor = STMicroelectronics
  flash = STM32L4xx_1024.FLM
  register = stm32l4xx.h
  sfd = STM32L4x6.svd
}