| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix merge conflict | goueslati | 2023-06-12 | 146 | -1393/+1594 |
| |\ | |||||
| | * | Merge pull request #1548 from embassy-rs/crate-cleanup | Dario Nieuwenhuis | 2023-06-09 | 55 | -388/+96 |
| | |\ | | | | | | | | | | Crate cleanups | ||||
| | | * | 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 |
| | |/ | | | | | | | Closes #1547 | ||||
| | * | Merge pull request #1545 from embassy-rs/fixes4 | Dario Nieuwenhuis | 2023-06-09 | 5 | -16/+1 |
| | |\ | | | | | | | | | | Dumb fixes. | ||||
| | | * | 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 |
| | |\ \ | | |/ | |/| | | | | stm32/rcc: Add basic PLL support for G4 series chips | ||||
| | | * | 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 |
| | |\ \ | | | | | | | | | | | | | Add IPv6 to Embassy net, make IPv4 optional | ||||
| | | * | | 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 |
| | |\ \ \ | | | | | | | | | | | | | | | | Rework typelevel interrupts. | ||||
| | | * | | | 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 |
| | | | | | | | | | | | | | | | | | | | | | This allows using RTIC with `#[rtic::app(device = embassy_nrf, ...)]` | ||||
| | | * | | | asdg | Dario Nieuwenhuis | 2023-06-08 | 1 | -1/+1 |
| | | | | | | |||||
| | | * | | | Make interrupt module more standard. | Dario Nieuwenhuis | 2023-06-08 | 72 | -934/+849 |
| | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Move typelevel interrupts to a special-purpose mod: `embassy_xx::interrupt::typelevel`. - Reexport the PAC interrupt enum in `embassy_xx::interrupt`. This has a few advantages: - The `embassy_xx::interrupt` module is now more "standard". - It works with `cortex-m` functions for manipulating interrupts, for example. - It works with RTIC. - the interrupt enum allows holding value that can be "any interrupt at runtime", this can't be done with typelevel irqs. - When "const-generics on enums" is stable, we can remove the typelevel interrupts without disruptive changes to `embassy_xx::interrupt`. | ||||
| | | * | | 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 |
| | | | | | |||||
| | | | * | 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 |
| | | | | | |||||
| | | | * | Example using PLL | Carl St-Laurent | 2023-06-03 | 1 | -0/+27 |
| | | | | | |||||
| | | | * | stm32/rcc: Implement basic PLL support for STM32G4 series | Carl St-Laurent | 2023-06-03 | 1 | -1/+162 |
| | | | | | |||||
| * | | | | stm32/ipcc: fix `tl_mbox` example | goueslati | 2023-06-12 | 1 | -5/+6 |
| | | | | | |||||
| * | | | | stm32/ipcc: move tl_mbox into `embassy-stm32-wpan` | goueslati | 2023-06-12 | 18 | -370/+653 |
| | | | | | |||||
| * | | | | wip | goueslati | 2023-06-08 | 10 | -343/+482 |
| |/ / / | |||||
| * | | | Merge pull request #1540 from RussHewgill/can_recv | Dario Nieuwenhuis | 2023-06-06 | 1 | -1/+9 |
| |\ \ \ | | | | | | | | | | | | | Added can_recv for TcpSocket | ||||
| | * | | | 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. | ||||
| | * | | | 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 |
| |\ \ \ | |/ / |/| | | | | | Rp flash fix | ||||
| | * | | tests/rp: enable run-from-ram. | Dario Nieuwenhuis | 2023-06-06 | 1 | -1/+1 |
| | | | | | | | | | | | | | Otherwise the flash test is flaky because it attempts to use boot2. | ||||
| | * | | 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 |
| | | | | |||||
