aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* squash! Implement Output::is_set_low for embassy-rpDaniel Bevenius2022-05-111-1/+2
* Implement Output::is_set_low for embassy-rpDaniel Bevenius2022-05-111-2/+2
* Merge #764bors[bot]2022-05-091-1/+1
|\
| * Update re-export comment in embassy-rp/Cargo.tomlDaniel Bevenius2022-05-091-1/+1
|/
* Merge #762bors[bot]2022-05-081-1/+1
|\
| * Allow maximal clock for F7 HCLKMatous Hybl2022-05-081-1/+1
|/
* Merge #760bors[bot]2022-05-081-1/+10
|\
| * Remove unnecessary cfgGrant Miller2022-05-081-1/+0
| * stm32/gpio: Add support for `set_speed` for gpio v1Grant Miller2022-05-081-1/+11
* | Merge #759bors[bot]2022-05-084-5/+6
|\ \
| * | stm32: Fix stm32f107 build.Dario Nieuwenhuis2022-05-084-5/+6
|/ /
* | Merge #752bors[bot]2022-05-0658-3088/+722
|\ \
| * | Replace embassy::io with embedded_io.Dario Nieuwenhuis2022-05-0747-1762/+699
| * | Remove embassy_hal_common::usb.Dario Nieuwenhuis2022-05-0414-1342/+39
* | | Merge #755bors[bot]2022-05-0642-185/+1414
|\ \ \
| * | | Update list of families with bootloader supportMatous Hybl2022-05-061-1/+1
| * | | Add H7 flash and bootloader supportMatous Hybl2022-05-0614-1/+475
| * | | Add F7 flash and bootloader supportMatous Hybl2022-05-0615-3/+413
| * | | Refactor flash handling to different modules for different familiesMatous Hybl2022-05-063-235/+298
| * | | Add support for F3 flashMatous Hybl2022-05-0614-31/+313
|/ / /
* | | Merge #751bors[bot]2022-05-041-3/+3
|\ \ \ | |/ / |/| |
| * | fixup! Use explicit return statement TaskStorage::spawnDaniel Bevenius2022-05-041-1/+1
| * | Use explicit return statement TaskStorage::spawnDaniel Bevenius2022-05-041-3/+3
|/ /
* | Merge #749bors[bot]2022-05-031-4/+4
|\ \ | |/ |/|
| * Rename spawn_allocate to spawn_mark_usedDaniel Bevenius2022-05-031-4/+4
|/
* Merge pull request #748 from embassy-rs/nrf-i2c-timeoutDario Nieuwenhuis2022-05-035-29/+288
|\
| * embassy/time: derives for TimeoutError.Dario Nieuwenhuis2022-05-031-0/+2
| * stm32/gpio: add EH1.0 trait impls.Dario Nieuwenhuis2022-05-031-1/+100
| * nrf/twim: add blocking methods variants with timeout.Dario Nieuwenhuis2022-05-032-1/+127
| * nrf/twim: add option for high drive.Dario Nieuwenhuis2022-05-031-2/+14
| * nrf/gpio: add input+output to Flex, for OpenDrain.Dario Nieuwenhuis2022-05-031-25/+45
* | Merge #747bors[bot]2022-05-021-1/+1
|\ \ | |/ |/|
| * stm32/adc/v4: Fix log statementGrant Miller2022-05-021-1/+1
* | Merge pull request #746 from embassy-rs/net-get-configDario Nieuwenhuis2022-05-027-12/+30
|\ \ | |/ |/|
| * net: add functions to get current Eth and IP configDario Nieuwenhuis2022-05-027-12/+30
|/
* Merge pull request #744 from danbev/waker_typoDario Nieuwenhuis2022-05-011-1/+1
|\
| * Fix typo in waker.rsDaniel Bevenius2022-05-011-1/+1
|/
* Merge #743bors[bot]2022-04-303-22/+300
|\
| * Use defmt-friendly error handlingJoonas Javanainen2022-04-302-8/+8
| * Add PLL example for F2Joonas Javanainen2022-04-291-0/+56
| * Add PLL config support for F2Joonas Javanainen2022-04-292-21/+227
| * Move HSE config out of main clock muxJoonas Javanainen2022-04-291-8/+24
* | Merge #733bors[bot]2022-04-3010-36/+71
|\ \ | |/ |/|
| * stm32/eth: make "ethmac" vs "eth" consistent in RCC regs.Dario Nieuwenhuis2022-04-301-3/+3
| * Update stm32-data for new generated dataDavid Lenfesty2022-04-301-0/+0
| * embassy-stm32/eth: consolidate v1a/v1c and add v1bDavid Lenfesty2022-04-3010-934/+43
| * embassy-stm32/eth: convert LAN8742 driver to generic SMI driverDavid Lenfesty2022-04-304-32/+15
| * embassy-stm32/eth/v1a: configure pins correctly for f107David Lenfesty2022-04-301-9/+21
| * initial work porting eth to f107David Lenfesty2022-04-301-9/+12
| * Initial import to v1a, does not compileDavid Lenfesty2022-04-305-0/+928
|/