| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | | | | | Merge pull request #1548 from embassy-rs/crate-cleanup | Dario Nieuwenhuis | 2023-06-09 | 55 | -388/+96 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | examples: use nicer InterrupExt to set irq priority in multprio. | Dario Nieuwenhuis | 2023-06-09 | 5 | -47/+25 | |
| | * | | | | | | | | Remove embassy-cortex-m crate, move stuff to embassy-hal-common. | Dario Nieuwenhuis | 2023-06-09 | 50 | -328/+64 | |
| | * | | | | | | | | Remove executor dep+reexports from HALs. | Dario Nieuwenhuis | 2023-06-09 | 8 | -13/+7 | |
| |/ / / / / / / / | ||||||
| * | | | | | | | | Merge pull request #1545 from embassy-rs/fixes4 | Dario Nieuwenhuis | 2023-06-09 | 5 | -16/+1 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | cyw43: remove pointless wait_complete. | Dario Nieuwenhuis | 2023-06-09 | 1 | -4/+1 | |
| | * | | | | | | | | fmt: remove unused defmt::timestamp! | Dario Nieuwenhuis | 2023-06-09 | 4 | -12/+0 | |
| * | | | | | | | | | Merge pull request #1532 from cstlaurent/stm32g4-pll | Dario Nieuwenhuis | 2023-06-09 | 2 | -1/+222 | |
| |\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | ||||||
| | * | | | | | | | | Rename to follow ref manual and CubeIDE | Carl St-Laurent | 2023-06-08 | 2 | -12/+12 | |
| | * | | | | | | | | Merge branch 'master' into stm32g4-pll | Carl St-Laurent | 2023-06-08 | 115 | -1058/+1771 | |
| | |\ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | | Merge pull request #1535 from rubdos/v4-optional | Dario Nieuwenhuis | 2023-06-08 | 26 | -75/+289 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | tests/rp: make cyw43-perf less strict. | Dario Nieuwenhuis | 2023-06-08 | 1 | -3/+3 | |
| | * | | | | | | | | | tests/rp: update cyw43-perf for embassy-net changes. | Dario Nieuwenhuis | 2023-06-08 | 1 | -2/+2 | |
| | * | | | | | | | | | Merge branch 'main' into v4-optional | Dario Nieuwenhuis | 2023-06-08 | 90 | -982/+1471 | |
| | |\ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | | ||||||
| * | | | | | | | | | | Merge pull request #1544 from embassy-rs/irq-typelevel | Dario Nieuwenhuis | 2023-06-08 | 82 | -938/+1011 | |
| |\ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / |/| | | | | | | | | | ||||||
| | * | | | | | | | | | Add `rt` feature to HALs, cfg out interrupt handling when not set. | Dario Nieuwenhuis | 2023-06-08 | 17 | -4/+35 | |
| | * | | | | | | | | | Add RTIC example. | Dario Nieuwenhuis | 2023-06-08 | 6 | -0/+116 | |
| | * | | | | | | | | | Reexport NVIC_PRIO_BITS at HAL root. | Dario Nieuwenhuis | 2023-06-08 | 6 | -2/+13 | |
| | * | | | | | | | | | asdg | Dario Nieuwenhuis | 2023-06-08 | 1 | -1/+1 | |
| | * | | | | | | | | | Make interrupt module more standard. | Dario Nieuwenhuis | 2023-06-08 | 72 | -934/+849 | |
| |/ / / / / / / / / | ||||||
| * | | | | | | | | | Merge pull request #1540 from RussHewgill/can_recv | Dario Nieuwenhuis | 2023-06-06 | 1 | -1/+9 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | updated can_recv and may_recv to match the smoltcp functions. | Russ Hewgill | 2023-06-06 | 1 | -1/+9 | |
| |/ / / / / / / / / | ||||||
| * | | | | | | | | | Merge pull request #1538 from embassy-rs/cyw43-hil | Dario Nieuwenhuis | 2023-06-06 | 7 | -2/+398 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | cyw43: add perf HIL test. | Dario Nieuwenhuis | 2023-06-06 | 7 | -2/+398 | |
| |/ / / / / / / / / | ||||||
| * | | | | | | | | | Merge pull request #1536 from embassy-rs/rp-flash-fix | Dario Nieuwenhuis | 2023-06-05 | 4 | -41/+53 | |
| |\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / |/| | | | | | | | | ||||||
| | * | | | | | | | | tests/rp: enable run-from-ram. | Dario Nieuwenhuis | 2023-06-06 | 1 | -1/+1 | |
| | * | | | | | | | | rp: add run-from-ram feature. | Dario Nieuwenhuis | 2023-06-06 | 2 | -1/+9 | |
| | * | | | | | | | | rp/flash: centralize `USE_BOOT2` in a single const. | Dario Nieuwenhuis | 2023-06-05 | 1 | -20/+21 | |
| | * | | | | | | | | rp/flash: fix missing clobbers, do not clobber frame pointer (r7). | Dario Nieuwenhuis | 2023-06-05 | 1 | -10/+11 | |
| | * | | | | | | | | rp/flash: unify FLASH_BASE const. | Dario Nieuwenhuis | 2023-06-05 | 1 | -8/+9 | |
| | * | | | | | | | | rp/dma: fix use-after-free read. | Dario Nieuwenhuis | 2023-06-05 | 1 | -2/+3 | |
| |/ / / / / / / / | ||||||
| | * | | | | | | | net: Add documentation to new Config system | Ruben De Smet | 2023-06-07 | 1 | -0/+10 | |
| | * | | | | | | | net: Support dual stackĀ IP | Ruben De Smet | 2023-06-07 | 19 | -45/+94 | |
| | * | | | | | | | CI: introduce tests for dual stack v4 and v6 | Ruben De Smet | 2023-06-06 | 1 | -0/+4 | |
| | * | | | | | | | net: proto-ipv6 in is_config_up | Ruben De Smet | 2023-06-06 | 1 | -4/+23 | |
| | * | | | | | | | CI: add proto-ipv4 to embassy-net test | Ruben De Smet | 2023-06-06 | 2 | -3/+3 | |
| | * | | | | | | | CI: Add proto-ipv6 tests without ipv4 to CI | Ruben De Smet | 2023-06-06 | 2 | -0/+6 | |
| | * | | | | | | | net: Allow a combined use of IPv4 and IPv6 DNS servers | Ruben De Smet | 2023-06-06 | 1 | -9/+40 | |
| | * | | | | | | | net: Allow setting an IPv6 in the stack | Ruben De Smet | 2023-06-06 | 1 | -4/+68 | |
| | * | | | | | | | net: StaticV4 config behind proto-ipv4 | Ruben De Smet | 2023-06-06 | 8 | -16/+47 | |
| | * | | | | | | | Rename StaticConfig to StaticConfigV4 | Ruben De Smet | 2023-06-06 | 19 | -24/+24 | |
| | * | | | | | | | Put proto-ipv4 behind a feature flag | Ruben De Smet | 2023-06-05 | 1 | -2/+2 | |
| |/ / / / / / / | ||||||
| * | | | | | | | Merge pull request #1530 from cumthugo/write_func_in_pipe | Dario Nieuwenhuis | 2023-06-05 | 1 | -0/+10 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | sync/pipe: write all user data to pipe | ZhangYong | 2023-06-04 | 1 | -0/+10 | |
| * | | | | | | | | Merge pull request #1534 from ExplodingWaffle/main | Dario Nieuwenhuis | 2023-06-05 | 2 | -6/+6 | |
| |\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | ||||||
| | * | | | | | | | Replace Into<bool> for Level with From<Level> for bool | ExplodingWaffle | 2023-06-05 | 2 | -6/+6 | |
| |/ / / / / / / | ||||||
| | * | | | | | | Cleanup | Carl St-Laurent | 2023-06-04 | 1 | -5/+3 | |
| | * | | | | | | Added Vcore boost mode and Flash wait state | Carl St-Laurent | 2023-06-04 | 2 | -2/+37 | |
| | * | | | | | | Use HSI16 for exemple since HSE might have a different value depending on board | Carl St-Laurent | 2023-06-04 | 1 | -3/+2 | |
| | * | | | | | | Better comments | Carl St-Laurent | 2023-06-04 | 1 | -3/+4 | |
