aboutsummaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* Add env DEFMT_LOG=trace to all examples.Dario Nieuwenhuis2022-06-1827-0/+81
* Update rust nightly. (#819)Dario Nieuwenhuis2022-06-181-1/+0
* Run rustfmt.Dario Nieuwenhuis2022-06-12172-937/+431
* Merge #806bors[bot]2022-06-126-9/+9
|\
| * Add embassy-cortex-m crate.Dario Nieuwenhuis2022-06-126-9/+9
* | Rename channel to mpmchuntc2022-06-129-9/+9
|/
* common/PeripheralMutex: remove unsafe API. (#802)Dario Nieuwenhuis2022-06-091-2/+1
* stm32: add USB driver.Dario Nieuwenhuis2022-06-0713-2/+881
* Add example for using a Signal.Dominic Clifton2022-06-061-0/+41
* fix build adding missing time-tick feature.Dario Nieuwenhuis2022-05-317-7/+7
* boot/stm32: autodetect thumbv6, remove cargo feature.Dario Nieuwenhuis2022-05-312-2/+2
* examples/stm32*, tests/stm32: specify time-tick-32768hzWill Glynn2022-05-3115-15/+15
*-. Merge #781 #785bors[bot]2022-05-317-256/+240
|\ \
| * | WIP embassy-net v2Dario Nieuwenhuis2022-05-257-256/+240
* | | Update embedded-hal-async to 0.1.0-alpha.1Dario Nieuwenhuis2022-05-293-3/+3
| |/ |/|
* | Merge #783bors[bot]2022-05-273-15/+42
|\ \
| * | Implement BufRead for nrf BufferedUartechemicstry2022-05-261-15/+5
| * | Simplify examplechemicstry2022-05-261-5/+3
| * | Fix removed spacechemicstry2022-05-261-0/+1
| * | Reimplement BufRead for BufferedUartchemicstry2022-05-262-1/+39
| |/
* / Async shared bus for SPI & I2C + rename embassy-traits (#769)Henrik Alsér2022-05-2619-19/+19
|/
* Merge pull request #771 from embassy-rs/net-splitDario Nieuwenhuis2022-05-192-3/+3
|\
| * Make embassy-net nightly-only.Dario Nieuwenhuis2022-05-192-3/+3
* | Merge #776bors[bot]2022-05-191-0/+26
|\ \ | |/ |/|
| * Automatically set ADC clock prescaler on v2 ADC to respect max frequencyMatous Hybl2022-05-181-0/+26
* | Update embedded-io to 0.3Dario Nieuwenhuis2022-05-195-5/+5
* | Merge branch 'embassy-rs:master' into qdecHenrik Alsér2022-05-124-5/+19
|\ \
| | \
| | \
| *-. \ Merge #763 #766bors[bot]2022-05-124-5/+19
| |\ \ \ | | |_|/ | |/| |
| | | * Make usb_serial examples work on windowsTimo Kröger2022-05-122-0/+14
| | |/ | |/|
| | * usb: remove address arg from endpoint allocation.Dario Nieuwenhuis2022-05-094-5/+5
| |/
* | Merge branch 'embassy-rs:master' into qdecHenrik Alsér2022-05-0748-363/+806
|\|
| * Merge #752bors[bot]2022-05-0618-362/+40
| |\
| | * Replace embassy::io with embedded_io.Dario Nieuwenhuis2022-05-0713-32/+38
| | * Remove embassy_hal_common::usb.Dario Nieuwenhuis2022-05-045-330/+2
| * | Add H7 flash and bootloader supportMatous Hybl2022-05-0611-0/+269
| * | Add F7 flash and bootloader supportMatous Hybl2022-05-0611-0/+270
| * | Add support for F3 flashMatous Hybl2022-05-0610-1/+227
| |/
* | Change example pinsHenrik Alsér2022-05-071-3/+2
* | Add qdec moduleHenrik Alsér2022-05-071-0/+29
|/
* net: add functions to get current Eth and IP configDario Nieuwenhuis2022-05-022-2/+2
* Merge #743bors[bot]2022-04-301-0/+56
|\
| * Use defmt-friendly error handlingJoonas Javanainen2022-04-301-3/+3
| * Add PLL example for F2Joonas Javanainen2022-04-291-0/+56
* | embassy-stm32/eth: convert LAN8742 driver to generic SMI driverDavid Lenfesty2022-04-302-8/+8
|/
* Fix linker script for nrf bootloader exampleUlf Lilleengen2022-04-284-1/+24
* Allow using separate page sizes for state and dfuUlf Lilleengen2022-04-285-5/+5
* Add bootloader to CIUlf Lilleengen2022-04-2719-36/+44
* Add stm32 flash + bootloader supportUlf Lilleengen2022-04-2741-22/+892
*-. Merge #734 #735bors[bot]2022-04-262-0/+53
|\ \
| | * stm32: add stm32u5 GPDMA, SPIv4 support, add HIL tests.Dario Nieuwenhuis2022-04-271-0/+29