aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* RP-PICO UART adding set_baudrate: Changing static call from specific type to ...Andres Hurtado Lopez2023-02-261-2/+2
* RP-PICO UART adding set_baudrate: refactoring of methodsAndres Hurtado Lopez2023-02-261-28/+23
* RP-PICO UART adding set_baudrateAndres Hurtado Lopez2023-02-261-14/+36
* examples/std: fix net running out of sockets.Dario Nieuwenhuis2023-02-263-3/+3
* Merge #1238bors[bot]2023-02-261-0/+16
|\
| * embassy-net: DNS resolver detects when name is just an IP address and returns...kbleeke2023-02-251-0/+16
|/
* Merge #1236bors[bot]2023-02-2410-0/+16
|\
| * Add `#[must_use]` to all futuresGrant Miller2023-02-2410-0/+16
|/
* Merge #1231bors[bot]2023-02-231-0/+16
|\
| * embassy-time: Implement conversions to/from core::time::Duration for embassy-...kbleeke2023-02-231-0/+16
|/
* Merge #1228bors[bot]2023-02-233-16/+97
|\
| * stm32/sdmmc: Fix compile errorschemicstry2023-02-231-2/+2
| * stm32/sdmmc: Refactor TypeId into a macrochemicstry2023-02-231-39/+61
| * stm32/sdmmc: Implement proper clock configurationchemicstry2023-02-233-16/+75
* | Merge #1227bors[bot]2023-02-231-6/+2
|\ \ | |/ |/|
| * stm32/dma: fix spurious transfer complete interruptsPatrick Oppenlander2023-02-231-6/+2
* | Merge #1225bors[bot]2023-02-224-62/+62
|\ \
| * | nrf: rename UARTETWISPIn -> SERIALnDario Nieuwenhuis2023-02-214-62/+62
* | | Merge #1226bors[bot]2023-02-221-3/+20
|\ \ \ | |/ / |/| |
| * | embassy-net: add flush to TcpSocket and TcpWriter as an inherent methodkbleeke2023-02-221-0/+8
| * | Implement flush for TcpSocketkbleeke2023-02-221-3/+12
|/ /
* | Merge #1170bors[bot]2023-02-2012-19/+284
|\ \
| * | nrf: warn if uicr configuration could not be written.Dario Nieuwenhuis2023-02-201-13/+65
| * | nrf: add support for UICR configuration.Dario Nieuwenhuis2023-02-2012-19/+232
* | | Merge #1221bors[bot]2023-02-201-1/+1
|\ \ \
| * | | examples/stm32wb: do not reserve words at start of RAM.Dario Nieuwenhuis2023-02-201-1/+1
|/ / /
| | |
| \ \
*-. \ \ Merge #1218 #1219bors[bot]2023-02-197-7/+126
|\ \ \ \
| | * | | stm32/sdmmc: Fix SDIOv1 writeschemicstry2023-02-186-5/+124
| | |/ /
| * / / Change timing window to match values found experimentally.Caleb Jamison2023-02-171-2/+2
| |/ /
* | | Merge #1217bors[bot]2023-02-193-4/+4
|\ \ \
| * | | Fix a typo in "PioPeripheral"sekoia2023-02-153-4/+4
| |/ /
* | | Merge #1220bors[bot]2023-02-191-1/+1
|\ \ \ | |/ / |/| |
| * | examples/stm32wb: fix linker script.Dario Nieuwenhuis2023-02-191-1/+1
|/ /
* | Merge #1215bors[bot]2023-02-131-1/+1
|\ \
| * | Add copy to Level enum in embassy-rp gpio moduleSlushee2023-02-131-1/+1
| * | Add clone to embassy_rp::gpio::LevelSlushee2023-02-131-1/+1
|/ /
* | net: document all featuresDario Nieuwenhuis2023-02-131-1/+1
* | stm32: doc all chips.Dario Nieuwenhuis2023-02-131-1/+1
* | Merge #1213bors[bot]2023-02-133-126/+123
|\ \
| * | add stm32f413vh to CIDario Nieuwenhuis2023-02-131-0/+1
| * | stm32: fix fmc-related build failures on some F4'sDario Nieuwenhuis2023-02-132-126/+122
* | | Add more crates to docs.Dario Nieuwenhuis2023-02-134-1/+14
|/ /
* / Fix doc build.Dario Nieuwenhuis2023-02-131-2/+2
|/
* Merge #1211bors[bot]2023-02-121-1/+1
|\
| * fix "prescaler none" which incorrectly set "prescaler divided by 3"Christian Enderle2023-02-121-1/+1
|/
* Merge pull request #1185 from embassy-rs/dns-implDario Nieuwenhuis2023-02-107-11/+316
|\
| * fix h7 examplesDario Nieuwenhuis2023-02-102-1/+24
| * exmaples/dns: don't use the socket.Dario Nieuwenhuis2023-02-101-6/+3
| * fix: cfg guard for ipv6Ulf Lilleengen2023-02-101-0/+1
| * remove unneeded featuresUlf Lilleengen2023-02-101-1/+1