aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | review commentsmatteo2025-09-3010-114/+78
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | working nrf52840 examplesmatteo2025-09-233-22/+76
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | update hid examplesmatteo2025-09-238-8/+40
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | add usb subclass boot and usb protocol mouse and keyboardmatteo2025-09-231-5/+90
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | fix changelogmatteo2025-09-212-4/+2
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | update commentsmatteo2025-09-211-3/+3
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | fix compilation with usbd-hid feature offmatteo2025-09-211-0/+25
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Add support for changing hid protocol modematteo2025-09-213-8/+37
| | | | | | | | | | | | | | |
| | | | * | | | | | | | | | | stm32: Add i2c v2 transaction testHybridChild2025-11-124-77/+109
| | | | | | | | | | | | | | |
| | | | * | | | | | | | | | | stm32: Add entry about i2c v2 transaction implementationHybridChild2025-11-121-1/+2
| | | | | | | | | | | | | | |
| | | | * | | | | | | | | | | stm32/i2c_v2: Refactor transaction implementationHybridChild2025-11-121-54/+33
| | | | | | | | | | | | | | |
| | | | * | | | | | | | | | | stm32/i2c_v2: Add transaction testHybridChild2025-11-122-0/+220
| | | | | | | | | | | | | | |
| | | | * | | | | | | | | | | stm32/i2c_v2: Add initial transaction implementationHybridChild2025-11-121-28/+474
| | | | | | | | | | | | | | |
| | | | | | | | | | | | * | | Update CHANGELOG.mdBrian Schwind2025-10-041-1/+2
| | | | | | | | | | | | | | |
| | | | | | | | | | | | * | | xspi: properly respect the max DMA transfer size when reading and writingBrian Schwind2025-10-041-32/+41
| | | | | | | | | | | | | | |
| | | | | | | | | | | | * | | xspi: properly configure the transfer sizeBrian Schwind2025-10-041-7/+12
| | | | | | | | | | | | | | |
| | | | | | | | | | | | * | | xspi: use a named enum variant in place of a literal zeroBrian Schwind2025-10-041-3/+3
| | | | | | | | | | | | | | |
| | | | | | | | | | | | * | | hspi: properly respect the max DMA transfer size when reading and writingBrian Schwind2025-10-041-32/+41
| | | | | | | | | | | | | | |
| | | | | | | | | | | | * | | hspi: properly configure the transfer sizeBrian Schwind2025-10-041-6/+12
| | | | | | | | | | | | | | |
| | | | | | | | | | | | * | | hspi: use a named enum variant in place of a literal zeroBrian Schwind2025-10-041-1/+1
| | | | | | | | | | | | | | |
| | | | | | | | | | | | * | | ospi: properly respect the max DMA transfer size when readingBrian Schwind2025-10-041-16/+20
| | | | | | | | | | | | | | |
| | | | | | | | | | | | * | | ospi: properly respect the max DMA transfer size when writingBrian Schwind2025-10-041-2/+2
| | | | | | | | | | | | | | |
| | | | | | | | | | | | * | | ospi: properly configure the transfer sizeBrian Schwind2025-10-041-6/+12
| | | | | | | | | | | | | | |
| | | | | | | | | | | | * | | ospi: use a named enum variant in place of a literal zeroBrian Schwind2025-10-041-1/+1
| | | | | | | | | | | | | | |
| | | | | | | | | | | | | * | add bidi mode to spiElias Hanelt2025-11-111-0/+46
| |_|_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | Merge pull request #4866 from xoviat/adcxoviat2025-11-1113-194/+210
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | adc: impl. differential channels
| * | | | | | | | | | | | | adc: seal special channelsxoviat2025-11-1110-79/+73
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | adc: cleanup g4xoviat2025-11-112-80/+51
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | adc: impl. differential channelsxoviat2025-11-114-35/+86
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | Merge pull request #4714 from everdrone/n6xoviat2025-11-1120-168/+1491
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | STM32N6 RCC implementation
| * | | | | | | | | | | | | cfg out unused itemseverdrone2025-11-115-4/+14
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | add docs for PinNumbereverdrone2025-11-112-0/+8
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | rustfmteverdrone2025-11-112-6/+12
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | update changelogeverdrone2025-11-111-0/+1
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Merge branch main into n6everdrone2025-11-11825-5475/+28233
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | Merge pull request #4865 from WillaWillNot/i2c_target_txe_and_nbytes_fixxoviat2025-11-102-1/+9
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix I2C target nbytes return, and alignment of repeated target reads
| * | | | | | | | | | | | | | Added TXDR flush via TXE set to the drop guard for write_dma_internal_slave; ↵WillaWillNot2025-11-102-1/+9
|/ / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | factored in remaining DMA transfers for the return values for write_dma_internal_slave and read_dma_internal_slave
* | | | | | | | | | | | | | Merge pull request #4860 from xoviat/adcxoviat2025-11-1042-653/+475
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | cleanup adc
| * | | | | | | | | | | | | | changelogxoviat2025-11-101-0/+1
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | adc: consolidate functionsxoviat2025-11-105-155/+140
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | adc: exact calxoviat2025-11-104-11/+12
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | adc: use common vref schemexoviat2025-11-109-262/+195
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | adc: remove sample_time from structxoviat2025-11-1039-229/+131
|/ / / / / / / / / / / / / /
* | | | | | | | | | | | | | Merge pull request #4717 from chasingRs/fix/simple-pwm-32bit-timer-supportxoviat2025-11-102-8/+28
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | stm32/timer: Support 32-bit timers in SimplePwm waveform_up method
| * | | | | | | | | | | | | feat: update CHANGELOGpkj2025-11-101-0/+1
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Merge branch 'embassy-rs:main' into fix/simple-pwm-32bit-timer-supportchasingRs2025-11-10206-2546/+23136
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | Merge pull request #4853 from mbehr1/feat/net_tcp_nagleDario Nieuwenhuis2025-11-102-0/+16
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | feat: add set_nagle_enabled to TcpSocket
| * | | | | | | | | | | | | | feat: add set_nagle_enabled to TcpSocketMatthias Behr2025-11-082-0/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adding fn TcpSocket::set_nagle_enable to control the nagle algorithm for this socket.
* | | | | | | | | | | | | | | Merge pull request #4859 from xoviat/fmcxoviat2025-11-099-9/+46
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | update fmc
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'fmc_a13d16' of github.com:everdrone/embassyxoviat2025-11-092-2/+21
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \