aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge #742bors[bot]2022-04-291-1/+1
|\
| * Require 1 argument in embassy::main without HALJustin Beaurivage2022-04-291-1/+1
* | Merge #738bors[bot]2022-04-281-20/+49
|\ \
| * | Add split method to UarteWithIdleZoey Riordan2022-04-271-20/+49
* | | Merge #741bors[bot]2022-04-286-3/+26
|\ \ \
| * | | Fix linker script for nrf bootloader exampleUlf Lilleengen2022-04-286-3/+26
|/ / /
* | | Merge #740bors[bot]2022-04-2810-83/+312
|\ \ \
| * | | Allow using separate page sizes for state and dfuUlf Lilleengen2022-04-2810-83/+312
|/ / /
* | | Merge #739bors[bot]2022-04-272-0/+8
|\ \ \ | |/ / |/| |
| * | net: Add support for packet pools with size 64 and 128Matous Hybl2022-04-272-0/+8
|/ /
* | Merge #737bors[bot]2022-04-271-5/+0
|\ \
| * | Remove unnecessary feature gating for giant transfers in DCMIMatous Hybl2022-04-271-5/+0
|/ /
* | Merge #724bors[bot]2022-04-2763-150/+2118
|\ \
| * | Update stm32-data branchUlf Lilleengen2022-04-271-0/+0
| * | Add bootloader to CIUlf Lilleengen2022-04-2734-172/+162
| * | Add stm32 flash + bootloader supportUlf Lilleengen2022-04-2759-136/+2114
|/ /
* | Merge #736bors[bot]2022-04-273-54/+111
|\ \
| * | executor: "send-spawn is OK if the args are Send" only holds for async fn fut...Dario Nieuwenhuis2022-04-272-33/+55
| * | executor: make send-spawning only require the task args to be Send, not the w...Dario Nieuwenhuis2022-04-273-33/+49
| * | executor: add raw::TaskPool.Dario Nieuwenhuis2022-04-272-23/+42
|/ /
| |
| \
*-. \ Merge #734 #735bors[bot]2022-04-2619-62/+531
|\ \ \
| | * | stm32: add stm32u5 GPDMA, SPIv4 support, add HIL tests.Dario Nieuwenhuis2022-04-2716-58/+446
| * | | executor: Add `Spawner::for_current_executor`.Dario Nieuwenhuis2022-04-263-4/+85
| |/ /
* | | Merge #731bors[bot]2022-04-265-9/+9
|\ \ \
| * | | Update to released lorawan cratesUlf Lilleengen2022-04-265-9/+9
| |/ /
* | | Merge #732bors[bot]2022-04-261-17/+14
|\ \ \ | |/ / |/| |
| * | macros: simplify task macro using "TAIT laundering".Dario Nieuwenhuis2022-04-261-17/+14
|/ /
* | Merge #730bors[bot]2022-04-257-64/+79
|\ \
| * | examples/nrf: add self_spawn example.Dario Nieuwenhuis2022-04-251-0/+24
| * | macros: isolate the TAIT into its own mod.Dario Nieuwenhuis2022-04-251-34/+33
| * | executor: fix unsoundness in InterruptExecutor::start.Dario Nieuwenhuis2022-04-254-28/+22
| * | executor: remove useless not_send in SendSpwaner.Dario Nieuwenhuis2022-04-251-2/+0
|/ /
* | Merge #716bors[bot]2022-04-255-13/+333
|\ \
| * | Implement giant (chunked) DMA transfers for DCMI.Matous Hybl2022-04-255-13/+333
|/ /
* | Merge #717bors[bot]2022-04-2410-11/+1032
|\ \ | |/ |/|
| * examples/nrf: add product strings to all usb examples.Dario Nieuwenhuis2022-04-244-6/+17
| * Add embassy-usb-ncm. Implements USBB CDC NCM (Ethernet over USB)Dario Nieuwenhuis2022-04-245-1/+1013
| * net: change listen() to accept(), which waits until the connection is establi...Dario Nieuwenhuis2022-04-241-4/+2
|/
* Merge pull request #729 from embassy-rs/update-nightlyDario Nieuwenhuis2022-04-242-9/+23
|\
| * Update Rust nightly.Dario Nieuwenhuis2022-04-242-9/+23
|/
* Merge pull request #722 from embassy-rs/usb-altsettingsDario Nieuwenhuis2022-04-2311-168/+426
|\
| * nrf: autoenable defmt in deps.Dario Nieuwenhuis2022-04-231-0/+2
| * usb: add support for custom string descriptors.Dario Nieuwenhuis2022-04-233-17/+59
| * usb: set the interface handler in InterfaceBuilder.Dario Nieuwenhuis2022-04-233-9/+12