| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | embassy-rp: Add split() to BufferedUart | kalkyl | 2022-12-22 | 1 | -0/+57 | |
| | | ||||||
| * | cargo fmt | Aaron Tsui | 2022-12-20 | 1 | -2/+2 | |
| | | ||||||
| * | add convert_to_celsius function in the adc module | Aaron Tsui | 2022-12-20 | 1 | -1/+6 | |
| | | | | | | | modify RP2040 adc example to get inside biased bipolar diode voltage, then convert this temperature sensor data into Celsius degree, according to chapter 4.9.5. Temperature Sensor in RP2040 datasheet. | |||||
| * | usb/cdc-ncm: add embassy-net Device implementation. | Dario Nieuwenhuis | 2022-12-13 | 1 | -123/+17 | |
| | | ||||||
| * | Merge branch 'master' into multicore | Henrik Alsér | 2022-12-13 | 2 | -0/+181 | |
| |\ | ||||||
| | * | Added RelocateProgram class for adjusting PIO-programs for different origins. | Simon Berg | 2022-12-09 | 2 | -16/+25 | |
| | | | ||||||
| | * | PIO support for RPi Pico | Simon Berg | 2022-12-09 | 2 | -0/+172 | |
| | | | ||||||
| * | | Refactor after review | kalkyl | 2022-12-13 | 1 | -3/+2 | |
| | | | ||||||
| * | | Cleanup | kalkyl | 2022-12-10 | 1 | -4/+3 | |
| | | | ||||||
| * | | fmt | kalkyl | 2022-12-10 | 1 | -2/+2 | |
| | | | ||||||
| * | | embassy-rp: Add multicore support | kalkyl | 2022-12-10 | 1 | -0/+62 | |
| |/ | ||||||
| * | Merge #1059 | bors[bot] | 2022-11-22 | 1 | -0/+33 | |
| |\ | | | | | | | | | | | | | | | 1059: embassy-rp: Add basic ADC module r=kalkyl a=kalkyl Oneshot ADC Co-authored-by: Henrik Alsér <[email protected]> | |||||
| | * | embassy-rp: Add basic ADC module | Henrik Alsér | 2022-11-15 | 1 | -0/+33 | |
| | | | ||||||
| * | | feat: embassy-usb-logger and example for rpi pico | Ulf Lilleengen | 2022-11-18 | 1 | -0/+30 | |
| |/ | | | | | | * Add embassy-usb-logger which allows logging over USB for any device implementing embassy-usb * Add example using logger for rpi pico. | |||||
| * | Remove random delay from example, and move flash functions to allow using ↵ | Mathias | 2022-10-27 | 1 | -1/+7 | |
| | | | | | without embedded-storage in scope | |||||
| * | Buffer data to be written to flash in ram if it does not already reside in ram | Mathias | 2022-10-26 | 1 | -1/+0 | |
| | | ||||||
| * | Add flash example & flash HIL test | Mathias | 2022-10-26 | 1 | -0/+84 | |
| | | ||||||
| * | Merge #984 #1006 | bors[bot] | 2022-10-12 | 1 | -0/+102 | |
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 984: rp pico async i2c implementation r=Dirbaio a=jsgf This implements an interrupt-driven async i2c master. It is based on https://github.com/embassy-rs/embassy/pull/914, a bit of https://github.com/embassy-rs/embassy/pull/978 and `@ithinuel's` https://github.com/ithinuel/rp2040-async-i2c.git This is still work-in-progress, and is currently untested. 1006: Removes some of the code duplication for UarteWithIdle r=Dirbaio a=huntc This PR removes some of the code duplications for `UarteWithIdle` at the slight expense of requiring a split when using idle processing. As the nRF example illustrates though given the LoC removed, this expense seems worth the benefit in terms of maintenance, and the avoidance of copying over methods. My main motivation for this PR was actually due to the `event_endtx` method not having been copied across to the idle-related code. Tested the uart_idle example on my nRF52840-dk, and from within my app. Both appear to work fine. Co-authored-by: Jeremy Fitzhardinge <[email protected]> Co-authored-by: huntc <[email protected]> | |||||
| | * | embassy-rp i2c: async (non-blocking) example | Jeremy Fitzhardinge | 2022-10-01 | 1 | -0/+102 | |
| | | | | | | | | | | | | | Simple example exercising an mcp23017 GPIO expander, configured on RP2040 GPIOs 14+15 (i2c1) with 8 inputs and 8 outputs. Input bit 0 controls whether to display a mcp23017 register dump. | |||||
| * | | update embedded-hal api | Jeremy Fitzhardinge | 2022-10-01 | 1 | -1/+1 | |
| | | | | | | | | | Also pin to alpha.9 since its a breaking change | |||||
| * | | rename to i2c_blocking | Jeremy Fitzhardinge | 2022-10-01 | 1 | -0/+0 | |
| | | | ||||||
| * | | rp i2c: blocking example | Jeremy Fitzhardinge | 2022-10-01 | 1 | -0/+70 | |
| |/ | | | | i2c example talking to mcp23017 i2c gpio expander. | |||||
| * | Update embedded-hal versions and explicitly pin | Ulf Lilleengen | 2022-09-29 | 1 | -6/+6 | |
| | | ||||||
| * | usb: move classes into the `embassy-usb` crate. | Dario Nieuwenhuis | 2022-09-26 | 2 | -2/+2 | |
| | | ||||||
| * | Replace futures::future::join -> embassy_futures::join::join. | Dario Nieuwenhuis | 2022-09-22 | 1 | -1/+1 | |
| | | ||||||
| * | Update Rust nightly. | Dario Nieuwenhuis | 2022-09-22 | 2 | -2/+0 | |
| | | | | | Removes feature(generic_associated_types) | |||||
| * | Cleanup examples | Henrik Alsér | 2022-09-01 | 2 | -4/+4 | |
| | | ||||||
| * | Reorder args | Henrik Alsér | 2022-09-01 | 1 | -1/+1 | |
| | | ||||||
| * | transfer_in_place | Henrik Alsér | 2022-09-01 | 1 | -1/+1 | |
| | | ||||||
| * | Fix example | Henrik Alsér | 2022-09-01 | 1 | -2/+3 | |
| | | ||||||
| * | impl embedded-hal-async | Henrik Alsér | 2022-09-01 | 1 | -4/+2 | |
| | | ||||||
| * | example | Henrik Alsér | 2022-09-01 | 2 | -2/+33 | |
| | | ||||||
| * | net: feature-gate nightly-only async traits to allow building on stable. | Dario Nieuwenhuis | 2022-08-30 | 1 | -1/+1 | |
| | | ||||||
| * | Merge pull request #927 from embassy-rs/rp-usb | Dario Nieuwenhuis | 2022-08-30 | 2 | -0/+367 | |
| |\ | | | | | rp: add usb device support. | |||||
| | * | rp: add usb device support. | Dario Nieuwenhuis | 2022-08-25 | 2 | -0/+367 | |
| | | | ||||||
| * | | Fix uart rp2040 blocking example | Mathias | 2022-08-19 | 1 | -1/+1 | |
| |/ | ||||||
| * | Merge #910 | bors[bot] | 2022-08-18 | 1 | -3/+3 | |
| |\ | | | | | | | | | | | | | | | 910: (embassy-rp): Implement remaining logic for blocking UART r=lulf a=MathiasKoch async read/write is still `todo!()`, awaiting DMA implementation. Co-authored-by: Mathias <[email protected]> | |||||
| | * | Fix rp uart example | Mathias | 2022-08-18 | 1 | -3/+3 | |
| | | | ||||||
| * | | Split embassy-time from embassy-executor. | Dario Nieuwenhuis | 2022-08-18 | 6 | -9/+9 | |
| | | | ||||||
| * | | Remove HAL initialization from #[embassy::main] macro. | Dario Nieuwenhuis | 2022-08-17 | 6 | -12/+17 | |
| |/ | ||||||
| * | Split embassy crate into embassy-executor, embassy-util. | Dario Nieuwenhuis | 2022-07-29 | 6 | -15/+15 | |
| | | ||||||
| * | Add embedded_hal_async support for embassy-rp | Daniel Bevenius | 2022-07-14 | 1 | -0/+38 | |
| | | | | | | This commit adds support for embedded-hal-async to the Embassy Raspberry PI crate. | |||||
| * | Run rustfmt. | Dario Nieuwenhuis | 2022-06-12 | 5 | -22/+9 | |
| | | ||||||
| * | Switch to crates.io embedded-hal, embedded-hal-async. | Dario Nieuwenhuis | 2022-04-22 | 1 | -6/+6 | |
| | | | | | | This temporarily removes support for the async UART trait, since it's not yet in embedded-hal-async. | |||||
| * | Use embassy/defmt-timestamp-uptime in all examples. | Dario Nieuwenhuis | 2022-04-02 | 6 | -28/+15 | |
| | | ||||||
| * | Update rust nightly, embedded-hal 1.0, embedded-hal-async. | Dario Nieuwenhuis | 2022-03-11 | 1 | -93/+282 | |
| | | ||||||
| * | rp: impl eh1.0 blocking traits | Dario Nieuwenhuis | 2022-02-15 | 2 | -3/+3 | |
| | | ||||||
| * | rp: remove OptionalPin | Dario Nieuwenhuis | 2022-02-12 | 2 | -4/+2 | |
| | | ||||||
| * | Update rust-toolchain | Ulf Lilleengen | 2021-12-16 | 5 | -5/+0 | |
| | | ||||||
| * | Remove trait_alias, allow(incomplete_features). | Dario Nieuwenhuis | 2021-09-03 | 5 | -5/+0 | |
| | | | | | trait_alias seems unused. no idea why it's there. | |||||
