Skip to content

Instantly share code, notes, and snippets.

@bobmcwhirter
Created November 8, 2021 19:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bobmcwhirter/e7655fdf33406d507afd9b77584578cf to your computer and use it in GitHub Desktop.
Save bobmcwhirter/e7655fdf33406d507afd9b77584578cf to your computer and use it in GitHub Desktop.
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
│ │ │ └── nb v1.0.0
│ │ └── void v1.0.2
│ └── volatile-register v0.2.1
│ └── vcell v0.1.3
├── cortex-m-rt v0.7.0
│ └── cortex-m-rt-macros v0.7.0 (proc-macro)
│ ├── proc-macro2 v1.0.32
│ │ └── unicode-xid v0.2.2
│ ├── quote v1.0.10
│ │ └── proc-macro2 v1.0.32 (*)
│ └── syn v1.0.81
│ ├── proc-macro2 v1.0.32 (*)
│ ├── quote v1.0.10 (*)
│ └── unicode-xid v0.2.2
├── defmt v0.2.3
│ └── defmt-macros v0.2.3 (proc-macro)
│ ├── defmt-parser v0.2.2
│ ├── proc-macro2 v1.0.32 (*)
│ ├── quote v1.0.10 (*)
│ └── syn v1.0.81 (*)
│ [build-dependencies]
│ └── semver v1.0.4
├── defmt-rtt v0.2.0
│ ├── cortex-m v0.6.7
│ │ ├── aligned v0.3.5
│ │ │ └── as-slice v0.1.5
│ │ │ ├── generic-array v0.12.4
│ │ │ │ └── typenum v1.14.0
│ │ │ ├── generic-array v0.13.3
│ │ │ │ └── typenum v1.14.0
│ │ │ ├── generic-array v0.14.4
│ │ │ │ └── typenum v1.14.0
│ │ │ │ [build-dependencies]
│ │ │ │ └── version_check v0.9.3
│ │ │ └── stable_deref_trait v1.2.0
│ │ ├── bare-metal v0.2.5 (*)
│ │ ├── bitfield v0.13.2
│ │ ├── cortex-m v0.7.3 (*)
│ │ └── volatile-register v0.2.1 (*)
│ └── defmt v0.2.3 (*)
├── embassy v0.1.0 (/Volumes/External HD/repos/drogue/embassy/embassy)
│ ├── atomic-polyfill v0.1.5
│ │ └── critical-section v0.2.5
│ │ ├── bare-metal v1.0.0
│ │ ├── cfg-if v1.0.0
│ │ └── cortex-m v0.7.3 (*)
│ │ [build-dependencies]
│ │ └── riscv-target v0.1.2
│ │ ├── lazy_static v1.4.0
│ │ └── regex v1.5.4
│ │ ├── aho-corasick v0.7.18
│ │ │ └── memchr v2.4.1
│ │ ├── memchr v2.4.1
│ │ └── regex-syntax v0.6.25
│ ├── cortex-m v0.7.3 (*)
│ ├── critical-section v0.2.5 (*)
│ ├── defmt v0.2.3 (*)
│ ├── embassy-macros v0.1.0 (proc-macro) (/Volumes/External HD/repos/drogue/embassy/embassy-macros)
│ │ ├── darling v0.13.0
│ │ │ ├── darling_core v0.13.0
│ │ │ │ ├── fnv v1.0.7
│ │ │ │ ├── ident_case v1.0.1
│ │ │ │ ├── proc-macro2 v1.0.32 (*)
│ │ │ │ ├── quote v1.0.10 (*)
│ │ │ │ ├── strsim v0.10.0
│ │ │ │ └── syn v1.0.81 (*)
│ │ │ └── darling_macro v0.13.0 (proc-macro)
│ │ │ ├── darling_core v0.13.0 (*)
│ │ │ ├── quote v1.0.10 (*)
│ │ │ └── syn v1.0.81 (*)
│ │ ├── proc-macro2 v1.0.32 (*)
│ │ ├── quote v1.0.10 (*)
│ │ └── syn v1.0.81 (*)
│ ├── embassy-traits v0.1.0 (/Volumes/External HD/repos/drogue/embassy/embassy-traits)
│ │ ├── defmt v0.2.3 (*)
│ │ └── embedded-hal v0.2.6 (*)
│ ├── embedded-hal v0.2.6 (*)
│ ├── futures v0.3.17
│ │ ├── futures-channel v0.3.17
│ │ │ ├── futures-core v0.3.17
│ │ │ └── futures-sink v0.3.17
│ │ ├── futures-core v0.3.17
│ │ ├── futures-io v0.3.17
│ │ ├── futures-sink v0.3.17
│ │ ├── futures-task v0.3.17
│ │ └── futures-util v0.3.17
│ │ ├── futures-core v0.3.17
│ │ ├── futures-macro v0.3.17 (proc-macro)
│ │ │ ├── proc-macro-hack v0.5.19 (proc-macro)
│ │ │ ├── proc-macro2 v1.0.32 (*)
│ │ │ ├── quote v1.0.10 (*)
│ │ │ └── syn v1.0.81 (*)
│ │ │ [build-dependencies]
│ │ │ └── autocfg v1.0.1
│ │ ├── futures-sink v0.3.17
│ │ ├── futures-task v0.3.17
│ │ ├── pin-project-lite v0.2.7
│ │ ├── pin-utils v0.1.0
│ │ ├── proc-macro-hack v0.5.19 (proc-macro)
│ │ └── proc-macro-nested v0.1.7
│ │ [build-dependencies]
│ │ └── autocfg v1.0.1
│ ├── heapless v0.7.7
│ │ ├── hash32 v0.2.1
│ │ │ └── byteorder v1.4.3
│ │ └── stable_deref_trait v1.2.0
│ └── pin-project v1.0.8
│ └── pin-project-internal v1.0.8 (proc-macro)
│ ├── proc-macro2 v1.0.32 (*)
│ ├── quote v1.0.10 (*)
│ └── syn v1.0.81 (*)
├── embassy-hal-common v0.1.0 (/Volumes/External HD/repos/drogue/embassy/embassy-hal-common)
│ ├── cortex-m v0.7.3 (*)
│ ├── embassy v0.1.0 (/Volumes/External HD/repos/drogue/embassy/embassy) (*)
│ ├── num-traits v0.2.14
│ │ [build-dependencies]
│ │ └── autocfg v1.0.1
│ └── usb-device v0.2.8
├── embassy-stm32 v0.1.0 (/Volumes/External HD/repos/drogue/embassy/embassy-stm32)
│ ├── atomic-polyfill v0.1.5 (*)
│ ├── bare-metal v1.0.0
│ ├── bxcan v0.5.1
│ │ ├── bitflags v1.3.2
│ │ ├── defmt v0.2.3 (*)
│ │ ├── embedded-can v0.3.0
│ │ │ └── nb v1.0.0
│ │ ├── nb v1.0.0
│ │ └── vcell v0.1.3
│ ├── cfg-if v1.0.0
│ ├── cortex-m v0.7.3 (*)
│ ├── cortex-m-rt v0.7.0 (*)
│ ├── critical-section v0.2.5 (*)
│ ├── defmt v0.2.3 (*)
│ ├── embassy v0.1.0 (/Volumes/External HD/repos/drogue/embassy/embassy) (*)
│ ├── embassy-hal-common v0.1.0 (/Volumes/External HD/repos/drogue/embassy/embassy-hal-common) (*)
│ ├── embassy-macros v0.1.0 (proc-macro) (/Volumes/External HD/repos/drogue/embassy/embassy-macros) (*)
│ ├── embassy-traits v0.1.0 (/Volumes/External HD/repos/drogue/embassy/embassy-traits) (*)
│ ├── embedded-hal v0.2.6 (*)
│ ├── futures v0.3.17 (*)
│ ├── rand_core v0.6.3
│ ├── sdio-host v0.5.0
│ ├── seq-macro v0.2.2 (proc-macro)
│ └── stm32-metapac v0.1.0 (/Volumes/External HD/repos/drogue/embassy/stm32-metapac)
│ ├── cortex-m v0.7.3 (*)
│ └── cortex-m-rt v0.7.0 (*)
│ [build-dependencies]
│ ├── regex v1.5.4 (*)
│ └── stm32-metapac-gen v0.1.0 (/Volumes/External HD/repos/drogue/embassy/stm32-metapac-gen)
│ ├── chiptool v0.1.0 (https://github.com/embassy-rs/chiptool?rev=31c3c09197d63d29eddbf4c70d6158edac0ac5d3#31c3c091)
│ │ ├── anyhow v1.0.44
│ │ ├── cast v0.2.7
│ │ │ [build-dependencies]
│ │ │ └── rustc_version v0.4.0
│ │ │ └── semver v1.0.4
│ │ ├── clap v3.0.0-beta.5
│ │ │ ├── atty v0.2.14
│ │ │ │ └── libc v0.2.105
│ │ │ ├── bitflags v1.3.2
│ │ │ ├── clap_derive v3.0.0-beta.5 (proc-macro)
│ │ │ │ ├── heck v0.3.3
│ │ │ │ │ └── unicode-segmentation v1.8.0
│ │ │ │ ├── proc-macro-error v1.0.4
│ │ │ │ │ ├── proc-macro-error-attr v1.0.4 (proc-macro)
│ │ │ │ │ │ ├── proc-macro2 v1.0.32 (*)
│ │ │ │ │ │ └── quote v1.0.10 (*)
│ │ │ │ │ │ [build-dependencies]
│ │ │ │ │ │ └── version_check v0.9.3
│ │ │ │ │ ├── proc-macro2 v1.0.32 (*)
│ │ │ │ │ ├── quote v1.0.10 (*)
│ │ │ │ │ └── syn v1.0.81 (*)
│ │ │ │ │ [build-dependencies]
│ │ │ │ │ └── version_check v0.9.3
│ │ │ │ ├── proc-macro2 v1.0.32 (*)
│ │ │ │ ├── quote v1.0.10 (*)
│ │ │ │ └── syn v1.0.81 (*)
│ │ │ ├── indexmap v1.7.0
│ │ │ │ └── hashbrown v0.11.2
│ │ │ │ [build-dependencies]
│ │ │ │ └── autocfg v1.0.1
│ │ │ ├── lazy_static v1.4.0
│ │ │ ├── os_str_bytes v4.2.0
│ │ │ │ └── memchr v2.4.1
│ │ │ ├── strsim v0.10.0
│ │ │ ├── termcolor v1.1.2
│ │ │ ├── textwrap v0.14.2
│ │ │ │ └── unicode-width v0.1.9
│ │ │ └── unicase v2.6.0
│ │ │ [build-dependencies]
│ │ │ └── version_check v0.9.3
│ │ ├── env_logger v0.9.0
│ │ │ ├── atty v0.2.14 (*)
│ │ │ ├── humantime v2.1.0
│ │ │ ├── log v0.4.14
│ │ │ │ └── cfg-if v1.0.0
│ │ │ ├── regex v1.5.4 (*)
│ │ │ └── termcolor v1.1.2
│ │ ├── inflections v1.1.1
│ │ ├── log v0.4.14 (*)
│ │ ├── proc-macro2 v1.0.32 (*)
│ │ ├── quote v1.0.10 (*)
│ │ ├── regex v1.5.4 (*)
│ │ ├── serde v1.0.130
│ │ │ └── serde_derive v1.0.130 (proc-macro)
│ │ │ ├── proc-macro2 v1.0.32 (*)
│ │ │ ├── quote v1.0.10 (*)
│ │ │ └── syn v1.0.81 (*)
│ │ ├── serde_yaml v0.8.21
│ │ │ ├── dtoa v0.4.8
│ │ │ ├── indexmap v1.7.0 (*)
│ │ │ ├── serde v1.0.130 (*)
│ │ │ └── yaml-rust v0.4.5
│ │ │ └── linked-hash-map v0.5.4
│ │ ├── svd-parser v0.10.2
│ │ │ ├── anyhow v1.0.44
│ │ │ ├── once_cell v1.8.0
│ │ │ ├── rayon v1.5.1
│ │ │ │ ├── crossbeam-deque v0.8.1
│ │ │ │ │ ├── cfg-if v1.0.0
│ │ │ │ │ ├── crossbeam-epoch v0.9.5
│ │ │ │ │ │ ├── cfg-if v1.0.0
│ │ │ │ │ │ ├── crossbeam-utils v0.8.5
│ │ │ │ │ │ │ ├── cfg-if v1.0.0
│ │ │ │ │ │ │ └── lazy_static v1.4.0
│ │ │ │ │ │ ├── lazy_static v1.4.0
│ │ │ │ │ │ ├── memoffset v0.6.4
│ │ │ │ │ │ │ [build-dependencies]
│ │ │ │ │ │ │ └── autocfg v1.0.1
│ │ │ │ │ │ └── scopeguard v1.1.0
│ │ │ │ │ └── crossbeam-utils v0.8.5 (*)
│ │ │ │ ├── either v1.6.1
│ │ │ │ └── rayon-core v1.9.1
│ │ │ │ ├── crossbeam-channel v0.5.1
│ │ │ │ │ ├── cfg-if v1.0.0
│ │ │ │ │ └── crossbeam-utils v0.8.5 (*)
│ │ │ │ ├── crossbeam-deque v0.8.1 (*)
│ │ │ │ ├── crossbeam-utils v0.8.5 (*)
│ │ │ │ ├── lazy_static v1.4.0
│ │ │ │ └── num_cpus v1.13.0
│ │ │ │ └── libc v0.2.105
│ │ │ │ [build-dependencies]
│ │ │ │ └── autocfg v1.0.1
│ │ │ ├── regex v1.5.4 (*)
│ │ │ ├── thiserror v1.0.30
│ │ │ │ └── thiserror-impl v1.0.30 (proc-macro)
│ │ │ │ ├── proc-macro2 v1.0.32 (*)
│ │ │ │ ├── quote v1.0.10 (*)
│ │ │ │ └── syn v1.0.81 (*)
│ │ │ └── xmltree v0.8.0
│ │ │ └── xml-rs v0.7.0
│ │ │ └── bitflags v1.3.2
│ │ └── thiserror v1.0.30 (*)
│ ├── proc-macro2 v1.0.32 (*)
│ ├── regex v1.5.4 (*)
│ ├── serde v1.0.130 (*)
│ └── serde_yaml v0.8.21 (*)
│ [build-dependencies]
│ ├── serde v1.0.130 (*)
│ ├── serde_yaml v0.8.21 (*)
│ └── stm32-metapac v0.1.0 (/Volumes/External HD/repos/drogue/embassy/stm32-metapac)
│ └── cortex-m v0.7.3
│ ├── bare-metal v0.2.5
│ │ [build-dependencies]
│ │ └── rustc_version v0.2.3 (*)
│ ├── bitfield v0.13.2
│ ├── embedded-hal v0.2.6
│ │ ├── nb v0.1.3
│ │ │ └── nb v1.0.0
│ │ └── void v1.0.2
│ └── volatile-register v0.2.1
│ └── vcell v0.1.3
│ [build-dependencies]
│ ├── regex v1.5.4 (*)
│ └── stm32-metapac-gen v0.1.0 (/Volumes/External HD/repos/drogue/embassy/stm32-metapac-gen) (*)
├── embassy-traits v0.1.0 (/Volumes/External HD/repos/drogue/embassy/embassy-traits) (*)
├── embedded-hal v0.2.6 (*)
├── futures v0.3.17 (*)
├── heapless v0.7.7 (*)
├── micromath v2.0.0
├── panic-probe v0.2.1
│ ├── cortex-m v0.7.3 (*)
│ └── defmt v0.2.3 (*)
└── rtt-target v0.3.1
├── cortex-m v0.7.3 (*)
└── ufmt-write v0.1.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment