aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* More support for U5 PWR (ish), RCC, and FLASH (ish).Bob McWhirter2021-11-082-9/+2
* Update U5 to init RCC.Bob McWhirter2021-11-085-6/+550
* Merge #473bors[bot]2021-11-0732-198/+63
|\
| * Replace rustflags with build.rs extra-link-args.Dario Nieuwenhuis2021-11-0732-198/+63
* | Merge #461bors[bot]2021-11-0712-86/+1038
|\ \ | |/ |/|
| * nrf: add initial nrf5340 supportDario Nieuwenhuis2021-10-2812-86/+1038
* | Merge #471bors[bot]2021-11-051-0/+0
|\ \
| * | Update stm32-dataDario Nieuwenhuis2021-11-051-0/+0
|/ /
* | Merge #469bors[bot]2021-11-045-5/+10
|\ \
| * | Fix v2 ethernet pin definitions. Fix ethernet example for H7 nucleos.Matous Hybl2021-11-045-5/+10
|/ /
* | Merge #470bors[bot]2021-11-041-0/+20
|\ \
| * | Add TCP listen.Matous Hybl2021-11-041-0/+20
|/ /
* | Merge #465bors[bot]2021-11-0217-14/+176
|\ \
| * | Omg. More formatting.Bob McWhirter2021-11-021-1/+0
| * | Need to include a bit of embassy for the NVIC.Bob McWhirter2021-11-021-0/+3
| * | Remove unused imports.Bob McWhirter2021-11-021-14/+0
| * | Prefix unused variable for now.Bob McWhirter2021-11-021-1/+1
| * | Less allowy.Bob McWhirter2021-11-021-1/+0
| * | Even more allowed unused.Bob McWhirter2021-11-021-2/+2
| * | Allow unused macros temporarily until U5 supports DMA.Bob McWhirter2021-11-021-0/+2
| * | Add stm32u5 examples to CI run.Bob McWhirter2021-11-021-0/+2
| * | Formatting, per usual.Bob McWhirter2021-11-021-5/+5
| * | Add STM32U5 example.Bob McWhirter2021-11-024-0/+100
| * | Fix formatting.Bob McWhirter2021-11-021-0/+1
| * | Update stm32-data.Bob McWhirter2021-11-021-0/+0
| * | Adjust for STM32U5.Bob McWhirter2021-11-0211-14/+84
* | | Merge #467bors[bot]2021-11-023-8/+8
|\ \ \
| * | | docs: fix some `cargo doc` warningsCôme ALLART2021-11-023-8/+8
* | | | Merge #466bors[bot]2021-11-027-10/+10
|\ \ \ \ | |_|/ / |/| | |
| * | | Update versions of critical-section and atomic-polyfillUlf Lilleengen2021-11-027-10/+10
|/ / /
* | | Merge #462bors[bot]2021-10-301-0/+19
|\ \ \
| * | | Add `IntoIterator` trait bound on Future trait's parameterWilfried Chauveau2021-10-291-2/+2
| * | | Add the `embassy_traits::i2c::WriteIter` traitWilfried Chauveau2021-10-291-0/+19
* | | | Merge #457bors[bot]2021-10-278-73/+175
|\ \ \ \ | | |_|/ | |/| |
| * | | nrf91: support running in both S and NS mode.Dario Nieuwenhuis2021-10-268-73/+175
* | | | Merge #459bors[bot]2021-10-261-0/+0
|\ \ \ \
| * | | | Update stm32-data to mainUlf Lilleengen2021-10-261-0/+0
|/ / / /
* | | | Merge #458bors[bot]2021-10-261-1/+14
|\ \ \ \
| * | | | Move the `use` inside the macro call, inside another set of braces in case it...Bob McWhirter2021-10-261-6/+7
| * | | | Only attempt to enable the dmamux peri clock if it has an enable bit.Bob McWhirter2021-10-261-1/+5
| * | | | Enable the DMAMUX clocks.Bob McWhirter2021-10-261-1/+9
|/ / / /
* | | | Merge #437bors[bot]2021-10-2626-6/+719
|\ \ \ \ | |/ / / |/| | |
| * | | Add missing examples to Cargo.example.tomlDario Nieuwenhuis2021-10-261-0/+6
| * | | Add stm32f7 to CIDario Nieuwenhuis2021-10-261-0/+2
| * | | Initial support for STM32F767ZI.Matous Hybl2021-10-2624-6/+711
|/ / /
* | | Merge #427bors[bot]2021-10-2618-537/+691
|\ \ \
| * | | ppi: simplify driver creation.Dario Nieuwenhuis2021-10-263-219/+125
| * | | Fewer channel traits, more cfg to make the system workDion Dokter2021-10-2612-312/+335
| * | | Fixed examplesDion Dokter2021-10-262-4/+2
| * | | typoDion Dokter2021-10-261-1/+1