We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0512d43 commit 4613e52Copy full SHA for 4613e52
pyocd/target/builtin/__init__.py
@@ -122,7 +122,6 @@
122
from . import target_MPS3_AN540
123
from . import target_RP2040
124
from . import target_ytm32b1ld0
125
-from . import target_ytm32b1md0
126
from . import target_ytm32b1me0
127
128
## @brief Dictionary of all builtin targets.
@@ -282,6 +281,5 @@
282
281
'rp2040_core0' : target_RP2040.RP2040Core0,
283
'rp2040_core1' : target_RP2040.RP2040Core1,
284
'ytm32b1ld0': target_ytm32b1ld0.YTM32B1LD0,
285
- 'ytm32b1md0': target_ytm32b1md0.YTM32B1MD0,
286
'ytm32b1me0': target_ytm32b1me0.YTM32B1ME0,
287
}
pyocd/target/builtin/target_ytm32b1md0.py
0 commit comments