Names Fix
Remove missmatch "R" from nucleo names
This commit is contained in:
parent
42d5aa79dc
commit
5dd6dd20f7
2 changed files with 13 additions and 13 deletions
|
@ -12,19 +12,19 @@ K Arduino nano microcontroller module USB
|
||||||
F http://www.mouser.com/pdfdocs/Gravitech_Arduino_Nano3_0.pdf
|
F http://www.mouser.com/pdfdocs/Gravitech_Arduino_Nano3_0.pdf
|
||||||
$ENDCMP
|
$ENDCMP
|
||||||
#
|
#
|
||||||
|
$CMP NUCLEO144-F429ZI
|
||||||
|
D Nucleo 144 Development Board with STM32F429ZIT6 MCU, 256kB RAM, 1Mb FLASH
|
||||||
|
K STM32 Nucleo ST
|
||||||
|
F http://www.st.com/content/ccc/resource/technical/document/data_brief/group0/7b/df/1d/e9/64/55/43/8d/DM00247910/files/DM00247910.pdf/jcr:content/translations/en.DM00247910.pdf
|
||||||
|
$ENDCMP
|
||||||
|
#
|
||||||
$CMP NUCLEO144-F746ZG
|
$CMP NUCLEO144-F746ZG
|
||||||
D Nucleo 144 Development Board with STM32F746ZG MCU, 256kB RAM, 1Mb FLASH
|
D Nucleo 144 Development Board with STM32F746ZG MCU, 256kB RAM, 1Mb FLASH
|
||||||
K STM32 Nucleo ST
|
K STM32 Nucleo ST
|
||||||
F http://www.st.com/content/ccc/resource/technical/document/data_brief/group0/7b/df/1d/e9/64/55/43/8d/DM00247910/files/DM00247910.pdf/jcr:content/translations/en.DM00247910.pdf
|
F http://www.st.com/content/ccc/resource/technical/document/data_brief/group0/7b/df/1d/e9/64/55/43/8d/DM00247910/files/DM00247910.pdf/jcr:content/translations/en.DM00247910.pdf
|
||||||
$ENDCMP
|
$ENDCMP
|
||||||
#
|
#
|
||||||
$CMP NUCLEO144-FR429ZI
|
$CMP NUCLEO64-F411RE
|
||||||
D Nucleo 144 Development Board with STM32F429ZIT6 MCU, 256kB RAM, 1Mb FLASH
|
|
||||||
K STM32 Nucleo ST
|
|
||||||
F http://www.st.com/content/ccc/resource/technical/document/data_brief/group0/7b/df/1d/e9/64/55/43/8d/DM00247910/files/DM00247910.pdf/jcr:content/translations/en.DM00247910.pdf
|
|
||||||
$ENDCMP
|
|
||||||
#
|
|
||||||
$CMP NUCLEO64-FR411RE
|
|
||||||
D Nucleo 64 Development Board with STM32F411RET6 MCU, 128kB RAM, 512KB FLASH
|
D Nucleo 64 Development Board with STM32F411RET6 MCU, 128kB RAM, 512KB FLASH
|
||||||
K STM32 Nucleo ST
|
K STM32 Nucleo ST
|
||||||
F http://www.st.com/st-web-ui/static/active/en/resource/technical/document/data_brief/DM00105918.pdf
|
F http://www.st.com/st-web-ui/static/active/en/resource/technical/document/data_brief/DM00105918.pdf
|
||||||
|
|
|
@ -47,11 +47,11 @@ X GND 29 100 -1000 100 U 50 50 1 1 W
|
||||||
ENDDRAW
|
ENDDRAW
|
||||||
ENDDEF
|
ENDDEF
|
||||||
#
|
#
|
||||||
# NUCLEO144-FR429ZI
|
# NUCLEO144-F429ZI
|
||||||
#
|
#
|
||||||
DEF NUCLEO144-FR429ZI U 0 1 Y Y 1 F N
|
DEF NUCLEO144-F429ZI U 0 1 Y Y 1 F N
|
||||||
F0 "U" -900 3725 50 H V R CNN
|
F0 "U" -900 3725 50 H V R CNN
|
||||||
F1 "NUCLEO144-FR429ZI" -900 3650 50 H V R CNN
|
F1 "NUCLEO144-F429ZI" -900 3650 50 H V R CNN
|
||||||
F2 "Modules:ST_Zio_Connector_144_With_STLink" 850 -3650 50 H I L CNN
|
F2 "Modules:ST_Zio_Connector_144_With_STLink" 850 -3650 50 H I L CNN
|
||||||
F3 "" -900 300 50 H V C CNN
|
F3 "" -900 300 50 H V C CNN
|
||||||
ALIAS NUCLEO144-F746ZG
|
ALIAS NUCLEO144-F746ZG
|
||||||
|
@ -207,11 +207,11 @@ X PG7/USB_GPIO_IN 139 -1300 900 200 R 50 50 1 1 B
|
||||||
ENDDRAW
|
ENDDRAW
|
||||||
ENDDEF
|
ENDDEF
|
||||||
#
|
#
|
||||||
# NUCLEO64-FR411RE
|
# NUCLEO64-F411RE
|
||||||
#
|
#
|
||||||
DEF NUCLEO64-FR411RE U 0 1 Y Y 1 F N
|
DEF NUCLEO64-F411RE U 0 1 Y Y 1 F N
|
||||||
F0 "U" -700 1975 50 H V R CNN
|
F0 "U" -700 1975 50 H V R CNN
|
||||||
F1 "NUCLEO64-FR411RE" -700 1900 50 H V R CNN
|
F1 "NUCLEO64-F411RE" -700 1900 50 H V R CNN
|
||||||
F2 "Modules:ST_Morpho_Connector_64_With_STLink" 550 -1900 50 H I L CNN
|
F2 "Modules:ST_Morpho_Connector_64_With_STLink" 550 -1900 50 H I L CNN
|
||||||
F3 "" -900 -1400 50 H V C CNN
|
F3 "" -900 -1400 50 H V C CNN
|
||||||
$FPLIST
|
$FPLIST
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue