Ulf Lilleengen
|
f8ebc967a9
|
Add implementation of async trait for STM32 I2C v2
* Add DMA read implementation for I2C v2
* Add example using DMA for I2C
|
2021-10-21 12:30:02 +02:00 |
|
Tobias Pisani
|
39880de958
|
partial alternate function configuration on STM32f1
|
2021-10-11 22:57:10 +02:00 |
|
Mariusz Ryndzionek
|
bce909ec1e
|
Initial STM32F1 family support with two examples for STM32F103C8 (Blue Pill)
|
2021-09-28 18:31:04 +02:00 |
|
Mariusz Ryndzionek
|
e4b37c40c9
|
Code review request - moving OutputType to mod sealed
|
2021-09-24 19:56:48 +02:00 |
|
Mariusz Ryndzionek
|
d371298a27
|
Small adjustment to 'set_as_af' interface
Small adjustment to 'set_as_af' interface - v2
|
2021-09-24 18:39:07 +02:00 |
|
Dario Nieuwenhuis
|
ead987245d
|
embassy: Refactor module structure to remove kitchen-sink util .
|
2021-09-11 02:35:35 +02:00 |
|
Thales Fragoso
|
64a3ebd183
|
i2c-v2: Use new interrupts macro
|
2021-08-01 19:10:42 -03:00 |
|
Thales Fragoso
|
c1bb83d29d
|
i2c-v2: Deref interrupt enabling in write_dma_internal
|
2021-08-01 19:10:42 -03:00 |
|
Thales Fragoso
|
6ddc83029a
|
i2c-v2: Simplify write_dma
|
2021-08-01 19:10:42 -03:00 |
|
Thales Fragoso
|
362f7efe99
|
i2c-v2: Implement write_dma and write_dma_vectored
|
2021-08-01 19:10:42 -03:00 |
|
Dario Nieuwenhuis
|
7bfb763e09
|
Rename embassy-extras to embassy-hal-common
|
2021-07-29 13:44:51 +02:00 |
|
Thales Fragoso
|
e06628cdfb
|
Update stm32-data
|
2021-07-14 23:39:50 -03:00 |
|
Thales Fragoso
|
aa8c7f990f
|
i2c-v2: Implement write_vectored
|
2021-07-14 23:39:50 -03:00 |
|
Thales Fragoso
|
f2e78e9c34
|
i2c-v2: Correct number of chunks calculation
|
2021-07-14 23:39:50 -03:00 |
|
Thales Fragoso
|
8c7f8a61e3
|
i2c-v2: Support transfers with more than 255 bytes
|
2021-07-14 23:39:50 -03:00 |
|
Bob McWhirter
|
f5ce807e25
|
Let's adjust i2c the correct way, removing the correct APBesque frequency, not the i2c periph speed.
|
2021-07-02 13:54:07 -04:00 |
|
Bob McWhirter
|
9f5d35d891
|
Remove the frequency argument for i2c, move to using RccPeripheral.
|
2021-07-01 13:53:57 -04:00 |
|
Rukai
|
010b2b9497
|
Fix stm32 warnings
|
2021-06-06 00:46:20 +10:00 |
|
Bob McWhirter
|
240616aa72
|
General clean-up and removal of dead code.
|
2021-06-03 14:25:17 -04:00 |
|
Bob McWhirter
|
3dd497c1e6
|
Refactor some I2c signal pin macro.
|
2021-06-03 13:12:38 -04:00 |
|
Bob McWhirter
|
6958091b50
|
Move DAC, I2C, SPI and RNG to macro-tables.
|
2021-06-03 13:12:38 -04:00 |
|
Dario Nieuwenhuis
|
b2d8d23f4c
|
more fix
|
2021-05-31 03:25:10 +02:00 |
|
Dario Nieuwenhuis
|
d24b67512f
|
More fixes
|
2021-05-31 03:21:44 +02:00 |
|
Dario Nieuwenhuis
|
d8e4421fc6
|
Add stm32-metapac crate, with codegen in rust
|
2021-05-31 02:40:58 +02:00 |
|
Bob McWhirter
|
a9ec941dca
|
i2c v1
|
2021-05-25 14:47:07 -04:00 |
|
Bob McWhirter
|
aed8283cd5
|
Finalize i2c v2.
|
2021-05-25 10:02:40 -04:00 |
|