| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Implements continuous sampling for the nRF SAADC | huntc | 2021-10-18 | 3 | -6/+192 |
| * | Merge #434 | bors[bot] | 2021-10-17 | 22 | -33/+38 |
| |\ | |||||
| | * | Update clap | Dario Nieuwenhuis | 2021-10-18 | 2 | -4/+3 |
| | * | Clippy fixes | Dario Nieuwenhuis | 2021-10-18 | 20 | -29/+35 |
| |/ | |||||
| *-. | Merge #429 #431 | bors[bot] | 2021-10-16 | 2 | -19/+5 |
| |\ \ | |||||
| | | * | interrupt: transmute instead of steal. | Dario Nieuwenhuis | 2021-10-16 | 1 | -5/+4 |
| | |/ |/| | |||||
| | * | nrf/uarte: do not use WFE on drop. | Dario Nieuwenhuis | 2021-10-16 | 1 | -14/+1 |
| |/ | |||||
| * | Merge #423 | bors[bot] | 2021-10-13 | 10 | -12/+381 |
| |\ | |||||
| | * | - Removed the enable assert from UARTE. | Dion Dokter | 2021-10-13 | 2 | -2/+3 |
| | * | Added anomaly workaround from the HAL to improve the UARTE | Dion Dokter | 2021-10-12 | 1 | -0/+56 |
| | * | Undoing unnecessary changes | Dion Dokter | 2021-10-12 | 14 | -151/+90 |
| | * | ran fmt | Dion Dokter | 2021-10-11 | 6 | -9/+12 |
| | * | Made all PPI channels not configurable (even though they are) so they can't u... | Dion Dokter | 2021-10-11 | 2 | -17/+17 |
| | * | Merge remote-tracking branch 'upstream/master' | Dion Dokter | 2021-10-11 | 25 | -166/+2160 |
| | |\ | |||||
| | * | | Initial support for nrf9160 | Dion Dokter | 2021-10-11 | 16 | -87/+458 |
| * | | | Merge #426 | bors[bot] | 2021-10-13 | 1 | -8/+15 |
| |\ \ \ | |||||
| | * | | | nrf/saadc: make InputChannel private. | Dario Nieuwenhuis | 2021-10-13 | 1 | -4/+4 |
| | * | | | nrf/saadc: make Input trait sealed. | Dario Nieuwenhuis | 2021-10-13 | 1 | -4/+11 |
| | * | | | nrf/saadc: require unborrow for Input. | Dario Nieuwenhuis | 2021-10-13 | 1 | -1/+1 |
| |/ / / | |||||
| * | | | Merge #424 | bors[bot] | 2021-10-11 | 2 | -3/+12 |
| |\ \ \ | |||||
| | * | | | Add bors | Dario Nieuwenhuis | 2021-10-12 | 2 | -3/+12 |
| |/ / / | |||||
| * | | | Merge pull request #413 from topisani/master | Dario Nieuwenhuis | 2021-10-12 | 13 | -86/+238 |
| |\ \ \ | |||||
| | * | | | inline FRE register check for SPI on F1 | Tobias Pisani | 2021-10-11 | 1 | -23/+19 |
| | * | | | Add AFType::Input for input configurations. | Tobias Pisani | 2021-10-11 | 2 | -14/+16 |
| | * | | | Make miso/mosi optional when for unidirectional spi | Tobias Pisani | 2021-10-11 | 4 | -46/+97 |
| | * | | | Correctly set alternate function for stm32f1 gpios | Tobias Pisani | 2021-10-11 | 1 | -4/+10 |
| | * | | | Generate USART pin definitions for stm32f1 | Tobias Pisani | 2021-10-11 | 2 | -7/+45 |
| | * | | | partial alternate function configuration on STM32f1 | Tobias Pisani | 2021-10-11 | 9 | -28/+72 |
| | * | | | feat: Add spi support for STM32F1 variants | Tobias Pisani | 2021-10-11 | 3 | -2/+17 |
| |/ / / | |||||
| * | | | Fix typo in RunQueue documentation | Daniel Bevenius | 2021-10-11 | 1 | -1/+1 |
| * | | | Update to newer revision of async lorawan stack | Ulf Lilleengen | 2021-10-11 | 3 | -6/+6 |
| | |/ |/| | |||||
| * | | Merge pull request #419 from embassy-rs/nrf-fixes-2 | Dario Nieuwenhuis | 2021-10-11 | 11 | -93/+296 |
| |\ \ | |||||
| | * | | nrf/saadc: move chip-specific mappings to chips/ | Dario Nieuwenhuis | 2021-10-11 | 7 | -39/+56 |
| | * | | nrf/ppi: nrf52805 only has 10 configurable channels. | Dario Nieuwenhuis | 2021-10-11 | 8 | -44/+230 |
| | * | | nrf: rename Cargo feature references from "51" to "nrf51". | Dario Nieuwenhuis | 2021-10-11 | 3 | -14/+14 |
| |/ / | |||||
| * | | Merge pull request #418 from embassy-rs/fix-saadc | Dario Nieuwenhuis | 2021-10-11 | 2 | -5/+7 |
| |\ \ | |||||
| | * | | nrf/saadc: nrf52805 only has 2 channels | Dario Nieuwenhuis | 2021-10-11 | 1 | -2/+7 |
| | * | | nrf/saadc: nrf52820 doesn't have it. | Dario Nieuwenhuis | 2021-10-11 | 1 | -3/+0 |
| |/ / | |||||
| * | | Merge pull request #417 from huntc/extend-saadc | Dario Nieuwenhuis | 2021-10-11 | 3 | -55/+104 |
| |\ \ | |||||
| | * | | Conflates the negative and positive types as they are the same, and renames p... | huntc | 2021-10-11 | 1 | -66/+26 |
| | * | | Removed the NotConnected as it isn't used. | huntc | 2021-10-11 | 1 | -14/+0 |
| | * | | No use case understood for NotConnected, so hiding it for now | huntc | 2021-10-11 | 1 | -2/+1 |
| | * | | No need for unwrap | huntc | 2021-10-11 | 1 | -2/+1 |
| | * | | Need to borrow the pins for the lifetime of the config, and subsequently the ... | huntc | 2021-10-11 | 1 | -5/+9 |
| | * | | Extend SAADC one shot support | huntc | 2021-10-09 | 3 | -43/+144 |
| | |/ | |||||
| * | | Merge pull request #410 from lulf/embassy-lora | Dario Nieuwenhuis | 2021-10-10 | 11 | -1/+1742 |
| |\ \ | |/ |/| | |||||
| | * | Add embassy-lora crate | Ulf Lilleengen | 2021-09-30 | 11 | -1/+1742 |
| * | | Merge pull request #414 from embassy-rs/nrf-saadc-remove-trait | Dario Nieuwenhuis | 2021-10-07 | 2 | -21/+3 |
| |\ \ | |||||
| | * | | nrf/saadc: remove Sample trait. | Dario Nieuwenhuis | 2021-10-07 | 2 | -21/+3 |
| |/ / | |||||
| * / | Add matrix bot | Dario Nieuwenhuis | 2021-10-06 | 1 | -0/+44 |
| |/ | |||||
