| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| * | Draft: Initial support for I2S with a working example. | Christian Perez Llamas | 2022-11-09 | 2 | -1/+49 | |
| * | Add uart async example | miathedev | 2022-11-01 | 1 | -0/+60 | |
| * | Rebase on master | Mathias | 2022-10-27 | 26 | -37/+198 | |
| |\ | ||||||
| | * | Merge #1024 | bors[bot] | 2022-10-26 | 3 | -7/+50 | |
| | |\ | ||||||
| | | * | Improve examples | Grant Miller | 2022-10-24 | 3 | -12/+16 | |
| | | * | stm32/adc: Remove voltage and temperature conversions | Grant Miller | 2022-10-24 | 3 | -6/+45 | |
| | * | | Merge #1025 | bors[bot] | 2022-10-26 | 2 | -0/+89 | |
| | |\ \ | ||||||
| | | * | | Add more docs | chemicstry | 2022-10-24 | 2 | -0/+6 | |
| | | * | | Unify i2cv1 definition with i2cv2 | chemicstry | 2022-10-24 | 1 | -1/+13 | |
| | | * | | i2cv2 timeouts | chemicstry | 2022-10-24 | 1 | -0/+41 | |
| | | * | | Implement i2cv1 timeout | chemicstry | 2022-10-24 | 1 | -0/+30 | |
| | | |/ | ||||||
| | * | | stm32: Add support for read_until_idle on UART | Guillaume MICHEL | 2022-10-26 | 12 | -19/+48 | |
| | * | | Update Rust nightly. | Dario Nieuwenhuis | 2022-10-26 | 9 | -11/+11 | |
| | |/ | ||||||
| * | | Remove random delay from example, and move flash functions to allow using wit... | Mathias | 2022-10-27 | 1 | -1/+7 | |
| * | | 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 | 2 | -0/+85 | |
| |/ | ||||||
| * | Merge #855 | bors[bot] | 2022-10-21 | 1 | -0/+33 | |
| |\ | ||||||
| | * | add support for pdm microphones in nrf driver | pbert | 2022-10-13 | 1 | -0/+33 | |
| | | | ||||||
| | \ | ||||||
| *-. \ | Merge #984 #1006 | bors[bot] | 2022-10-12 | 3 | -3/+109 | |
| |\ \ \ | ||||||
| | | * | | Removes some of the code duplication for UarteWithIdle | huntc | 2022-10-09 | 1 | -3/+4 | |
| | * | | | embassy-rp i2c: async (non-blocking) example | Jeremy Fitzhardinge | 2022-10-01 | 1 | -0/+102 | |
| | * | | | embassy-rp: async i2c implementation | Jeremy Fitzhardinge | 2022-10-01 | 1 | -0/+3 | |
| * | | | | Change rak4631 feature to sx126x, removing use in board-specific processing; ... | ceekdee | 2022-10-10 | 3 | -98/+44 | |
| * | | | | Merge branch 'embassy-rs:master' into master | Chuck Davis | 2022-10-10 | 1 | -3/+22 | |
| |\ \ \ \ | ||||||
| | * \ \ \ | Merge #1004 | bors[bot] | 2022-10-10 | 1 | -3/+22 | |
| | |\ \ \ \ | | |_|/ / | |/| | | | ||||||
| | | * | | | Fix adc_v4 compilation | chemicstry | 2022-10-07 | 1 | -1/+1 | |
| | | * | | | Fix internal channel reading on adc_v2 | chemicstry | 2022-10-07 | 1 | -3/+22 | |
| | | | |/ | | |/| | ||||||
| * | | | | Merge branch 'embassy-rs:master' into master | Chuck Davis | 2022-10-08 | 48 | -26/+127 | |
| |\| | | | ||||||
| | * | | | all Cargo.toml: Add license to all crate Cargo.toml files | chrysn | 2022-10-07 | 31 | -0/+31 | |
| | |/ / | ||||||
| | * | | update embedded-hal api | Jeremy Fitzhardinge | 2022-10-01 | 2 | -2/+2 | |
| | * | | rename to i2c_blocking | Jeremy Fitzhardinge | 2022-10-01 | 1 | -0/+0 | |
| | * | | rp i2c: blocking example | Jeremy Fitzhardinge | 2022-10-01 | 1 | -0/+70 | |
| | |/ | ||||||
| | * | Remove flash lock/unlock public API from stm32 flash, and perform the unlocki... | Mathias | 2022-09-30 | 15 | -15/+15 | |
| | * | Update embedded-hal versions and explicitly pin | Ulf Lilleengen | 2022-09-29 | 3 | -10/+10 | |
| * | | Improve generics and consolidate antenna handling | ceekdee | 2022-10-08 | 2 | -8/+8 | |
| * | | Update some outstanding questions | ceekdee | 2022-09-28 | 1 | -1/+1 | |
| * | | Initial add for sx126x | ceekdee | 2022-09-27 | 3 | -1/+263 | |
| |/ | ||||||
| * | Use firmware writer in stm32{f7, h7} example app | Ulf Lilleengen | 2022-09-26 | 2 | -17/+17 | |
| * | usb: move classes into the `embassy-usb` crate. | Dario Nieuwenhuis | 2022-09-26 | 17 | -27/+16 | |
| * | Remove default, reorder generic params | ivmarkov | 2022-09-25 | 3 | -3/+6 | |
| * | Parameterize Signal with RawMutex | ivmarkov | 2022-09-24 | 1 | -1/+1 | |
| * | Replace futures::future::join -> embassy_futures::join::join. | Dario Nieuwenhuis | 2022-09-22 | 12 | -8/+12 | |
| * | Replace futures::future::poll_fn -> core::future::poll_fn. | Dario Nieuwenhuis | 2022-09-22 | 2 | -2/+4 | |
| * | Update Rust nightly. | Dario Nieuwenhuis | 2022-09-22 | 14 | -14/+0 | |
| * | Remove BootFlash borrow | Ulf Lilleengen | 2022-09-20 | 2 | -5/+4 | |
| * | Feature-gate time-driver in embassy-rp | Mathias | 2022-09-16 | 1 | -1/+1 | |
| * | Merge #939 | bors[bot] | 2022-09-04 | 23 | -23/+23 | |
| |\ | ||||||
| | * | time: add more tick rates, use 1mhz as default. | Dario Nieuwenhuis | 2022-09-02 | 23 | -23/+23 | |
| * | | usbd-hid: 0.5.2 -> 0.6.0 | Alex Martens | 2022-09-04 | 2 | -2/+2 | |
| * | | Merge #839 | bors[bot] | 2022-09-04 | 5 | -10/+37 | |
| |\ \ | ||||||
