aboutsummaryrefslogtreecommitdiff
path: root/examples/rp
Commit message (Collapse)AuthorAgeFilesLines
...
* | Merge pull request #3243 from HellbenderInc/rp2350Dario Nieuwenhuis2024-08-121-2/+2
|\ \ | | | | | | | | | Initial rp235x support
| * | Initial rp235x supportCaleb Jamison2024-08-081-2/+2
| | | | | | | | | | | | Examples have been run, but there is not yet a test suite.
* | | cyw43: make sure to yield if doing busy-polling for interrupts.Dario Nieuwenhuis2024-08-091-0/+3
|/ /
* | Merge pull request #3232 from embassy-rs/misc-fixes-44Dario Nieuwenhuis2024-08-078-19/+14
|\ \ | | | | | | | | | Misc fixes.
| * | 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-057-14/+175
|/ / | | | | | | Co-Authored-By: Brandon Ros <[email protected]>
* | Update rp examples to cyw43 0.2 and cyw43-pio 0.29names2024-08-051-2/+2
| |
* | Prepare to release embassy-rpUlf Lilleengen2024-08-051-1/+1
| |
* | prepare release embassy-executorUlf Lilleengen2024-08-051-1/+1
| |
* | Prepare to release embassy-usbUlf Lilleengen2024-08-051-1/+1
| |
* | Prepare embassy-time releaseUlf Lilleengen2024-08-051-1/+1
| |
* | Prepare release of embassy-embedded-hal 0.2.0Ulf Lilleengen2024-08-051-1/+1
|/
* Merge pull request #3159 from kalkyl/shared-busJames Munns2024-07-181-0/+115
|\ | | | | | | Add example for shared I2C and SPI buses
| * 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
| |
* | bump usbd-hid from 0.7.0 to 0.8.1JuliDi2024-07-161-1/+1
| |
* | rustfmtrafael2024-07-081-5/+2
| |
* | rustfmtrafael2024-07-081-1/+1
| |
* | add assign_resources examplerafael2024-07-082-0/+85
|/
* 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 sequence
| * 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
|/ | | | | | | Previous i2c examples are using either blocking Embassy API or e-h traits, this example uses Embassy pub API directly. Signed-off-by: Krzysztof Królczyk <[email protected]>
* Fix rngcore imports in examples9names2024-06-253-0/+6
|
* Replace joke seed with best RNG available9names2024-06-254-4/+10
|
* Use published version of reqwless9names2024-06-251-1/+1
|
* rustfmtrafael2024-06-241-2/+2
|
* comment the commentsrafael2024-06-241-2/+4
|
* rustfmt againrafael2024-06-241-4/+2
|
* rustfmtrafael2024-06-241-16/+9
|
* need to bring down binary size or flashing will corrupt the devicerafael2024-06-241-1/+5
|
* add wifi_webrequest examplerafael2024-06-232-2/+204
|
* Merge pull request #3044 from kalkyl/adc-multiHenrik Alsér2024-06-221-0/+54
|\ | | | | | | rp: Add multichannel ADC
| * 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 ↵rafael2024-06-134-8/+8
| | | | | | | | | | | | 0x10100000 yields: Error: --format has been renamed to --binary-format. Please use --binary-format bin instead of --format bin
* | Clarified comments about the cortex_m::asm::delay functionality in al… (#3064)Daniel Philipp2024-06-121-2/+2
| | | | | | | | | | | | | | | | | | | | | | * Clarified comments about the cortex_m::asm::delay functionality in all multiprio.rs examples * fixed formatting * Changed to using embassy_time::block_for() * removed my formatting scripts * specify embassy_time::Duration
* | Merge pull request #3040 from embassy-rs/embassy-time-0.3.1Ulf Lilleengen2024-06-051-1/+1
|\ \ | |/ |/| | | prepare for embassy-time 0.3.1 release
| * prepare for embassy-time 0.3.1 releaseUlf Lilleengen2024-06-041-1/+1
| |
* | Add descriptionkalkyl2024-06-041-0/+3
| |
* | core atomickalkyl2024-06-041-1/+2
| |
* | rp: Add zerocopy channel examplekalkyl2024-06-041-0/+90
|/
* Prepare for embassy-sync 0.6.0 releaseUlf Lilleengen2024-05-291-1/+1
|
* rp/pwm: rename channel->slice in args, misc fix.Dario Nieuwenhuis2024-05-211-2/+1
|
* Add a CHANGELOG to embassy-usb-logger and bump its versionDan Groshev2024-05-201-1/+1
|
* Merge pull request #2888 from FransUrbo/uart_r503Dario Nieuwenhuis2024-05-201-0/+158
|\ | | | | Added PIO UART examples for rp to talk to an R503 fingerprint scanner.
| * Example and documentation on how to Calculate correct checksum.Turbo Fredriksson2024-05-011-78/+104
| | | | | | | | | | | | + Include the package format documentation. + Cycle through all three colours in three different speed. - Remove the `write_cmd_bytes()`. Superfluous.