Skip to content

Instantly share code, notes, and snippets.

View bobmcwhirter's full-sized avatar

Bob McWhirter bobmcwhirter

View GitHub Profile
<?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>
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
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
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",
]
+
+
name: STM32L4S5VI
family: STM32L4+
line: STM32L4R5/S5
core: Arm Cortex-M4
flash: 2048
ram: 640
gpio_af: STM32L4Rx
packages:
- name: STM32L4S5VITx
package: LQFP100
name: STM32L4S5VI
family: STM32L4+
line: STM32L4R5/S5
core: Arm Cortex-M4
flash: 2048
ram: 640
gpio_af: STM32L4Rx
packages:
- name: STM32L4S5VITx
package: LQFP100
[package]
authors = ["Dario Nieuwenhuis <dirbaio@dirbaio.net>"]
edition = "2018"
name = "embassy-stm32f4-examples"
version = "0.1.0"
resolver = "2"
[features]
default = [
"defmt-default",
embassy-stm32f4-examples v0.1.0 (/Users/bob/repos/drogue/embassy/l4-examples) default,defmt-default
├── cortex-m v0.7.2
│ ├── 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.4 unproven
│ │ ├── nb v0.1.3 unstable
Compiling proc-macro2 v1.0.26
Compiling unicode-xid v0.2.1
Compiling syn v1.0.70
Compiling semver-parser v0.7.0
Compiling version_check v0.9.3
Compiling cortex-m v0.7.2
Compiling nb v1.0.0
Compiling void v1.0.2
Compiling vcell v0.1.3
Compiling ucd-trie v0.1.3
2c2
< block/GPIO:
---
> block/GPIOA:
8d7
< reset_value: 2818572288
13d11
< reset_value: 0
18d15
< reset_value: 0