aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Undo the pwr-guarding cfg.Bob McWhirter2021-08-021-2/+1
* Update to latest stm32-data.Bob McWhirter2021-08-021-0/+0
* Fallback to total RAM or FLASH size if otherwise not present.Bob McWhirter2021-08-021-2/+2
* Emit a default memory.x alongside device.x from metapac.Bob McWhirter2021-08-028-67/+49
* Merge pull request #337 from lulf/introduce-future-typesDario Nieuwenhuis2021-08-021-15/+40
|\
| * Use lifetime to ensure only a single future is created at a timeUlf Lilleengen2021-08-021-1/+1
| * Make RecvFuture syncUlf Lilleengen2021-08-021-0/+10
| * Expose SendFuture and RecvFuture typesUlf Lilleengen2021-08-021-15/+30
|/
* Merge pull request #335 from bgamari/no-build-coreDario Nieuwenhuis2021-07-316-18/+0
|\
| * examples: Drop build-std = ["core"]Ben Gamari2021-07-316-18/+0
|/
* Merge pull request #321 from thalesfragoso/f4-pllDario Nieuwenhuis2021-07-319-163/+348
|\
| * stm32: Use build.rs to generate a more coarse featureThales Fragoso2021-07-314-255/+17
| * Get rid of some warningsThales Fragoso2021-07-291-5/+3
| * F4: Add PWR configuration to PLLThales Fragoso2021-07-294-2/+15
| * f4-pll: Add max values per chipThales Fragoso2021-07-293-13/+273
| * f4-rcc: Add option to enable debug_wfe and add hello exampleThales Fragoso2021-07-292-3/+50
| * Start working on the F4 PLLThales Fragoso2021-07-292-158/+263
* | Merge pull request #329 from timokroeger/misc-stm32-fixesDario Nieuwenhuis2021-07-3017-138/+81
|\ \ | |/ |/|
| * stm32l4: Fix examples crate nameTimo Kröger2021-07-291-1/+1
| * stm32wl55: Use `Dbgmcu::enable_all`Timo Kröger2021-07-291-5/+1
| * stm32l0: Use `embassy::main` for examplesTimo Kröger2021-07-293-49/+19
| * stm32l4: Cleanup examplesTimo Kröger2021-07-299-75/+48
| * stm32f0: Enable debug access in low power modesTimo Kröger2021-07-293-8/+12
* | Merge pull request #328 from embassy-rs/remove_peripehral_sharedDario Nieuwenhuis2021-07-292-123/+0
|\ \ | |/ |/|
| * Remove embassy_hal_common::peripheral_sharedDario Nieuwenhuis2021-07-292-123/+0
|/
* Merge pull request #326 from embassy-rs/extras-renameDario Nieuwenhuis2021-07-2966-59/+59
|\
| * Rename embassy-extras to embassy-hal-commonDario Nieuwenhuis2021-07-2966-59/+59
* | Merge pull request #325 from embassy-rs/update-chiptoolDario Nieuwenhuis2021-07-292-31/+24
|\ \ | |/ |/|
| * Update chiptoolDario Nieuwenhuis2021-07-292-31/+24
|/
* Merge pull request #277 from Liamolucko/fix-peripheral-ubDario Nieuwenhuis2021-07-299-53/+209
|\
| * Don't bother supporting creating a `PeripheralMutex` in an exception handlerLiam Murphy2021-07-292-42/+5
| * Replace `PeripheralStateUnchecked` with `register_interrupt_unchecked`Liam Murphy2021-07-295-64/+84
| * Don't allow disabling interrupts wrapped by `PeripheralMutex`Liam Murphy2021-07-282-36/+1
| * fix: interrupts with equal priority can't preempt each otherLiam Murphy2021-07-281-24/+4
| * Fix `#[cfg]`s in `exception_to_system_handler`Liam Murphy2021-07-271-0/+11
| * Remove `critical-section` dependencyLiam Murphy2021-07-271-1/+0
| * Remove critical sections from `PeripheralMutex` interrupt handler by checking...Liam Murphy2021-07-275-48/+187
| * Add `Send/Sync` bounds to `PeripheralState`Liam Murphy2021-07-246-24/+44
| * Update the importLiam Murphy2021-07-051-1/+1
| * Fix stm32 ethernetLiam Murphy2021-07-053-5/+6
| * Elide lifetimes on `Peripheral::state`Liam Murphy2021-07-051-1/+1
| * extras: Fix UB in `Peripheral`Liam Murphy2021-07-055-28/+86
* | Merge pull request #320 from bobmcwhirter/data-update-28julBob McWhirter2021-07-281-0/+0
|\ \
| * | Align with -data HEAD.Bob McWhirter2021-07-281-0/+0
|/ /
* | Merge pull request #317 from bobmcwhirter/peri_irqBob McWhirter2021-07-286-65/+34
|\ \
| * | Revert "Optimize CI"Bob McWhirter2021-07-281-39/+17
| * | Trivial to trigger checks from CI.Bob McWhirter2021-07-281-0/+1
| * | Update to new stm32-data with better multicore NVIC parsing.Bob McWhirter2021-07-271-0/+0
| * | Use new interrupt! table format to /enable/ the IRQs also.Bob McWhirter2021-07-272-2/+2
| * | Generate more rows in the interrupts! table.Bob McWhirter2021-07-273-24/+14