aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
*-. Merge #1192 #1193bors[bot]2023-02-061-2/+9
|\ \
| | * stm32/usart: fix LPUART clock multiplierPatrick Oppenlander2023-02-061-1/+1
| * | stm32/usart: implement stop_bits configurationPatrick Oppenlander2023-02-061-1/+8
| |/
* | Merge #1187bors[bot]2023-02-033-64/+65
|\ \
| * | Make `poll_fn` lazily initialized againGrant Miller2023-01-311-3/+5
| * | Add internal `AvailableTask` typeGrant Miller2023-01-311-28/+40
| * | Replace the pointer in `TaskHeader` with an `Option<&Executor>`Grant Miller2023-01-312-11/+11
| * | Set `poll_fn` in `TaskStorage::new`Grant Miller2023-01-312-27/+14
* | | Merge #1191bors[bot]2023-02-031-0/+36
|\ \ \
| * | | stm32 gpio implement degrade to AnyPinJosh Mcguigan2023-02-021-0/+36
| | |/ | |/|
* / | PeripheralRef docs improvements.Dario Nieuwenhuis2023-02-031-9/+10
|/ /
* | Merge #1188bors[bot]2023-02-022-4/+4
|\ \
| * | LoRa/STM32WL: adjust Rx window offset and durationSamuel Tardieu2023-02-021-2/+2
| * | LoRa/SX126x: adjust Rx window offset and durationSamuel Tardieu2023-02-021-2/+2
|/ /
* | Merge #1179bors[bot]2023-02-021-2/+2
|\ \
| * | LoRa/SX1276: adjust Rx window offset and durationSamuel Tardieu2023-01-271-2/+2
* | | nrf/twis: FIx doc typoDario Nieuwenhuis2023-02-011-1/+1
| |/ |/|
* | Merge #1151bors[bot]2023-02-014-10/+21
|\ \
| * | usb: allow setting the interface string for interface alt settingsMatt Ickstadt2023-01-134-10/+21
* | | Merge #1186bors[bot]2023-02-0156-342/+961
|\ \ \
| * | | nrf: docs.Dario Nieuwenhuis2023-02-0140-245/+694
| * | | usb: docsDario Nieuwenhuis2023-01-3117-97/+267
|/ / /
* | | Merge #1184bors[bot]2023-01-311-1/+1
|\ \ \
| * | | Pass the correct buffer when creating TcpSocketUlf Lilleengen2023-01-311-1/+1
|/ / /
* | | Merge #1182bors[bot]2023-01-295-65/+82
|\ \ \
| * | | Make `wake_task` safeGrant Miller2023-01-291-9/+7
| * | | executor: Replace `NonNull<TaskHeader>` with `TaskRef`Grant Miller2023-01-295-57/+76
|/ / /
* | | Merge #1180bors[bot]2023-01-271-0/+13
|\ \ \
| * | | usb: allow adding isochronous endpointsnitroxis2023-01-271-0/+13
| | |/ | |/|
* | | Merge #1178bors[bot]2023-01-271-2/+4
|\ \ \ | |/ / |/| |
| * | rp: allow isochronous USB endpoints to be up to 1023 in sizenitroxis2023-01-271-2/+4
|/ /
| |
| \
*-. \ Merge #1173 #1174bors[bot]2023-01-244-3/+7
|\ \ \
| | * | add missing copy of icmpv6 checksumUlf Lilleengen2023-01-242-1/+5
| |/ / |/| |
* | | Merge #1172bors[bot]2023-01-241-4/+0
|\ \ \
| * | | IPv6 has no checksumDavide Della Giustina2023-01-241-4/+0
|/ / /
| * / Changed crates' names for nrf examples since they were conflictingDavide Della Giustina2023-01-242-2/+2
|/ /
* | Merge #1171bors[bot]2023-01-231-3/+3
|\ \
| * | Replace `Level: Into<bool>` with `From<Level>`Joakim Hulthe2023-01-231-3/+3
|/ /
* | Merge #1168bors[bot]2023-01-211-1/+1
|\ \
| * | Fix rcc prescaler for wb55 HCLK1Christian Enderle2023-01-211-1/+1
|/ /
* | Merge pull request #1166 from embassy-rs/sdmmc-fixDario Nieuwenhuis2023-01-213-19/+8
|\ \
| * | fix embedded-sdmmc integration.Dario Nieuwenhuis2023-01-213-19/+8
|/ /
* | Merge pull request #1164 from embassy-rs/stm32-print-rccDario Nieuwenhuis2023-01-202-1/+4
|\ \
| * | stm32/rcc: print actual freqs on boot.Dario Nieuwenhuis2023-01-202-1/+4
|/ /
* | Merge #1161bors[bot]2023-01-1912-131/+110
|\ \
| * | net: update smoltcp.Dario Nieuwenhuis2023-01-192-23/+21
| * | net: allocate space for 2 sockets, needed for dhcp.Dario Nieuwenhuis2023-01-198-8/+8
| * | net: poll returning false is not an error. No need to repoll.Dario Nieuwenhuis2023-01-191-5/+1
| * | Add smoltcp dhcp socket configurationPaweł Jan Czochański2023-01-1910-87/+81
| * | Update smoltcp to the newest masterPaweł Jan Czochański2023-01-193-27/+18
|/ /