summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-10-07Fix adc_v4 compilationchemicstry
2022-10-07Fix internal channel reading on adc_v2chemicstry
2022-10-07Use RccPeripheral for adc_v2chemicstry
2022-10-05ci/doc: build embassy-time too.Dario Nieuwenhuis
2022-10-05Merge #1000bors[bot]
2022-10-05Forgot to add space function to immediate publisherDion Dokter
2022-10-04Merge #996bors[bot]
2022-10-04Add required info to embassy-sync packageUlf Lilleengen
2022-10-03Use 1 thread in ci doc building.Dario Nieuwenhuis
2022-10-02Merge pull request #994 from embassy-rs/ci-docsDario Nieuwenhuis
2022-10-02Build docs in CIDario Nieuwenhuis
2022-10-02Merge #993bors[bot]
2022-10-01update embedded-hal apiJeremy Fitzhardinge
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 #983bors[bot]
2022-09-28Remove subghz static lifetime requirementUlf Lilleengen
2022-09-28Add E-H1 uart blocking & nb implementationMathias
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]