aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | Merge pull request #1548 from embassy-rs/crate-cleanupDario Nieuwenhuis2023-06-0955-388/+96
|\ \ \ \ \ \ \ \
| * | | | | | | | examples: use nicer InterrupExt to set irq priority in multprio.Dario Nieuwenhuis2023-06-095-47/+25
| * | | | | | | | Remove embassy-cortex-m crate, move stuff to embassy-hal-common.Dario Nieuwenhuis2023-06-0950-328/+64
| * | | | | | | | Remove executor dep+reexports from HALs.Dario Nieuwenhuis2023-06-098-13/+7
|/ / / / / / / /
* | | | | | | | Merge pull request #1545 from embassy-rs/fixes4Dario Nieuwenhuis2023-06-095-16/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | cyw43: remove pointless wait_complete.Dario Nieuwenhuis2023-06-091-4/+1
| * | | | | | | | fmt: remove unused defmt::timestamp!Dario Nieuwenhuis2023-06-094-12/+0
* | | | | | | | | Merge pull request #1532 from cstlaurent/stm32g4-pllDario Nieuwenhuis2023-06-092-1/+222
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | Rename to follow ref manual and CubeIDECarl St-Laurent2023-06-082-12/+12
| * | | | | | | | Merge branch 'master' into stm32g4-pllCarl St-Laurent2023-06-08115-1058/+1771
| |\ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
* | | | | | | | | Merge pull request #1535 from rubdos/v4-optionalDario Nieuwenhuis2023-06-0826-75/+289
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | tests/rp: make cyw43-perf less strict.Dario Nieuwenhuis2023-06-081-3/+3
| * | | | | | | | | tests/rp: update cyw43-perf for embassy-net changes.Dario Nieuwenhuis2023-06-081-2/+2
| * | | | | | | | | Merge branch 'main' into v4-optionalDario Nieuwenhuis2023-06-0890-982/+1471
| |\ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | |
* | | | | | | | | | Merge pull request #1544 from embassy-rs/irq-typelevelDario Nieuwenhuis2023-06-0882-938/+1011
|\ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / |/| | | | | | | | |
| * | | | | | | | | Add `rt` feature to HALs, cfg out interrupt handling when not set.Dario Nieuwenhuis2023-06-0817-4/+35
| * | | | | | | | | Add RTIC example.Dario Nieuwenhuis2023-06-086-0/+116
| * | | | | | | | | Reexport NVIC_PRIO_BITS at HAL root.Dario Nieuwenhuis2023-06-086-2/+13
| * | | | | | | | | asdgDario Nieuwenhuis2023-06-081-1/+1
| * | | | | | | | | Make interrupt module more standard.Dario Nieuwenhuis2023-06-0872-934/+849
|/ / / / / / / / /
* | | | | | | | | Merge pull request #1540 from RussHewgill/can_recvDario Nieuwenhuis2023-06-061-1/+9
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | updated can_recv and may_recv to match the smoltcp functions.Russ Hewgill2023-06-061-1/+9
|/ / / / / / / / /
* | | | | | | | | Merge pull request #1538 from embassy-rs/cyw43-hilDario Nieuwenhuis2023-06-067-2/+398
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | cyw43: add perf HIL test.Dario Nieuwenhuis2023-06-067-2/+398
|/ / / / / / / / /
* | | | | | | | | Merge pull request #1536 from embassy-rs/rp-flash-fixDario Nieuwenhuis2023-06-054-41/+53
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / |/| | | | | | | |
| * | | | | | | | tests/rp: enable run-from-ram.Dario Nieuwenhuis2023-06-061-1/+1
| * | | | | | | | rp: add run-from-ram feature.Dario Nieuwenhuis2023-06-062-1/+9
| * | | | | | | | rp/flash: centralize `USE_BOOT2` in a single const.Dario Nieuwenhuis2023-06-051-20/+21
| * | | | | | | | rp/flash: fix missing clobbers, do not clobber frame pointer (r7).Dario Nieuwenhuis2023-06-051-10/+11
| * | | | | | | | rp/flash: unify FLASH_BASE const.Dario Nieuwenhuis2023-06-051-8/+9
| * | | | | | | | rp/dma: fix use-after-free read.Dario Nieuwenhuis2023-06-051-2/+3
|/ / / / / / / /
| * | | | | | | net: Add documentation to new Config systemRuben De Smet2023-06-071-0/+10
| * | | | | | | net: Support dual stackĀ IPRuben De Smet2023-06-0719-45/+94
| * | | | | | | CI: introduce tests for dual stack v4 and v6Ruben De Smet2023-06-061-0/+4
| * | | | | | | net: proto-ipv6 in is_config_upRuben De Smet2023-06-061-4/+23
| * | | | | | | CI: add proto-ipv4 to embassy-net testRuben De Smet2023-06-062-3/+3
| * | | | | | | CI: Add proto-ipv6 tests without ipv4 to CIRuben De Smet2023-06-062-0/+6
| * | | | | | | net: Allow a combined use of IPv4 and IPv6 DNS serversRuben De Smet2023-06-061-9/+40
| * | | | | | | net: Allow setting an IPv6 in the stackRuben De Smet2023-06-061-4/+68
| * | | | | | | net: StaticV4 config behind proto-ipv4Ruben De Smet2023-06-068-16/+47
| * | | | | | | Rename StaticConfig to StaticConfigV4Ruben De Smet2023-06-0619-24/+24
| * | | | | | | Put proto-ipv4 behind a feature flagRuben De Smet2023-06-051-2/+2
|/ / / / / / /
* | | | | | | Merge pull request #1530 from cumthugo/write_func_in_pipeDario Nieuwenhuis2023-06-051-0/+10
|\ \ \ \ \ \ \
| * | | | | | | sync/pipe: write all user data to pipeZhangYong2023-06-041-0/+10
* | | | | | | | Merge pull request #1534 from ExplodingWaffle/mainDario Nieuwenhuis2023-06-052-6/+6
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | Replace Into<bool> for Level with From<Level> for boolExplodingWaffle2023-06-052-6/+6
|/ / / / / / /
| * | | | | | CleanupCarl St-Laurent2023-06-041-5/+3
| * | | | | | Added Vcore boost mode and Flash wait stateCarl St-Laurent2023-06-042-2/+37
| * | | | | | Use HSI16 for exemple since HSE might have a different value depending on boardCarl St-Laurent2023-06-041-3/+2
| * | | | | | Better commentsCarl St-Laurent2023-06-041-3/+4