Skip to content

Commit df8eba7

Browse files
committed
Add ST platfrom F429ZI to detected devices' pool
We need to support proper search when using mbedls detection: ``` yotta --plain search -k mbed-target:discovery-f429zi target stm32f429i-disco-gcc 0.0.15: Official mbed build target for the mbed stm32f429i-disco development board. mbed-target:discovery-f429zi, mbed-official, stm32f429i-disco, gcc additional results from https://yotta-private.herokuapp.com: ```
1 parent aede069 commit df8eba7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mbed_lstools/lstools_base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ def __init__(self):
8686
"0780": "ST_PLACEHOLDER",
8787
"0785": "ST_PLACEHOLDER",
8888
"0790": "ST_PLACEHOLDER",
89-
"0795": "ST_PLACEHOLDER",
89+
"0795": "DISCOVERY-F429ZI",
9090
"0799": "ST_PLACEHOLDER",
9191
"0805": "DISCO_L053C8",
9292
"0810": "DISCO_F334C8",

0 commit comments

Comments
 (0)