| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge #468 | bors[bot] | 2021-11-10 | 3 | -2/+156 |
| |\ | |||||
| | * | Add v1c ethernet driver for the STM32F7 family. | Matous Hybl | 2021-11-10 | 3 | -2/+156 |
| * | | Update U5 to init RCC. | Bob McWhirter | 2021-11-08 | 2 | -3/+8 |
| |/ | |||||
| * | Replace rustflags with build.rs extra-link-args. | Dario Nieuwenhuis | 2021-11-07 | 32 | -198/+63 |
| * | Fix v2 ethernet pin definitions. Fix ethernet example for H7 nucleos. | Matous Hybl | 2021-11-04 | 3 | -3/+8 |
| * | Merge #465 | bors[bot] | 2021-11-02 | 5 | -1/+90 |
| |\ | |||||
| | * | Omg. More formatting. | Bob McWhirter | 2021-11-02 | 1 | -1/+0 |
| | * | Need to include a bit of embassy for the NVIC. | Bob McWhirter | 2021-11-02 | 1 | -0/+3 |
| | * | Remove unused imports. | Bob McWhirter | 2021-11-02 | 1 | -14/+0 |
| | * | Formatting, per usual. | Bob McWhirter | 2021-11-02 | 1 | -5/+5 |
| | * | Add STM32U5 example. | Bob McWhirter | 2021-11-02 | 4 | -0/+100 |
| | * | Adjust for STM32U5. | Bob McWhirter | 2021-11-02 | 1 | -1/+2 |
| * | | Update versions of critical-section and atomic-polyfill | Ulf Lilleengen | 2021-11-02 | 3 | -3/+3 |
| |/ | |||||
| * | Initial support for STM32F767ZI. | Matous Hybl | 2021-10-26 | 9 | -0/+240 |
| * | Fixed examples | Dion Dokter | 2021-10-26 | 2 | -4/+2 |
| * | Another redo using the feedback. | Dion Dokter | 2021-10-26 | 3 | -18/+14 |
| * | Fixed examples and added defmt format to the new error types | Dion Dokter | 2021-10-26 | 2 | -4/+4 |
| * | - Added _ppi and _dppi to distinguish between the new and the old peripheral. | Dion Dokter | 2021-10-26 | 1 | -9/+9 |
| * | Merge #456 | bors[bot] | 2021-10-26 | 1 | -0/+37 |
| |\ | |||||
| | * | Fix clock setup for MSI and PLL to allow RNG opereation | Ulf Lilleengen | 2021-10-26 | 1 | -0/+37 |
| * | | Merge #441 | bors[bot] | 2021-10-26 | 1 | -0/+35 |
| |\ \ | |/ |/| | |||||
| | * | Add implementation of async trait for STM32 I2C v2 | Ulf Lilleengen | 2021-10-21 | 1 | -0/+35 |
| * | | Merge #444 | bors[bot] | 2021-10-23 | 2 | -0/+45 |
| |\ \ | |||||
| | * | | nrf: add NVMC driver. | Dario Nieuwenhuis | 2021-10-22 | 2 | -0/+45 |
| | |/ | |||||
| * / | Use upstream version of rust-lorawan | Ulf Lilleengen | 2021-10-22 | 2 | -4/+4 |
| |/ | |||||
| * | Merge #440 | bors[bot] | 2021-10-20 | 1 | -0/+28 |
| |\ | |||||
| | * | Add i2c example for L4 | Ulf Lilleengen | 2021-10-20 | 1 | -0/+28 |
| * | | Specify unit in log output | Ulf Lilleengen | 2021-10-19 | 1 | -1/+1 |
| * | | Add support for temperature sensor peripheral | Ulf Lilleengen | 2021-10-19 | 1 | -0/+26 |
| |/ | |||||
| * | Merge #425 | bors[bot] | 2021-10-18 | 2 | -2/+64 |
| |\ | |||||
| | * | Use types to strengthen the buffer dimensioning | huntc | 2021-10-18 | 1 | -6/+4 |
| | * | Removed the Mode enum and factored out into two functions so that we can asse... | huntc | 2021-10-18 | 1 | -2/+2 |
| | * | We have to reduce the buffer size to cater for the number of channels to scan | huntc | 2021-10-18 | 1 | -2/+2 |
| | * | We must allow the run handler to mutate state | huntc | 2021-10-18 | 1 | -2/+17 |
| | * | Implements continuous sampling for the nRF SAADC | huntc | 2021-10-18 | 2 | -2/+51 |
| * | | examples/std: fix warning | Dario Nieuwenhuis | 2021-10-18 | 1 | -2/+1 |
| |/ | |||||
| * | Update clap | Dario Nieuwenhuis | 2021-10-18 | 2 | -4/+3 |
| * | Update to newer revision of async lorawan stack | Ulf Lilleengen | 2021-10-11 | 2 | -4/+4 |
| * | Merge pull request #417 from huntc/extend-saadc | Dario Nieuwenhuis | 2021-10-11 | 1 | -4/+6 |
| |\ | |||||
| | * | Extend SAADC one shot support | huntc | 2021-10-09 | 1 | -4/+6 |
| * | | Merge pull request #410 from lulf/embassy-lora | Dario Nieuwenhuis | 2021-10-10 | 4 | -1/+192 |
| |\ \ | |/ |/| | |||||
| | * | Add embassy-lora crate | Ulf Lilleengen | 2021-09-30 | 4 | -1/+192 |
| * | | nrf/saadc: remove Sample trait. | Dario Nieuwenhuis | 2021-10-07 | 1 | -1/+1 |
| |/ | |||||
| * | Initial STM32F1 family support with two examples for STM32F103C8 (Blue Pill) | Mariusz Ryndzionek | 2021-09-28 | 5 | -0/+126 |
| * | Support for STM32L1 | Ulf Lilleengen | 2021-09-21 | 8 | -1/+181 |
| * | Update version of critical-section | Ulf Lilleengen | 2021-09-13 | 2 | -2/+2 |
| * | Add WASM support for executor | Ulf Lilleengen | 2021-09-13 | 5 | -1/+106 |
| * | embassy/channel: switch to use MutexKind | Dario Nieuwenhuis | 2021-09-13 | 1 | -3/+4 |
| * | embassy: Refactor module structure to remove kitchen-sink `util`. | Dario Nieuwenhuis | 2021-09-11 | 2 | -15/+22 |
| * | Update lots of deps | Dario Nieuwenhuis | 2021-09-11 | 12 | -79/+76 |
