index
:
embassy
cyw43-link-status-update
fix-input-sync-bypass
main
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
stm32/eth: add f4 example
xoviat
2023-07-15
1
-0
/
+111
*
stm32/eth: refactor genericsmi
xoviat
2023-07-15
4
-27
/
+47
*
Enable RTC on STM32WL chips (#1645)
Phil Markgraf
2023-07-15
5
-4
/
+108
*
Merge pull request #1649 from simmsb/master
Dario Nieuwenhuis
2023-07-14
1
-1
/
+2
|
\
|
*
Check intrstatus before signalling suspended
Ben Simms
2023-07-13
1
-1
/
+2
*
|
Merge pull request #1650 from henrikberg/rp_examples_doc
Dario Nieuwenhuis
2023-07-14
33
-5
/
+125
|
\
\
|
|
/
|
/
|
|
*
Round temp to make more sense.
Henrik Berg
2023-07-13
1
-1
/
+4
|
*
Add descriptions to all RP2040 examples. Some need hardware that was not spec...
Henrik Berg
2023-07-13
33
-5
/
+122
|
/
*
Merge pull request #1644 from embassy-rs/remove-atompoly
Dario Nieuwenhuis
2023-07-12
12
-19
/
+12
|
\
|
*
Remove trivial to remove uses of atomic-polyfill.
Dario Nieuwenhuis
2023-07-12
12
-19
/
+12
|
/
*
Merge pull request #1637 from ShakenCodes/main
Dario Nieuwenhuis
2023-07-12
1
-16
/
+36
|
\
|
*
Ensure I2C master_stop() called after error
shakencodes
2023-07-10
1
-16
/
+36
*
|
Merge pull request #1642 from henrikberg/rtc_rp_hb
Dario Nieuwenhuis
2023-07-12
5
-11
/
+118
|
\
\
|
*
|
RP: Watchdog scratch set/get with index: usize.
Henrik Berg
2023-07-12
1
-91
/
+27
|
*
|
RP: Don't reset RTC in Clock::init. Updated example.
Henrik Berg
2023-07-12
2
-17
/
+11
|
*
|
RP: Add save/restore to Rtc. Example use.
Henrik Berg
2023-07-12
2
-21
/
+64
|
*
|
RP: Rename Rtc to match STM32 impl. Remove setting RTC in new().
Henrik Berg
2023-07-12
2
-15
/
+19
|
*
|
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
|
/
*
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
[next]