aboutsummaryrefslogtreecommitdiff
path: root/examples/rp/src
Commit message (Expand)AuthorAgeFilesLines
* Added ReceiverHandler to loggerBjorn2024-10-311-0/+64
* update path to cyw43 firmware in `wifi_blinky.rs` commentsBrad Gibson2024-10-221-2/+2
* add pwm frequency to examplesrafael2024-10-211-2/+8
* also add to the rp pwm examplerafael2024-10-211-6/+46
* fmt examples tooCaleb Jamison2024-10-092-7/+4
* Move pio programs into embassy-rpCaleb Jamison2024-10-099-972/+131
* Fixed overflow on `pio_stepper.rs`Paul Fornage2024-10-021-1/+1
* rp: Add PIO example for one-wire temperature sensorkalkyl2024-09-171-0/+155
* net: refactor to simplify lifetimes/generics.Dario Nieuwenhuis2024-09-169-76/+52
* cyw43: add support for WPA3 and more extensive security options.Dario Nieuwenhuis2024-09-092-4/+10
* rp: add example code to flash bluetooth fw (#3290)Pedro Ferreira2024-08-261-0/+2
* chore: Remove unused keyboard code from rp mouse exampleJames Bowes2024-08-261-7/+0
* Merge pull request #3216 from 1-rafael-1/rp-example-orchestrate-tasksDario Nieuwenhuis2024-08-131-0/+318
|\
| * review commentsrafael2024-07-281-7/+59
| * add example to rp: orchestrate multiple tasksrafael2024-07-271-1/+1
| * add example to rp: orchestrate multiple tasksrafael2024-07-271-2/+1
| * add example to rp: orchestrate multiple tasksrafael2024-07-271-0/+267
* | Merge pull request #3232 from embassy-rs/misc-fixes-44Dario Nieuwenhuis2024-08-078-19/+14
|\ \
| * | examples: ensure at least 3 sockets to avoid running out (DHCP, DNS, the user's)Dario Nieuwenhuis2024-08-078-19/+14
| |/
* / cyw43: add Bluetooth support.Dario Nieuwenhuis2024-08-056-12/+160
|/
* Merge pull request #3159 from kalkyl/shared-busJames Munns2024-07-181-0/+115
|\
| * Add link to example in bookkalkyl2024-07-081-2/+2
| * Add example for shared I2C and SPI buseskalkyl2024-07-081-0/+115
* | Fix example after swapping bufferedUart rx and tx in split fnMathias2024-07-171-1/+1
* | rustfmtrafael2024-07-081-5/+2
* | rustfmtrafael2024-07-081-1/+1
* | add assign_resources examplerafael2024-07-081-0/+82
|/
* Add more docs and cross-linkskalkyl2024-07-081-6/+16
* Add example for sharing things between taskskalkyl2024-07-081-0/+140
* Merge pull request #3132 from oro-os/wiznet-version-checkDario Nieuwenhuis2024-07-024-4/+8
|\
| * wiznet: add version check to initialization sequenceJosh Junon2024-06-304-4/+8
* | rp/i2c: add address flexibility and exampleKrzysztof Królczyk2024-06-281-0/+85
|/
* Fix rngcore imports in examples9names2024-06-253-0/+6
* Replace joke seed with best RNG available9names2024-06-254-4/+10
* rustfmtrafael2024-06-241-2/+2
* comment the commentsrafael2024-06-241-2/+4
* rustfmt againrafael2024-06-241-4/+2
* rustfmtrafael2024-06-241-16/+9
* add wifi_webrequest examplerafael2024-06-231-0/+197
* Merge pull request #3044 from kalkyl/adc-multiHenrik Alsér2024-06-221-0/+54
|\
| * rp: Add multichannel ADCkalkyl2024-06-051-0/+54
* | --binary-format bin in rp examplesrafael2024-06-154-8/+8
* | typo: was missing "bin"rafael2024-06-144-8/+8
* | probe-rs download 43439A0.bin --format bin --chip RP2040 --base-address 0x10...rafael2024-06-134-8/+8
* | Clarified comments about the cortex_m::asm::delay functionality in al… (#3064)Daniel Philipp2024-06-121-2/+2
|/
* Add descriptionkalkyl2024-06-041-0/+3
* core atomickalkyl2024-06-041-1/+2
* rp: Add zerocopy channel examplekalkyl2024-06-041-0/+90
* rp/pwm: rename channel->slice in args, misc fix.Dario Nieuwenhuis2024-05-211-2/+1
* Merge pull request #2888 from FransUrbo/uart_r503Dario Nieuwenhuis2024-05-201-0/+158
|\