aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | RP: Add scratchN registers to watchdog. Add Clone and Debug to DateTimeHenrik Berg2023-07-122-0/+97
| * | | | | | RP: Add RTC example to rp2040.Henrik Berg2023-07-121-0/+33
* | | | | | | Merge pull request #1643 from bugadani/clear_timerDario Nieuwenhuis2023-07-121-0/+3
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Allow clearing finished task from timer queueDániel Buga2023-07-121-0/+3
|/ / / / / /
* | | | | | Merge pull request #1641 from royb3/poll_udp_socketDario Nieuwenhuis2023-07-121-23/+47
|\ \ \ \ \ \
| * | | | | | fmtRoy Buitenhuis2023-07-121-9/+9
| * | | | | | Add polling fn's for send_to and recv_from in UdpSocket.Roy Buitenhuis2023-07-121-4/+23
| * | | | | | Add poll functions on UdpSocket.Roy Buitenhuis2023-07-121-21/+26
|/ / / / / /
* | | | | | Merge pull request #1639 from embassy-rs/rp-gpio-set-low-fixDario Nieuwenhuis2023-07-113-6/+70
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | rp/gpio: fix is_set_high/is_set_low, expand tests.Dario Nieuwenhuis2023-07-113-6/+70
|/ / / / /
| * | | | cleanupgoueslati2023-07-137-15/+15
| * | | | final structsgoueslati2023-07-133-5/+66
| * | | | make it work, disgustinglygoueslati2023-07-138-41/+133
| * | | | change MacAddress to a union instead of an enumgoueslati2023-07-127-97/+169
| * | | | parsing MAC structsgoueslati2023-07-1212-283/+1107
| * | | | wip: added MAC indicationsgoueslati2023-07-114-0/+221
| * | | | wip: added MAC responsesgoueslati2023-07-115-1/+217
| * | | | wip: added MAC commandsgoueslati2023-07-118-76/+703
| * | | | wipgoueslati2023-07-108-5/+255
|/ / / /
* | | | Merge pull request #1632 from xoviat/wpanDario Nieuwenhuis2023-07-098-71/+119
|\ \ \ \
| * | | | rustfmtxoviat2023-07-091-3/+1
| * | | | mac: move table initialization after sys readyxoviat2023-07-093-9/+30
| * | | | wpan: update alignment controlxoviat2023-07-095-59/+88
|/ / / /
* | | | Merge pull request #1630 from jamwaffles/fix-embassy-time-stdDario Nieuwenhuis2023-07-081-1/+1
|\ \ \ \
| * | | | Enable `critical-section/std` when using `std` feature of `embassy-time`James Waples2023-07-081-1/+1
|/ / / /
* | | | Merge pull request #1629 from davidpurser/stm32h7-pll-fixxoviat2023-07-081-1/+1
|\ \ \ \
| * | | | Correctly calculate target VCO frequency from multipliersDavid Purser2023-07-071-1/+1
|/ / / /
* | | | Merge pull request #1623 from pennae/rp-adcDario Nieuwenhuis2023-07-074-93/+237
|\ \ \ \
| * | | | rp/adc: rewrite the modulepennae2023-07-074-93/+237
* | | | | Merge pull request #1628 from royb3/reexport_ipendpointDario Nieuwenhuis2023-07-071-1/+1
|\ \ \ \ \
| * | | | | Re-export smoltcp::wire::IpEndpointRoy Buitenhuis2023-07-071-1/+1
* | | | | | Merge pull request #1627 from pennae/rp-pio-irqDario Nieuwenhuis2023-07-0713-70/+160
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | rp/pio: use bind_interrupts for irqspennae2023-07-0713-70/+160
|/ / / / /
* | | | | Merge pull request #1626 from embassy-rs/otg-read-disableDario Nieuwenhuis2023-07-071-2/+15
|\ \ \ \ \
| * | | | | stm32/otg: implement `EndpointError::Disabled` for reads.Dario Nieuwenhuis2023-07-071-2/+15
|/ / / / /
* | | | | stm32/otg: change some info logs to trace.Dario Nieuwenhuis2023-07-061-2/+2
* | | | | ci: build doc with 4 threads instead of 6, to avoid running out of disk space.Dario Nieuwenhuis2023-07-061-1/+1
* | | | | Merge pull request #1624 from embassy-rs/release-embassy-time-v0.1.2Dario Nieuwenhuis2023-07-0551-61/+66
|\ \ \ \ \
| * | | | | Release embassy-time v0.1.2Dario Nieuwenhuis2023-07-0651-61/+66
* | | | | | Merge pull request #1578 from schphil/can-splitxoviat2023-07-054-15/+165
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | fix stm32 can testPhilipp Scheff2023-07-041-1/+1
| * | | | | make stm32 can test workPhilipp Scheff2023-07-041-3/+6
| * | | | | make stm32f4 example workPhilipp Scheff2023-07-041-8/+10
| * | | | | remove unused imports from examplePhilipp Scheff2023-07-031-4/+1
| * | | | | allow deed code can rx & clippyPhilipp Scheff2023-07-032-7/+8
| * | | | | fmtPhilipp Scheff2023-07-032-20/+27
| * | | | | Merge branch 'embassy-rs:main' into can-splitschphil2023-06-2333-297/+3726
| |\ \ \ \ \
| * | | | | | add as_mutPhilipp Scheff2023-06-221-0/+6
| * | | | | | add as_mut & set loopback true in examplePhilipp Scheff2023-06-221-2/+4
| * | | | | | add stm32f7 can examplePhilipp Scheff2023-06-221-0/+63