This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
embassy-stm32u5-examples v0.1.0 (/Volumes/External HD/repos/drogue/embassy/examples/stm32u5) | |
├── cortex-m v0.7.3 | |
│ ├── bare-metal v0.2.5 | |
│ │ [build-dependencies] | |
│ │ └── rustc_version v0.2.3 | |
│ │ └── semver v0.9.0 | |
│ │ └── semver-parser v0.7.0 | |
│ ├── bitfield v0.13.2 | |
│ ├── embedded-hal v0.2.6 | |
│ │ ├── nb v0.1.3 |
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8" standalone="no"?> | |
<!-- | |
Copyright (c) 2021 STMicroelectronics. | |
SPDX-License-Identifier: Apache-2.0 | |
Licensed under the Apache License, Version 2.0 (the "License"); | |
you may not use this file except in compliance with the License. | |
You may obtain a copy of the License at |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
nucleo-h743zi_epd v0.1.0 (/Users/bob/repos/drogue/drogue-device/examples/stm32h7/nucleo-h743zi/epd) default,defmt-default | |
├── cortex-m v0.7.3 inline-asm | |
│ ├── bare-metal v0.2.5 const-fn | |
│ │ [build-dependencies] | |
│ │ └── rustc_version v0.2.3 | |
│ │ └── semver v0.9.0 default | |
│ │ └── semver-parser v0.7.0 | |
│ ├── bitfield v0.13.2 | |
│ ├── embedded-hal v0.2.6 unproven | |
│ │ ├── nb v0.1.3 unstable |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
nucleo-h743zi_epd v0.1.0 (/Users/bob/repos/drogue/drogue-device/examples/stm32h7/nucleo-h743zi/epd) default,defmt-default | |
├── cortex-m v0.7.3 inline-asm | |
│ ├── bare-metal v0.2.5 const-fn | |
│ │ [build-dependencies] | |
│ │ └── rustc_version v0.2.3 | |
│ │ └── semver v0.9.0 default | |
│ │ └── semver-parser v0.7.0 | |
│ ├── bitfield v0.13.2 | |
│ ├── embedded-hal v0.2.6 unproven | |
│ │ ├── nb v0.1.3 unstable |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<Root xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="SCHVerif.xsd"> | |
<Device> | |
<DeviceID>0x444</DeviceID> | |
<Vendor>STMicroelectronics</Vendor> | |
<Type>MCU</Type> | |
<CPU>Cortex-M0</CPU> | |
<Name>STM32F03x</Name> | |
<Series>STM32F0</Series> | |
<Description>ARM 32-bit Cortex-M0 based device</Description> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: STM32H743ZI | |
family: STM32H7 | |
line: STM32H743/753 | |
die: DIE450 | |
packages: | |
- name: STM32H743ZITx | |
package: LQFP144 | |
datasheet: | |
title: 32-bit Arm Cortex-M7 480MHz MCUs, up to 2MB Flash, up to 1MB RAM, 46 com. and analog interfaces | |
name: DM00387108 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: STM32F030F4 | |
family: STM32F0 | |
line: STM32F0x0 Value Line | |
die: DIE444 | |
packages: | |
- name: STM32F030F4Px | |
package: TSSOP20 | |
datasheet: | |
title: Value-line Arm-based 32-bit MCU with up to 256 KB Flash, timers, ADC, communication interfaces, 2.4-3.6 V operation | |
name: DM00088500 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/Cargo.toml b/Cargo.toml | |
index 26f7901..651b25e 100644 | |
--- a/Cargo.toml | |
+++ b/Cargo.toml | |
@@ -5,3 +5,8 @@ members = [ | |
# tests and example code that depend on mio | |
"rustls-mio", | |
] | |
+ | |
+ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: STM32L4S5VI | |
family: STM32L4+ | |
line: STM32L4R5/S5 | |
core: Arm Cortex-M4 | |
flash: 2048 | |
ram: 640 | |
gpio_af: STM32L4Rx | |
packages: | |
- name: STM32L4S5VITx | |
package: LQFP100 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: STM32L4S5VI | |
family: STM32L4+ | |
line: STM32L4R5/S5 | |
core: Arm Cortex-M4 | |
flash: 2048 | |
ram: 640 | |
gpio_af: STM32L4Rx | |
packages: | |
- name: STM32L4S5VITx | |
package: LQFP100 |