summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-10-01rename to i2c_blockingJeremy Fitzhardinge
2022-10-01rp i2c: blocking exampleJeremy Fitzhardinge
2022-09-30Merge #992bors[bot]
2022-09-30Merge #981bors[bot]
2022-09-30Implement embedded-hal-nb for uartMathias
2022-09-30Remove flash lock/unlock public API from stm32 flash, and perform the unlocki...Mathias
2022-09-30Merge branch 'master' of https://github.com/embassy-rs/embassy into embassy-s...Mathias
2022-09-29Merge #991bors[bot]
2022-09-29usb: remove all "Direction as u8" casts.Dario Nieuwenhuis
2022-09-29Merge #990bors[bot]
2022-09-29Went back to named futures but now with must_useDion Dokter
2022-09-29Futures in pub & sub are now awaited instead of returned for better user comp...Dion Dokter
2022-09-29Merge branch 'master' of https://github.com/embassy-rs/embassy into embassy-s...Mathias
2022-09-29Merge #988bors[bot]
2022-09-29Update embedded-hal versions and explicitly pinUlf Lilleengen
2022-09-29Remove code duplication on nb_readMathias
2022-09-28Merge branch 'embassy-rs:master' into masterChuck Davis
2022-09-28Update some outstanding questionsceekdee
2022-09-28Merge #983bors[bot]
2022-09-28Remove subghz static lifetime requirementUlf Lilleengen
2022-09-28Add E-H1 uart blocking & nb implementationMathias
2022-09-27Initial add for sx126xceekdee
2022-09-27Merge #914bors[bot]
2022-09-27Allow unused fields temporarily in i2cMathias
2022-09-27Move async i2c implementation to new PR, to merge working blocking implementa...Mathias
2022-09-27Apply suggestions from code reviewMathias Koch
2022-09-27Add async API for I2CMathias
2022-09-27Add further i2c error typesMathias
2022-09-27Fix blocking I2CMathias
2022-09-27Add blocking read & write for I2CMathias
2022-09-27Add preliminary I2C implementation for RP2040Mathias
2022-09-27Merge #979bors[bot]
2022-09-27usb: make HALs depend only on embassy-usb-driver.Dario Nieuwenhuis
2022-09-27Merge #934bors[bot]
2022-09-27Fix bufferedUart read and write testsMathias
2022-09-27Extend buffered-uart test to transmit 32 bytesMathias
2022-09-27Rename from {Rx,Tx}BufferedUart to BufferedUart{Rx,Tx} to be compliant with s...Mathias
2022-09-27RebaseMathias
2022-09-26Merge #973bors[bot]
2022-09-26Merge #976bors[bot]
2022-09-26Merge #977bors[bot]
2022-09-26Use firmware writer in stm32{f7, h7} example appUlf Lilleengen
2022-09-26rp: set correct teleprobe target for rpi-pico tests.Dario Nieuwenhuis
2022-09-26Add HIL test for bufferedUartMathias
2022-09-26Remove code-duplication in async bufferedUart implementationsMathias
2022-09-26Enable embedded-io on nightlyMathias
2022-09-26FormattingMathias
2022-09-26Add bufferedUart, including a split version for only Rx or TxMathias
2022-09-26Add BufferedUart implementation, and feature-guard time-driver initialization...Mathias
2022-09-26rp: enable time-driver in Cargo.toml instead of ci.shDario Nieuwenhuis