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
*
embassy-net-adin1110: bump version v0.2.0
René van Dorst
2023-08-28
1
-1
/
+1
*
Add fmt.rs to improve log/debug and embbed and PC
René van Dorst
2023-08-28
4
-66
/
+308
*
stm32l4: Update adin1110 example add FCS option
René van Dorst
2023-08-28
1
-6
/
+18
*
Validate FCS in fifo_read() and refactor tests.
René van Dorst
2023-08-28
3
-173
/
+305
*
Don't let the MAC add FCS when it is done by app
René van Dorst
2023-08-27
1
-12
/
+29
*
Fix read_fifo() better readout and more checks
René van Dorst
2023-08-27
1
-22
/
+165
*
Merge pull request #1822 from xoviat/rtc-lp
xoviat
2023-08-27
8
-130
/
+360
|
\
|
*
stm32: feature-gate wakeup alarm
xoviat
2023-08-26
1
-19
/
+2
|
*
tests/stm32: add stop and cleanpu
xoviat
2023-08-26
3
-2
/
+61
|
*
stm32: complete stop impl.
xoviat
2023-08-26
4
-164
/
+107
|
*
stm32: get the basic lp working
xoviat
2023-08-26
3
-92
/
+196
|
*
stm32: clenaup lp executor
xoviat
2023-08-25
1
-63
/
+91
|
*
stm32: flesh out lp executor
xoviat
2023-08-24
5
-20
/
+133
*
|
Merge pull request #1826 from bugadani/warn
Dario Nieuwenhuis
2023-08-26
2
-3
/
+15
|
\
\
|
*
|
Add new feature/arch combinations to executor CI check
Dániel Buga
2023-08-26
1
-0
/
+13
|
*
|
Avoid dead code warning
Dániel Buga
2023-08-26
1
-3
/
+2
*
|
|
Prepare executor and macros for release (#1825)
Dániel Buga
2023-08-25
3
-3
/
+4
|
/
/
*
|
Merge pull request #1821 from embassy-rs/net-ppp
Dario Nieuwenhuis
2023-08-25
9
-3
/
+728
|
\
\
|
*
|
net-ppp: add std example.
Dario Nieuwenhuis
2023-08-25
2
-1
/
+221
|
*
|
net-ppp: add callback for IP configuration.
Dario Nieuwenhuis
2023-08-25
1
-4
/
+16
|
*
|
net-ppp: use From and ? to handle write errors.
Dario Nieuwenhuis
2023-08-25
1
-10
/
+11
|
*
|
net-ppp: take serial port and config in run(), allow calling it multiple times.
Dario Nieuwenhuis
2023-08-25
2
-23
/
+39
|
*
|
net-ppp: nicer processing loop structure that can't deadlock.
Dario Nieuwenhuis
2023-08-25
1
-42
/
+40
|
*
|
net-ppp: Add it.
Dario Nieuwenhuis
2023-08-25
4
-0
/
+469
|
*
|
net-driver-channel: do not hardcode medium to ethernet.
Dario Nieuwenhuis
2023-08-25
1
-1
/
+6
|
*
|
net: improve error message on unsupported medium.
Dario Nieuwenhuis
2023-08-25
2
-1
/
+5
*
|
|
Merge pull request #1792 from vDorst/adin1110-pr
Dario Nieuwenhuis
2023-08-25
13
-3
/
+2730
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
refactor write_fifo(), don´t copy frame data
René van Dorst
2023-08-24
2
-411
/
+254
|
*
|
Replace size_align_u32() with next_multiple_of()
René van Dorst
2023-08-24
1
-25
/
+5
|
*
|
Remove the `SPI::Error` as a generic parameter.
René van Dorst
2023-08-24
1
-19
/
+11
|
*
|
add embassy-net-adin1110 to .github/ci/doc.sh
René van Dorst
2023-08-24
2
-0
/
+2
|
*
|
add embassy-net-adin1110 to .github/ci/test.sh
René van Dorst
2023-08-24
1
-0
/
+2
|
*
|
rustfmt
René van Dorst
2023-08-24
2
-38
/
+274
|
*
|
remove the type_alias_impl_trait feature
René van Dorst
2023-08-24
1
-1
/
+0
|
*
|
more clippy fixes
René van Dorst
2023-08-24
1
-3
/
+5
|
*
|
Remove unneeded files.
René van Dorst
2023-08-24
3
-12
/
+0
|
*
|
Fix linting.
René van Dorst
2023-08-24
5
-120
/
+128
|
*
|
update README.md after review
René van Dorst
2023-08-24
1
-11
/
+11
|
*
|
fix warning
René van Dorst
2023-08-24
1
-0
/
+3
|
*
|
stm32l4: Add EVAL-ADIN1110EBZ example with basic http server
René van Dorst
2023-08-24
3
-3
/
+449
|
*
|
Add embassy-net-adin1110
René van Dorst
2023-08-24
11
-0
/
+2226
*
|
|
Merge pull request #1824 from embassy-rs/net-change-config
Dario Nieuwenhuis
2023-08-25
2
-173
/
+149
|
\
\
\
|
*
|
|
net: allow changing IP config at runtime.
Dario Nieuwenhuis
2023-08-25
2
-173
/
+149
|
/
/
/
*
|
|
Merge pull request #1814 from xoviat/rtc-lp
xoviat
2023-08-24
6
-50
/
+186
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
stm32: fix executor version
xoviat
2023-08-23
1
-1
/
+1
|
*
Merge branch 'main' of https://github.com/embassy-rs/embassy into rtc-lp
xoviat
2023-08-23
45
-45
/
+45
|
|
\
|
|
/
|
/
|
*
|
Merge pull request #1817 from bugadani/executor-release
Ulf Lilleengen
2023-08-23
44
-44
/
+44
|
\
\
|
*
|
Bump executor crate version to 0.3.0
Dániel Buga
2023-08-23
44
-44
/
+44
|
/
/
*
|
Merge pull request #1815 from embassy-rs/esp-hosted-oopsie
Dario Nieuwenhuis
2023-08-23
1
-1
/
+1
|
\
\
|
*
|
net-esp-hosted: fix set link down on disconnect.
Dario Nieuwenhuis
2023-08-23
1
-1
/
+1
|
/
/
[next]