Skip to content

Commit 927eee3

Browse files
committed
Example code for embedded usage
- A parsing function that extracts the DMX data would be useful - A packing function is required to make an sACN source example Perhaps these already exist in some form but just need to be made pub, or I have to search a bit more.
1 parent aee6108 commit 927eee3

8 files changed

Lines changed: 1994 additions & 0 deletions

File tree

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
[target.'cfg(all(target_arch = "arm", target_os = "none"))']
2+
rustflags = ['--cfg', 'getrandom_backend="custom"']
3+
# replace STM32G071C8Rx with your chip as listed in `probe-rs chip list`
4+
runner = "probe-rs run --chip STM32F746NGHx --connect-under-reset --speed 4600"
5+
[build]
6+
target = "thumbv7em-none-eabi" # <-change for your platform
7+
8+
[env]
9+
DEFMT_LOG = "debug" # <- can change to info, warn, or error

0 commit comments

Comments
 (0)