aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add env DEFMT_LOG=trace to all examples.Dario Nieuwenhuis2022-06-1832-0/+93
* Update rust nightly. (#819)Dario Nieuwenhuis2022-06-183-6/+12
* Merge #816bors[bot]2022-06-161-2/+2
|\
| * Fix doc comments for BpskPacketParamsDaniel Bevenius2022-06-161-2/+2
* | Merge #813bors[bot]2022-06-1610-24/+105
|\ \ | |/ |/|
| * Improve mutex wordingUlf Lilleengen2022-06-151-1/+5
| * Ignore compiling rust codeUlf Lilleengen2022-06-151-5/+6
| * Add missing documentation for all public modules and typesUlf Lilleengen2022-06-156-11/+86
| * Ensure links get formatted correctly in cargo docUlf Lilleengen2022-06-151-1/+1
| * Include README.md in crate documentationUlf Lilleengen2022-06-152-2/+3
| * FIx broken link warningsUlf Lilleengen2022-06-152-5/+5
* | Merge #815bors[bot]2022-06-161-1/+1
|\ \
| * | Fix typo in LoRaPacketParams::new docDaniel Bevenius2022-06-161-1/+1
|/ /
* | Merge #814bors[bot]2022-06-151-15/+14
|\ \
| * | Extract setting of lora modulation paramsDaniel Bevenius2022-06-151-15/+14
|/ /
* | Merge #811bors[bot]2022-06-1524-967/+371
|\ \ | |/ |/|
| * Cargo fmtUlf Lilleengen2022-06-156-47/+12
| * Sync subghz peripheral support with stm32wlxx-halUlf Lilleengen2022-06-1424-979/+418
|/
* Merge #809bors[bot]2022-06-131-3/+6
|\
| * Allow compiling usb-serial without defmtUlf Lilleengen2022-06-131-3/+6
|/
* Merge #808bors[bot]2022-06-13341-3012/+1321
|\
| * Run rustfmt.Dario Nieuwenhuis2022-06-12340-3012/+1318
| * Add rustfmt.toml with some nice settings.Dario Nieuwenhuis2022-06-121-0/+3
|/
* Merge #806bors[bot]2022-06-12104-455/+809
|\
| * Add embassy-cortex-m crate.Dario Nieuwenhuis2022-06-12104-455/+809
* | Merge #807bors[bot]2022-06-1212-15/+13
|\ \ | |/ |/|
| * Rename channel to mpmchuntc2022-06-1212-15/+13
|/
* common/PeripheralMutex: remove unsafe API. (#802)Dario Nieuwenhuis2022-06-096-50/+27
* Merge #797bors[bot]2022-06-071-1/+10
|\
| * Use correct index and bankUlf Lilleengen2022-06-071-1/+10
* | Merge #796bors[bot]2022-06-071-10/+14
|\ \ | |/ |/|
| * nrf/twim: allow zero length transfers.Dario Nieuwenhuis2022-06-071-10/+14
|/
* Merge #709bors[bot]2022-06-0719-4/+1988
|\
| * stm32: add USB driver.Dario Nieuwenhuis2022-06-0719-4/+1988
* | Merge #795bors[bot]2022-06-063-5/+5
|\|
| * Update stm32-metapac.Dario Nieuwenhuis2022-06-073-5/+5
|/
*-. Merge #792 #794bors[bot]2022-06-063-8/+61
|\ \
| | * stm32: add stm32f103re to CIDario Nieuwenhuis2022-06-061-0/+1
| | * Fix AF pullup configuration for GPIOv1chemicstry2022-06-061-8/+19
| |/ |/|
* | Merge #791bors[bot]2022-06-031-0/+3
|\ \
| * | Channel clarificationDion Dokter2022-06-031-0/+3
|/ /
* | Update copyright holder names and add notice file (#790)Ulf Lilleengen2022-06-023-2/+18
* | Merge #789bors[bot]2022-06-013-0/+10
|\ \
| * | Add embedded-io implementation of ConnectErrorUlf Lilleengen2022-06-011-0/+6
| * | Add reexport for ipv6 types with proto-ipv6Ulf Lilleengen2022-06-012-0/+4
|/ /
| * Add example for using a Signal.Dominic Clifton2022-06-061-0/+41
|/
* Merge #784bors[bot]2022-05-3130-79/+86
|\
| * fix build adding missing time-tick feature.Dario Nieuwenhuis2022-05-318-8/+11
| * boot/stm32: autodetect thumbv6, remove cargo feature.Dario Nieuwenhuis2022-05-315-4/+8
| * examples/stm32*, tests/stm32: specify time-tick-32768hzWill Glynn2022-05-3118-66/+66