aboutsummaryrefslogtreecommitdiff
path: root/embassy-rp
Commit message (Expand)AuthorAgeFilesLines
* embassy-sync: bump to 0.7.0Matt Johnston2025-05-221-1/+1
* Merge pull request #4193 from embediver/pio-i2s-bit-depth-configDario Nieuwenhuis2025-05-181-5/+13
|\
| * Make bit-depth of I2S PIO program configurableMarvin Gudel2025-05-131-5/+13
* | Update defmt dependenciesYuri Astrakhan2025-05-181-1/+1
* | Add rand-core v0.9 support.Dario Nieuwenhuis2025-05-183-13/+65
* | Merge pull request #4115 from 1-rafael-1/dropping-pwm-leaves-pins-in-incorrec...Ulf Lilleengen2025-05-151-0/+8
|\ \
| * | pwm: enable pull-down resistors for pins in Drop implementation1-rafael-12025-04-181-0/+8
* | | Merge pull request #4205 from rursprung/add-some-missing-debug-and-format-imp...Dario Nieuwenhuis2025-05-152-0/+4
|\ \ \
| * | | rp: add missing `Debug` and `defmt::Format` `derive`s for ADCRalph Ursprung2025-05-152-0/+4
* | | | add the possibility to document `bind_interrupts` `struct`sRalph Ursprung2025-05-151-4/+8
|/ / /
* | | Merge pull request #4187 from 1-rafael-1/rp235x-overclockingDario Nieuwenhuis2025-05-131-37/+207
|\ \ \
| * | | removed one line too many1-rafael-12025-05-131-0/+1
| * | | Changes after review: copypasted doc comment fixed and no cfg gates to panic ...1-rafael-12025-05-131-14/+3
| * | | Refactor CoreVoltage enum, separate for rp2040 and rp235x1-rafael-12025-05-121-56/+42
| * | | Add ClockError enum and update system_freq to return Result for error handling1-rafael-12025-05-121-19/+47
| * | | limit CoreVoltage eum to values up to 1.30V, because we do not support unlock...1-rafael-12025-05-121-120/+21
| * | | rp235x overclocking1-rafael-12025-05-111-32/+297
* | | | Clarify embassy-rp rt feature purpose9names2025-05-101-1/+4
| |_|/ |/| |
* | | Merge pull request #4155 from marcemmers/remove-instance-from-rp-uart-typeUlf Lilleengen2025-05-092-275/+329
|\ \ \
| * | | Replace generic inner with argumentsMarc2025-05-021-14/+19
| * | | Remove some forgotten commented out codeMarc2025-05-021-2/+0
| * | | Removed instance from uart typesMarc2025-05-022-273/+324
* | | | Merge pull request #4150 from 1-rafael-1/rp2040-overclockingUlf Lilleengen2025-05-096-44/+839
|\ \ \ \ | | |/ / | |/| |
| * | | Clarify comment for CoreVoltage enum regarding V1_201-rafael-12025-05-071-1/+1
| * | | Changes after review1-rafael-12025-05-071-16/+35
| * | | rework init()1-rafael-12025-05-051-153/+103
| * | | Add PIO clock divider utility and refactor related modules1-rafael-12025-05-035-25/+43
| * | | first batch of changes after review1-rafael-12025-05-021-209/+115
| * | | - two more doc examples test ignored1-rafael-12025-05-011-8/+214
| * | | add manual overclock example, finalize API, cleanup1-rafael-12025-05-011-128/+140
| * | | Remove unused embassy-rp/sdk examples subproject1-rafael-12025-04-291-0/+0
| * | | refactoring to have higher and lower level api1-rafael-12025-04-292-207/+339
| * | | first working draft1-rafael-12025-04-281-169/+489
| * | | fmt1-rafael-12025-04-261-2/+2
| * | | Scale clock dividers in HD44780, rotary encoder, and stepper driver based on ...1-rafael-12025-04-263-5/+23
| * | | Add core voltage scaling options and PLL parameter finder for RP20401-rafael-12025-04-261-14/+228
| |/ /
* / / Enable rp235x trng self-tests by defaultLuke Rindels2025-04-271-37/+67
|/ /
* | Some small improvementsMarc2025-04-251-8/+6
* | Search can use the normal write/read instructionsMarc2025-04-251-61/+56
* | Refactor Onewire PIO implementationMarc2025-04-251-61/+254
|/
* Merge pull request #4093 from 1-rafael-1/rp235x-input-pwm-fixDario Nieuwenhuis2025-04-151-0/+10
|\
| * Enable input mode for PWM pins on RP235x and disable it on drop1-rafael-12025-04-141-0/+10
* | embassy-rp: impl rand_core::CryptoRng for TrngWez Furlong2025-04-141-0/+3
|/
* update documentation and examples to mention RP235x1-rafael-12025-04-132-3/+3
* Merge pull request #4017 from shilga/SpinlockMutexDario Nieuwenhuis2025-04-074-42/+171
|\
| * embassy-rp: Implementation of a SpinlockMutexSebastian Quilitz2025-04-072-0/+94
| * embassy-rp: Move Spinlock implementation out of critical_section_implSebastian Quilitz2025-03-273-42/+77
* | embassy-rp: uart: Increase RX FIFO watermarkDavid Brown2025-04-071-1/+1
* | Merge pull request #3983 from mgomez0/topic/buffered-uart-take-pins-before-in...Ulf Lilleengen2025-04-052-2/+3
|\ \
| * | BufferedUart initializationMichael Gomez2025-04-042-2/+3