Skip to content

Instantly share code, notes, and snippets.

@bobmcwhirter
Created August 20, 2021 18:01
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/74b7c9d4261c650e6b2765efa29c201e to your computer and use it in GitHub Desktop.
Save bobmcwhirter/74b7c9d4261c650e6b2765efa29c201e to your computer and use it in GitHub Desktop.
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
│ │ │ └── nb v1.0.0
│ │ └── void v1.0.2
│ └── volatile-register v0.2.1
│ └── vcell v0.1.3
├── cortex-m-rt v0.6.15 device
│ ├── cortex-m-rt-macros v0.6.15 (proc-macro)
│ │ ├── proc-macro2 v1.0.28 default,proc-macro
│ │ │ └── unicode-xid v0.2.2 default
│ │ ├── quote v1.0.9 default,proc-macro
│ │ │ └── proc-macro2 v1.0.28 default,proc-macro (*)
│ │ └── syn v1.0.74 clone-impls,default,derive,extra-traits,full,parsing,printing,proc-macro,quote,visit-mut
│ │ ├── proc-macro2 v1.0.28 default,proc-macro (*)
│ │ ├── quote v1.0.9 default,proc-macro (*)
│ │ └── unicode-xid v0.2.2 default
│ └── r0 v0.2.2
├── defmt v0.2.3
│ └── defmt-macros v0.2.3 (proc-macro)
│ ├── defmt-parser v0.2.2 unstable
│ ├── proc-macro2 v1.0.28 default,proc-macro (*)
│ ├── quote v1.0.9 default,proc-macro (*)
│ └── syn v1.0.74 clone-impls,default,derive,extra-traits,full,parsing,printing,proc-macro,quote,visit-mut (*)
│ [build-dependencies]
│ └── semver v1.0.4 default,std
├── 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.13.0
│ │ │ ├── generic-array v0.13.3
│ │ │ │ └── typenum v1.13.0
│ │ │ ├── generic-array v0.14.4
│ │ │ │ └── typenum v1.13.0
│ │ │ │ [build-dependencies]
│ │ │ │ └── version_check v0.9.3
│ │ │ └── stable_deref_trait v1.2.0
│ │ ├── bare-metal v0.2.5 const-fn (*)
│ │ ├── bitfield v0.13.2
│ │ ├── cortex-m v0.7.3 inline-asm (*)
│ │ └── volatile-register v0.2.1 (*)
│ └── defmt v0.2.3 (*)
├── drogue-device v0.1.0 (/Users/bob/repos/drogue/drogue-device/device) defmt,defmt-trace,moveslice,nom,wifi+esp8266
│ ├── atomic-polyfill v0.1.3
│ ├── base64 v0.13.0
│ ├── critical-section v0.2.1
│ │ ├── bare-metal v1.0.0
│ │ ├── cfg-if v1.0.0
│ │ └── cortex-m v0.7.3 inline-asm (*)
│ ├── defmt v0.2.3 (*)
│ ├── embassy v0.1.0 (/Users/bob/repos/drogue/embassy/embassy) default,defmt,defmt-info,time,time-tick-32768hz
│ │ ├── atomic-polyfill v0.1.3
│ │ ├── cortex-m v0.7.3 inline-asm (*)
│ │ ├── critical-section v0.2.1 (*)
│ │ ├── defmt v0.2.3 (*)
│ │ ├── embassy-macros v0.1.0 (proc-macro) (/Users/bob/repos/drogue/embassy/embassy-macros) stm32
│ │ │ ├── darling v0.10.2 default,suggestions
│ │ │ │ ├── darling_core v0.10.2 strsim,suggestions
│ │ │ │ │ ├── fnv v1.0.7 default,std
│ │ │ │ │ ├── ident_case v1.0.1
│ │ │ │ │ ├── proc-macro2 v1.0.28 default,proc-macro (*)
│ │ │ │ │ ├── quote v1.0.9 default,proc-macro (*)
│ │ │ │ │ ├── strsim v0.9.3
│ │ │ │ │ └── syn v1.0.74 clone-impls,default,derive,extra-traits,full,parsing,printing,proc-macro,quote,visit-mut (*)
│ │ │ │ └── darling_macro v0.10.2 (proc-macro)
│ │ │ │ ├── darling_core v0.10.2 strsim,suggestions (*)
│ │ │ │ ├── quote v1.0.9 default,proc-macro (*)
│ │ │ │ └── syn v1.0.74 clone-impls,default,derive,extra-traits,full,parsing,printing,proc-macro,quote,visit-mut (*)
│ │ │ ├── proc-macro2 v1.0.28 default,proc-macro (*)
│ │ │ ├── quote v1.0.9 default,proc-macro (*)
│ │ │ └── syn v1.0.74 clone-impls,default,derive,extra-traits,full,parsing,printing,proc-macro,quote,visit-mut (*)
│ │ ├── embassy-traits v0.1.0 (/Users/bob/repos/drogue/embassy/embassy-traits)
│ │ │ └── embedded-hal v0.2.6 unproven (*)
│ │ ├── embedded-hal v0.2.6 unproven (*)
│ │ ├── futures v0.3.16 async-await,cfg-target-has-atomic,unstable
│ │ │ ├── futures-channel v0.3.16 futures-sink,sink,unstable
│ │ │ │ ├── futures-core v0.3.16 unstable
│ │ │ │ └── futures-sink v0.3.16
│ │ │ ├── futures-core v0.3.16 unstable
│ │ │ ├── futures-io v0.3.16 unstable
│ │ │ ├── futures-sink v0.3.16
│ │ │ ├── futures-task v0.3.16 unstable
│ │ │ └── futures-util v0.3.16 async-await,async-await-macro,futures-macro,futures-sink,proc-macro-hack,proc-macro-nested,sink,unstable
│ │ │ ├── futures-core v0.3.16 unstable
│ │ │ ├── futures-macro v0.3.16 (proc-macro)
│ │ │ │ ├── proc-macro-hack v0.5.19 (proc-macro)
│ │ │ │ ├── proc-macro2 v1.0.28 default,proc-macro (*)
│ │ │ │ ├── quote v1.0.9 default,proc-macro (*)
│ │ │ │ └── syn v1.0.74 clone-impls,default,derive,extra-traits,full,parsing,printing,proc-macro,quote,visit-mut (*)
│ │ │ │ [build-dependencies]
│ │ │ │ └── autocfg v1.0.1
│ │ │ ├── futures-sink v0.3.16
│ │ │ ├── futures-task v0.3.16 unstable
│ │ │ ├── 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
│ │ └── pin-project v1.0.8
│ │ └── pin-project-internal v1.0.8 (proc-macro)
│ │ ├── proc-macro2 v1.0.28 default,proc-macro (*)
│ │ ├── quote v1.0.9 default,proc-macro (*)
│ │ └── syn v1.0.74 clone-impls,default,derive,extra-traits,full,parsing,printing,proc-macro,quote,visit-mut (*)
│ ├── embedded-hal v0.2.6 unproven (*)
│ ├── futures v0.3.16 async-await,cfg-target-has-atomic,unstable (*)
│ ├── generic-array v0.14.4 (*)
│ ├── heapless v0.6.1 cas,default
│ │ ├── as-slice v0.1.5 (*)
│ │ ├── generic-array v0.14.4 (*)
│ │ ├── hash32 v0.1.1
│ │ │ └── byteorder v1.4.3
│ │ └── stable_deref_trait v1.2.0
│ ├── moveslice v2.0.1
│ └── nom v6.1.2
│ └── memchr v2.4.1
│ [build-dependencies]
│ └── version_check v0.9.3
├── embassy v0.1.0 (/Users/bob/repos/drogue/embassy/embassy) default,defmt,defmt-info,time,time-tick-32768hz (*)
├── embassy-stm32 v0.1.0 (/Users/bob/repos/drogue/embassy/embassy-stm32) _time-driver,defmt,defmt-info,memory-x,stm32h743zi,time-driver-tim2
│ ├── atomic-polyfill v0.1.3
│ ├── bare-metal v1.0.0
│ ├── bxcan v0.5.1
│ │ ├── bitflags v1.3.2 default
│ │ ├── 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 inline-asm (*)
│ ├── cortex-m-rt v0.6.15 device (*)
│ ├── critical-section v0.2.1 (*)
│ ├── defmt v0.2.3 (*)
│ ├── embassy v0.1.0 (/Users/bob/repos/drogue/embassy/embassy) default,defmt,defmt-info,time,time-tick-32768hz (*)
│ ├── embassy-hal-common v0.1.0 (/Users/bob/repos/drogue/embassy/embassy-hal-common)
│ │ ├── cortex-m v0.7.3 inline-asm (*)
│ │ ├── embassy v0.1.0 (/Users/bob/repos/drogue/embassy/embassy) default,defmt,defmt-info,time,time-tick-32768hz (*)
│ │ └── usb-device v0.2.8
│ ├── embassy-macros v0.1.0 (proc-macro) (/Users/bob/repos/drogue/embassy/embassy-macros) stm32 (*)
│ ├── embassy-traits v0.1.0 (/Users/bob/repos/drogue/embassy/embassy-traits) (*)
│ ├── embedded-hal v0.2.6 unproven (*)
│ ├── futures v0.3.16 async-await,cfg-target-has-atomic,unstable (*)
│ ├── rand_core v0.6.3
│ ├── sdio-host v0.5.0
│ └── stm32-metapac v0.1.0 (/Users/bob/repos/drogue/embassy/stm32-metapac) cortex-m-rt,memory-x,rt,stm32h743zi
│ ├── cortex-m v0.7.3 inline-asm (*)
│ └── cortex-m-rt v0.6.15 device (*)
│ [build-dependencies]
│ ├── regex v1.5.4 aho-corasick,default,memchr,perf,perf-cache,perf-dfa,perf-inline,perf-literal,std,unicode,unicode-age,unicode-bool,unicode-case,unicode-gencat,unicode-perl,unicode-script,unicode-segment
│ │ ├── aho-corasick v0.7.18 default,std
│ │ │ └── memchr v2.4.1 default,std
│ │ ├── memchr v2.4.1 default,std
│ │ └── regex-syntax v0.6.25 default,unicode,unicode-age,unicode-bool,unicode-case,unicode-gencat,unicode-perl,unicode-script,unicode-segment
│ └── stm32-metapac-gen v0.1.0 (/Users/bob/repos/drogue/embassy/stm32-metapac-gen)
│ ├── chiptool v0.1.0 (https://github.com/embassy-rs/chiptool?rev=31c3c09197d63d29eddbf4c70d6158edac0ac5d3#31c3c091)
│ │ ├── anyhow v1.0.43 default,std
│ │ ├── cast v0.2.7 default,std
│ │ │ [build-dependencies]
│ │ │ └── rustc_version v0.4.0
│ │ │ └── semver v1.0.4 default,std
│ │ ├── clap v3.0.0-beta.4 atty,cargo,clap_derive,color,default,derive,env,lazy_static,std,strsim,suggestions,termcolor,unicode_help
│ │ │ ├── atty v0.2.14
│ │ │ │ └── libc v0.2.99 default,std
│ │ │ ├── bitflags v1.3.2 default
│ │ │ ├── clap_derive v3.0.0-beta.4 (proc-macro) default
│ │ │ │ ├── heck v0.3.3
│ │ │ │ │ └── unicode-segmentation v1.8.0
│ │ │ │ ├── proc-macro-error v1.0.4 default,syn,syn-error
│ │ │ │ │ ├── proc-macro-error-attr v1.0.4 (proc-macro)
│ │ │ │ │ │ ├── proc-macro2 v1.0.28 default,proc-macro (*)
│ │ │ │ │ │ └── quote v1.0.9 default,proc-macro (*)
│ │ │ │ │ │ [build-dependencies]
│ │ │ │ │ │ └── version_check v0.9.3
│ │ │ │ │ ├── proc-macro2 v1.0.28 default,proc-macro (*)
│ │ │ │ │ ├── quote v1.0.9 default,proc-macro (*)
│ │ │ │ │ └── syn v1.0.74 clone-impls,default,derive,extra-traits,full,parsing,printing,proc-macro,quote,visit-mut (*)
│ │ │ │ │ [build-dependencies]
│ │ │ │ │ └── version_check v0.9.3
│ │ │ │ ├── proc-macro2 v1.0.28 default,proc-macro (*)
│ │ │ │ ├── quote v1.0.9 default,proc-macro (*)
│ │ │ │ └── syn v1.0.74 clone-impls,default,derive,extra-traits,full,parsing,printing,proc-macro,quote,visit-mut (*)
│ │ │ ├── indexmap v1.7.0 std
│ │ │ │ └── hashbrown v0.11.2 raw
│ │ │ │ [build-dependencies]
│ │ │ │ └── autocfg v1.0.1
│ │ │ ├── lazy_static v1.4.0
│ │ │ ├── os_str_bytes v3.1.0 raw
│ │ │ ├── strsim v0.10.0
│ │ │ ├── termcolor v1.1.2
│ │ │ ├── textwrap v0.14.2 unicode-width
│ │ │ │ └── unicode-width v0.1.8 default
│ │ │ └── vec_map v0.8.2
│ │ ├── env_logger v0.9.0 atty,default,humantime,regex,termcolor
│ │ │ ├── atty v0.2.14 (*)
│ │ │ ├── humantime v2.1.0
│ │ │ ├── log v0.4.14 std
│ │ │ │ └── cfg-if v1.0.0
│ │ │ ├── regex v1.5.4 aho-corasick,default,memchr,perf,perf-cache,perf-dfa,perf-inline,perf-literal,std,unicode,unicode-age,unicode-bool,unicode-case,unicode-gencat,unicode-perl,unicode-script,unicode-segment (*)
│ │ │ └── termcolor v1.1.2
│ │ ├── inflections v1.1.1
│ │ ├── log v0.4.14 std (*)
│ │ ├── proc-macro2 v1.0.28 default,proc-macro (*)
│ │ ├── quote v1.0.9 default,proc-macro (*)
│ │ ├── regex v1.5.4 aho-corasick,default,memchr,perf,perf-cache,perf-dfa,perf-inline,perf-literal,std,unicode,unicode-age,unicode-bool,unicode-case,unicode-gencat,unicode-perl,unicode-script,unicode-segment (*)
│ │ ├── serde v1.0.127 default,derive,serde_derive,std
│ │ │ └── serde_derive v1.0.127 (proc-macro) default
│ │ │ ├── proc-macro2 v1.0.28 default,proc-macro (*)
│ │ │ ├── quote v1.0.9 default,proc-macro (*)
│ │ │ └── syn v1.0.74 clone-impls,default,derive,extra-traits,full,parsing,printing,proc-macro,quote,visit-mut (*)
│ │ ├── serde_yaml v0.8.18
│ │ │ ├── dtoa v0.4.8
│ │ │ ├── linked-hash-map v0.5.4
│ │ │ ├── serde v1.0.127 default,derive,serde_derive,std (*)
│ │ │ └── yaml-rust v0.4.5
│ │ │ └── linked-hash-map v0.5.4
│ │ ├── svd-parser v0.10.2 derive-from
│ │ │ ├── anyhow v1.0.43 default,std
│ │ │ ├── once_cell v1.8.0 alloc,default,race,std
│ │ │ ├── rayon v1.5.1
│ │ │ │ ├── crossbeam-deque v0.8.1 crossbeam-epoch,crossbeam-utils,default,std
│ │ │ │ │ ├── cfg-if v1.0.0
│ │ │ │ │ ├── crossbeam-epoch v0.9.5 alloc,lazy_static,std
│ │ │ │ │ │ ├── cfg-if v1.0.0
│ │ │ │ │ │ ├── crossbeam-utils v0.8.5 default,lazy_static,std
│ │ │ │ │ │ │ ├── cfg-if v1.0.0
│ │ │ │ │ │ │ └── lazy_static v1.4.0
│ │ │ │ │ │ ├── lazy_static v1.4.0
│ │ │ │ │ │ ├── memoffset v0.6.4 default
│ │ │ │ │ │ │ [build-dependencies]
│ │ │ │ │ │ │ └── autocfg v1.0.1
│ │ │ │ │ │ └── scopeguard v1.1.0
│ │ │ │ │ └── crossbeam-utils v0.8.5 default,lazy_static,std (*)
│ │ │ │ ├── either v1.6.1
│ │ │ │ └── rayon-core v1.9.1
│ │ │ │ ├── crossbeam-channel v0.5.1 crossbeam-utils,default,std
│ │ │ │ │ ├── cfg-if v1.0.0
│ │ │ │ │ └── crossbeam-utils v0.8.5 default,lazy_static,std (*)
│ │ │ │ ├── crossbeam-deque v0.8.1 crossbeam-epoch,crossbeam-utils,default,std (*)
│ │ │ │ ├── crossbeam-utils v0.8.5 default,lazy_static,std (*)
│ │ │ │ ├── lazy_static v1.4.0
│ │ │ │ └── num_cpus v1.13.0
│ │ │ │ └── libc v0.2.99 default,std
│ │ │ │ [build-dependencies]
│ │ │ │ └── autocfg v1.0.1
│ │ │ ├── regex v1.5.4 aho-corasick,default,memchr,perf,perf-cache,perf-dfa,perf-inline,perf-literal,std,unicode,unicode-age,unicode-bool,unicode-case,unicode-gencat,unicode-perl,unicode-script,unicode-segment (*)
│ │ │ ├── thiserror v1.0.26
│ │ │ │ └── thiserror-impl v1.0.26 (proc-macro)
│ │ │ │ ├── proc-macro2 v1.0.28 default,proc-macro (*)
│ │ │ │ ├── quote v1.0.9 default,proc-macro (*)
│ │ │ │ └── syn v1.0.74 clone-impls,default,derive,extra-traits,full,parsing,printing,proc-macro,quote,visit-mut (*)
│ │ │ └── xmltree v0.8.0
│ │ │ └── xml-rs v0.7.0
│ │ │ └── bitflags v1.3.2 default
│ │ └── thiserror v1.0.26 (*)
│ ├── proc-macro2 v1.0.28 default,proc-macro (*)
│ ├── regex v1.5.4 aho-corasick,default,memchr,perf,perf-cache,perf-dfa,perf-inline,perf-literal,std,unicode,unicode-age,unicode-bool,unicode-case,unicode-gencat,unicode-perl,unicode-script,unicode-segment (*)
│ ├── serde v1.0.127 default,derive,serde_derive,std (*)
│ └── serde_yaml v0.8.18 (*)
│ [build-dependencies]
│ ├── serde v1.0.127 default,derive,serde_derive,std (*)
│ ├── serde_yaml v0.8.18 (*)
│ └── stm32-metapac v0.1.0 (/Users/bob/repos/drogue/embassy/stm32-metapac) memory-x,stm32h743zi
│ └── cortex-m v0.7.3
│ ├── bare-metal v0.2.5 const-fn
│ │ [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 aho-corasick,default,memchr,perf,perf-cache,perf-dfa,perf-inline,perf-literal,std,unicode,unicode-age,unicode-bool,unicode-case,unicode-gencat,unicode-perl,unicode-script,unicode-segment (*)
│ └── stm32-metapac-gen v0.1.0 (/Users/bob/repos/drogue/embassy/stm32-metapac-gen) (*)
├── embedded-hal v0.2.6 unproven (*)
├── epd-waveshare v0.5.0 (/Users/bob/repos/epd-waveshare) default,defmt-default,embedded-graphics,embedded-graphics-core,graphics
│ ├── bit_field v0.10.1
│ ├── defmt v0.2.3 (*)
│ ├── embedded-graphics v0.7.1 default
│ │ ├── az v1.1.1
│ │ ├── byteorder v1.4.3
│ │ ├── embedded-graphics-core v0.3.2 default
│ │ │ ├── az v1.1.1
│ │ │ └── byteorder v1.4.3
│ │ ├── float-cmp v0.8.0 default,num-traits,ratio
│ │ │ └── num-traits v0.2.14
│ │ │ [build-dependencies]
│ │ │ └── autocfg v1.0.1
│ │ └── micromath v1.1.1
│ ├── embedded-graphics-core v0.3.2 default (*)
│ └── embedded-hal v0.2.6 unproven (*)
├── heapless v0.6.1 cas,default (*)
├── panic-probe v0.2.0 defmt,defmt-error,print-defmt
│ ├── cortex-m v0.6.7 (*)
│ ├── cortex-m-rt v0.6.15 device (*)
│ └── defmt v0.2.3 (*)
└── void v1.0.2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment