aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update embedded-hal versions and explicitly pinUlf Lilleengen2022-09-2929-99/+94
* Merge #983bors[bot]2022-09-281-3/+3
|\
| * Remove subghz static lifetime requirementUlf Lilleengen2022-09-281-3/+3
* | Merge #914bors[bot]2022-09-273-0/+565
|\ \ | |/ |/|
| * Allow unused fields temporarily in i2cMathias2022-09-271-8/+8
| * Move async i2c implementation to new PR, to merge working blocking implementa...Mathias2022-09-271-178/+1
| * Apply suggestions from code reviewMathias Koch2022-09-271-3/+3
| * Add async API for I2CMathias2022-09-271-56/+225
| * Add further i2c error typesMathias2022-09-272-26/+45
| * Fix blocking I2CMathias2022-09-271-69/+127
| * Add blocking read & write for I2CMathias2022-09-271-20/+286
| * Add preliminary I2C implementation for RP2040Mathias2022-09-274-1/+231
|/
* Merge #979bors[bot]2022-09-276-17/+17
|\
| * usb: make HALs depend only on embassy-usb-driver.Dario Nieuwenhuis2022-09-276-17/+17
|/
* Merge #934bors[bot]2022-09-276-4/+622
|\
| * Fix bufferedUart read and write testsMathias2022-09-273-53/+51
| * Extend buffered-uart test to transmit 32 bytesMathias2022-09-271-2/+8
| * Rename from {Rx,Tx}BufferedUart to BufferedUart{Rx,Tx} to be compliant with s...Mathias2022-09-271-13/+13
| * RebaseMathias2022-09-27103-1159/+2211
| |\
| | * rp: set correct teleprobe target for rpi-pico tests.Dario Nieuwenhuis2022-09-261-1/+1
| | * Add HIL test for bufferedUartMathias2022-09-263-2/+39
| | * Remove code-duplication in async bufferedUart implementationsMathias2022-09-261-126/+89
| | * Enable embedded-io on nightlyMathias2022-09-261-1/+1
| | * FormattingMathias2022-09-261-3/+1
| | * Add bufferedUart, including a split version for only Rx or TxMathias2022-09-262-61/+310
| | * Add BufferedUart implementation, and feature-guard time-driver initialization...Mathias2022-09-263-2/+369
| * | Add HIL test for bufferedUartMathias2022-09-263-2/+39
| * | Remove code-duplication in async bufferedUart implementationsMathias2022-09-211-126/+89
| * | Enable embedded-io on nightlyMathias2022-09-162-32/+14
| * | FormattingMathias2022-09-091-3/+1
| * | Add bufferedUart, including a split version for only Rx or TxMathias2022-09-092-61/+310
| * | Add BufferedUart implementation, and feature-guard time-driver initialization...Mathias2022-09-094-16/+401
* | | Merge #973bors[bot]2022-09-261-81/+171
|\ \ \
| * | | Rework STM32 BufferedUart internals so we can split into Rx and Tx like embas...Guillaume MICHEL2022-09-261-81/+171
* | | | Merge #976bors[bot]2022-09-262-2/+2
|\ \ \ \ | | |_|/ | |/| |
| * | | rp: enable time-driver in Cargo.toml instead of ci.shDario Nieuwenhuis2022-09-262-2/+2
* | | | Merge #977bors[bot]2022-09-262-17/+17
|\ \ \ \ | |/ / / |/| | |
| * | | Use firmware writer in stm32{f7, h7} example appUlf Lilleengen2022-09-262-17/+17
|/ / /
* | | Merge #975bors[bot]2022-09-263-10/+11
|\ \ \ | |/ / |/| |
| * | rp: Disable intrinsics by default.Dario Nieuwenhuis2022-09-263-10/+11
|/ /
* | Merge #972bors[bot]2022-09-2638-951/+218
|\ \
| * | usb: move classes into the `embassy-usb` crate.Dario Nieuwenhuis2022-09-2629-795/+45
| * | usb: do not allow converting Directon to/from u8Dario Nieuwenhuis2022-09-262-10/+3
| * | usb: split driver trait to separate crate.Dario Nieuwenhuis2022-09-2612-165/+189
* | | Merge #965bors[bot]2022-09-264-0/+1016
|\ \ \ | |/ / |/| |
| * | Add credits to rp-halDario Nieuwenhuis2022-09-262-0/+6
| * | Add RP2040 ROM functions and intrinsics aliasesMathias2022-09-234-0/+1010
* | | Merge #960bors[bot]2022-09-261-0/+23
|\ \ \
| * | | Add non blocking Bxcan constructor.Andrew Ealovega2022-09-211-0/+23
* | | | Merge #971bors[bot]2022-09-261-7/+209
|\ \ \ \