38b5d1ee2b
stm32/can: implement more convenience methods
2023-07-28 14:22:24 +03:00
44c8db2911
Merge pull request #1681 from alexferro/feature/stm32-dma-read-exact
...
Add a STM32/DMARingBuffer::read_exact helper
2023-07-28 01:16:48 +00:00
bbd2563e13
Merge pull request #1696 from OueslatiGhaith/hci
...
wpan: update stm32wb-hci to version 0.1.4
2023-07-27 15:08:53 +00:00
a6543cef16
wpan: update stm32wb-hci
2023-07-27 15:00:01 +01:00
2815540167
Merge pull request #1694 from ceekdee/main
...
Use lora-phy v1.2.1; modify embassy-lora dependencies
2023-07-27 13:55:37 +00:00
8f1ea85938
Merge branch 'main' into main
2023-07-27 08:50:53 -05:00
3ee3f0e21c
Merge pull request #1693 from esden/ex-enable-release-debug
...
Added debug=2 in release profile to all examples.
2023-07-27 10:56:42 +00:00
13acca624f
Correct embassy-lora time feature
2023-07-26 22:23:02 -05:00
c54ae73d49
Use lora-phy v1.2.1; modify embassy-lora dependencies.
2023-07-26 21:51:09 -05:00
858ddf6777
Added debug=2 in release profile to all examples.
...
This makes rtt output work right when using `cargo run` in release mode.
Debug was already enabled for release builds in some of the examples but
not all.
2023-07-26 18:32:40 -07:00
77e34c5e8a
Merge pull request #1684 from xoviat/wpan
...
stm32/rcc: move rcc logic from ipcc
2023-07-25 01:22:07 +00:00
270d1d59a0
stm32/rcc: use wpan default only for wpan
2023-07-24 18:25:15 -05:00
1425dda0a7
stm32/rcc: fix minor issues
2023-07-24 17:19:45 -05:00
9f898c460f
Merge pull request #1685 from chemicstry/bxcan_async_enable
...
stm32/can: bxcan async enable
2023-07-24 15:24:18 +00:00
2a0fe73045
stm32/can: bxcan async enable
2023-07-24 17:53:23 +03:00
8d50f8a3d3
Merge pull request #1678 from JuliDi/dac-v3
...
Add DAC v3
2023-07-24 14:42:15 +00:00
622fcb0e10
Merge branch 'embassy-rs:main' into dac-v3
2023-07-24 16:40:05 +02:00
7fc138c91e
Merge pull request #1676 from adamgreig/fix-dac-example
...
stm32: Fix DAC examples
2023-07-24 14:18:37 +00:00
5b32db7564
Merge branch 'embassy-rs:main' into dac-v3
2023-07-24 12:51:18 +02:00
bd60f003e0
stm32/rcc: move rcc logic from ipcc
2023-07-23 17:01:34 -05:00
4883fdd154
Add a STM32/DMARingBuffer::read_exact helper
...
This provides a helper function with an async implementation, that
will only return (or error) when it was able to read that many bytes,
sleeping until ready.
Additionally, corrected the documentation for Ringbuffer functions to use
"elements" instead of "bytes" as the types were already generic over the
word/element size.
2023-07-22 17:17:01 -06:00
18b9b6c780
Merge pull request #1679 from adamgreig/examples-chip-name
...
Add notes about setting chip name correctly for examples
2023-07-22 22:07:29 +00:00
fbcc587eca
update readme
2023-07-22 17:06:04 -05:00
fbe30b2453
Add notes about setting chip name correctly for examples.
2023-07-22 21:58:29 +01:00
8e230bf6ec
add missing TransferOptions fields for DMA
2023-07-22 21:36:03 +02:00
603ea9f310
Merge pull request #1677 from xoviat/update-metapac
...
stm32: update metapac
2023-07-22 18:35:09 +00:00
a56b3e9a44
update feature gates for v3
2023-07-22 19:47:36 +02:00
0378366e29
Merge remote-tracking branch 'xoviat/update-metapac' into fix-dac-example
2023-07-22 19:26:20 +02:00
80ce6d1fb7
update DAC triggers to incorporate v3
2023-07-22 19:25:02 +02:00
ba8e5d8589
rustfmt
2023-07-22 12:10:50 -05:00
192cdc2f85
stm32: suppress adc f3
2023-07-22 12:07:02 -05:00
64f8a779ca
stm32: add dac fix
2023-07-22 11:54:54 -05:00
5693ed1178
stm32: add minimal fdcan impl
2023-07-22 11:50:30 -05:00
19c6c698b5
stm32: update metapac
2023-07-22 11:43:14 -05:00
224fbc8125
stm32: remove duplicate features from stm32f4 examples Cargo.toml
2023-07-22 13:19:29 +01:00
e5b4641f9e
stm32/dac: set pin mode to analog (ref #334 )
2023-07-22 13:19:26 +01:00
c83552eadc
stm32: fix DAC examples
...
The DAC driver defaults to enabling the channel trigger, but leaves it
at the default value of TIM6 TRGO, then performs a software trigger
after writing the new output value. We could change the trigger
selection to software trigger, but for this example it's simpler to just
disable the trigger.
2023-07-22 12:57:49 +01:00
4db63677f6
Merge pull request #1658 from xoviat/mac
...
implement most infra for wpan mac
2023-07-21 22:29:15 +00:00
f4d6a23f92
wpan/mac: misc fixes
2023-07-21 17:02:36 -05:00
2cdd593290
Merge branch 'main' of https://github.com/embassy-rs/embassy into mac
2023-07-21 16:24:48 -05:00
c675208b8a
wpan: complete prelim. command impl.
2023-07-21 16:10:34 -05:00
899a68325c
wpan: impl. draft control scheme
2023-07-20 20:51:49 -05:00
c80c232a72
wpan: impl. debug for structs
2023-07-20 19:52:36 -05:00
83ff626c47
wpan/mac: incr. runner msdu handle
2023-07-20 17:00:03 -05:00
809d3476aa
wpan: further optimize mac event
2023-07-20 16:45:04 -05:00
4d1d125f41
Merge pull request #1673 from pennae/rp-disable-adc
...
rp: disable adc hardware on Adc drop
2023-07-20 14:21:40 +00:00
a3d4ae85b0
rp: disable adc hardware on Adc drop
...
the adc constantly pulls a small but significant amount of current while
the hardware is enabled. this can have quite an effect on sleeping
devices that also use the adc.
2023-07-20 15:48:59 +02:00
02d57afd51
rustfmt
2023-07-19 17:52:07 -05:00
28254842db
- optimize event to parse opcode only once
...
- optimze channels
- return mut ref for smoltcp rx
2023-07-19 17:49:08 -05:00
3382ca1a54
Merge pull request #1667 from quentinmit/nrf-pdm
...
nrf/pdm: Add continuous sampling API
2023-07-19 10:15:39 +00:00