Skip to content

Commit

Permalink
add: combine and support Air32F103xc/xg/xe
Browse files Browse the repository at this point in the history
  • Loading branch information
HalfSweet committed Aug 24, 2023
1 parent 2ba3a09 commit 0fc3dbd
Show file tree
Hide file tree
Showing 4 changed files with 281 additions and 189 deletions.
10 changes: 6 additions & 4 deletions pyocd/target/builtin/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,7 @@
from . import target_STM32H723xx
from . import target_STM32H743xx
from . import target_Air001
from . import target_Air32F103xB
from . import target_Air32F103xC
from . import target_Air32F103xx

## @brief Dictionary of all builtin targets.
#
Expand Down Expand Up @@ -306,6 +305,9 @@
'ytm32b1me0': target_ytm32b1me0.YTM32B1ME0,
'ytm32b1md1': target_ytm32b1md1.YTM32B1MD1,
'air001': target_Air001.Air001,
'air32f103xb': target_Air32F103xB.Air32F103xB,
'air32f103xc': target_Air32F103xC.Air32F103xC,
'air32f103xb': target_Air32F103xx.Air32F103xB,
'air32f103xc': target_Air32F103xx.Air32F103xC,
'air32f103xp': target_Air32F103xx.Air32F103xP,
'air32f103xe': target_Air32F103xx.Air32F103xE,
'air32f103xg': target_Air32F103xx.Air32F103xG,
}
92 changes: 0 additions & 92 deletions pyocd/target/builtin/target_Air32F103xB.py

This file was deleted.

93 changes: 0 additions & 93 deletions pyocd/target/builtin/target_Air32F103xC.py

This file was deleted.

Loading

0 comments on commit 0fc3dbd

Please sign in to comment.