| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | RP: Add scratchN registers to watchdog. Add Clone and Debug to DateTime | Henrik Berg | 2023-07-12 | 2 | -0/+97 | |
| | * | | | | | | RP: Add RTC example to rp2040. | Henrik Berg | 2023-07-12 | 1 | -0/+33 | |
| * | | | | | | | Merge pull request #1643 from bugadani/clear_timer | Dario Nieuwenhuis | 2023-07-12 | 1 | -0/+3 | |
| |\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| | * | | | | | | Allow clearing finished task from timer queue | Dániel Buga | 2023-07-12 | 1 | -0/+3 | |
| |/ / / / / / | ||||||
| * | | | | | | Merge pull request #1641 from royb3/poll_udp_socket | Dario Nieuwenhuis | 2023-07-12 | 1 | -23/+47 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | fmt | Roy Buitenhuis | 2023-07-12 | 1 | -9/+9 | |
| | * | | | | | | Add polling fn's for send_to and recv_from in UdpSocket. | Roy Buitenhuis | 2023-07-12 | 1 | -4/+23 | |
| | * | | | | | | Add poll functions on UdpSocket. | Roy Buitenhuis | 2023-07-12 | 1 | -21/+26 | |
| |/ / / / / / | ||||||
| * | | | | | | Merge pull request #1639 from embassy-rs/rp-gpio-set-low-fix | Dario Nieuwenhuis | 2023-07-11 | 3 | -6/+70 | |
| |\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| | * | | | | | rp/gpio: fix is_set_high/is_set_low, expand tests. | Dario Nieuwenhuis | 2023-07-11 | 3 | -6/+70 | |
| |/ / / / / | ||||||
| | * | | | | cleanup | goueslati | 2023-07-13 | 7 | -15/+15 | |
| | * | | | | final structs | goueslati | 2023-07-13 | 3 | -5/+66 | |
| | * | | | | make it work, disgustingly | goueslati | 2023-07-13 | 8 | -41/+133 | |
| | * | | | | change MacAddress to a union instead of an enum | goueslati | 2023-07-12 | 7 | -97/+169 | |
| | * | | | | parsing MAC structs | goueslati | 2023-07-12 | 12 | -283/+1107 | |
| | * | | | | wip: added MAC indications | goueslati | 2023-07-11 | 4 | -0/+221 | |
| | * | | | | wip: added MAC responses | goueslati | 2023-07-11 | 5 | -1/+217 | |
| | * | | | | wip: added MAC commands | goueslati | 2023-07-11 | 8 | -76/+703 | |
| | * | | | | wip | goueslati | 2023-07-10 | 8 | -5/+255 | |
| |/ / / / | ||||||
| * | | | | Merge pull request #1632 from xoviat/wpan | Dario Nieuwenhuis | 2023-07-09 | 8 | -71/+119 | |
| |\ \ \ \ | ||||||
| | * | | | | rustfmt | xoviat | 2023-07-09 | 1 | -3/+1 | |
| | * | | | | mac: move table initialization after sys ready | xoviat | 2023-07-09 | 3 | -9/+30 | |
| | * | | | | wpan: update alignment control | xoviat | 2023-07-09 | 5 | -59/+88 | |
| |/ / / / | ||||||
| * | | | | Merge pull request #1630 from jamwaffles/fix-embassy-time-std | Dario Nieuwenhuis | 2023-07-08 | 1 | -1/+1 | |
| |\ \ \ \ | ||||||
| | * | | | | Enable `critical-section/std` when using `std` feature of `embassy-time` | James Waples | 2023-07-08 | 1 | -1/+1 | |
| |/ / / / | ||||||
| * | | | | Merge pull request #1629 from davidpurser/stm32h7-pll-fix | xoviat | 2023-07-08 | 1 | -1/+1 | |
| |\ \ \ \ | ||||||
| | * | | | | Correctly calculate target VCO frequency from multipliers | David Purser | 2023-07-07 | 1 | -1/+1 | |
| |/ / / / | ||||||
| * | | | | Merge pull request #1623 from pennae/rp-adc | Dario Nieuwenhuis | 2023-07-07 | 4 | -93/+237 | |
| |\ \ \ \ | ||||||
| | * | | | | rp/adc: rewrite the module | pennae | 2023-07-07 | 4 | -93/+237 | |
| * | | | | | Merge pull request #1628 from royb3/reexport_ipendpoint | Dario Nieuwenhuis | 2023-07-07 | 1 | -1/+1 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | Re-export smoltcp::wire::IpEndpoint | Roy Buitenhuis | 2023-07-07 | 1 | -1/+1 | |
| * | | | | | | Merge pull request #1627 from pennae/rp-pio-irq | Dario Nieuwenhuis | 2023-07-07 | 13 | -70/+160 | |
| |\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| | * | | | | | rp/pio: use bind_interrupts for irqs | pennae | 2023-07-07 | 13 | -70/+160 | |
| |/ / / / / | ||||||
| * | | | | | Merge pull request #1626 from embassy-rs/otg-read-disable | Dario Nieuwenhuis | 2023-07-07 | 1 | -2/+15 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | stm32/otg: implement `EndpointError::Disabled` for reads. | Dario Nieuwenhuis | 2023-07-07 | 1 | -2/+15 | |
| |/ / / / / | ||||||
| * | | | | | stm32/otg: change some info logs to trace. | Dario Nieuwenhuis | 2023-07-06 | 1 | -2/+2 | |
| * | | | | | ci: build doc with 4 threads instead of 6, to avoid running out of disk space. | Dario Nieuwenhuis | 2023-07-06 | 1 | -1/+1 | |
| * | | | | | Merge pull request #1624 from embassy-rs/release-embassy-time-v0.1.2 | Dario Nieuwenhuis | 2023-07-05 | 51 | -61/+66 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | Release embassy-time v0.1.2 | Dario Nieuwenhuis | 2023-07-06 | 51 | -61/+66 | |
| * | | | | | | Merge pull request #1578 from schphil/can-split | xoviat | 2023-07-05 | 4 | -15/+165 | |
| |\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| | * | | | | | fix stm32 can test | Philipp Scheff | 2023-07-04 | 1 | -1/+1 | |
| | * | | | | | make stm32 can test work | Philipp Scheff | 2023-07-04 | 1 | -3/+6 | |
| | * | | | | | make stm32f4 example work | Philipp Scheff | 2023-07-04 | 1 | -8/+10 | |
| | * | | | | | remove unused imports from example | Philipp Scheff | 2023-07-03 | 1 | -4/+1 | |
| | * | | | | | allow deed code can rx & clippy | Philipp Scheff | 2023-07-03 | 2 | -7/+8 | |
| | * | | | | | fmt | Philipp Scheff | 2023-07-03 | 2 | -20/+27 | |
| | * | | | | | Merge branch 'embassy-rs:main' into can-split | schphil | 2023-06-23 | 33 | -297/+3726 | |
| | |\ \ \ \ \ | ||||||
| | * | | | | | | add as_mut | Philipp Scheff | 2023-06-22 | 1 | -0/+6 | |
| | * | | | | | | add as_mut & set loopback true in example | Philipp Scheff | 2023-06-22 | 1 | -2/+4 | |
| | * | | | | | | add stm32f7 can example | Philipp Scheff | 2023-06-22 | 1 | -0/+63 | |
