Astro
|
06bc7ba809
|
openocd: fix PL_TAPID for both targets
Fixes Gitea issue #1
|
3 years ago |
Astro
|
d5334cc083
|
default.nix: fix use of rustManifest
part of Gitea issue #4
|
3 years ago |
Astro
|
20249cf2da
|
default.nix: build zc706
|
3 years ago |
Astro
|
ace24112fa
|
Cargo.toml: use compiler_builtins release
|
3 years ago |
Astro
|
109a203e02
|
default.nix: add a static channel-rust-nightly.toml that fits the current rustcSrc
part of Gitea issue #4
|
3 years ago |
Astro
|
5ef0213b97
|
default.nix: update rustcSrc
rev of 2019-09-26 doesn't fit today's nightly build.
|
3 years ago |
Astro
|
d210b2b13f
|
shell.nix: use gcc cross pkg that actually builds
|
3 years ago |
Sebastien Bourdeauducq
|
c38b2e418e
|
shell.nix: add openocd and gdb
|
3 years ago |
Sebastien Bourdeauducq
|
6771531255
|
README: fix openocd not finding files
|
3 years ago |
Astro
|
4c62ce0dad
|
main: restrict eth buffers to 1 each
|
3 years ago |
Astro
|
9c73cf130d
|
eth: wait for link
|
3 years ago |
Astro
|
c5a7f059c2
|
linker script: fix default ocm memory regions
|
3 years ago |
Astro
|
cc0c4e521e
|
linker script: shrink STACK_SIZE to avoid DataAborts
|
3 years ago |
Astro
|
45ed5f6c5b
|
abort handlers: replace panic with infinite loop
|
3 years ago |
Astro
|
d11e581862
|
main: setup smoltcp
still panics, leading to a DataAbort
|
3 years ago |
Astro
|
3a5ed0aac6
|
eth: add smoltcp support
|
3 years ago |
Astro
|
5603766c5d
|
eth: enable csum offloading
should prevent FCS errors
|
3 years ago |
Astro
|
43c3f3e4a6
|
eth: fix tx_clock magnitude bug
Ethernet TX now works!
|
3 years ago |
Astro
|
4bc1d21ae9
|
eth: rm obsolete TODO
|
3 years ago |
Astro
|
bfb3a00a4e
|
eth: derive proper mdc_clk_div from clocks
|
3 years ago |
Astro
|
022da2a7a7
|
default.nix: update rustcSrc
didn't fit with rust-nightly any more
|
3 years ago |
Astro
|
b8818863c4
|
read clocks
|
3 years ago |
Astro
|
1f9ad5ff62
|
delint
|
4 years ago |
Astro
|
e135b27c13
|
openocd: fix PL_TAPID for both zc706 and cora-z7-10
|
4 years ago |
Astro
|
80e808208e
|
README: update to cargo-xbuild
|
4 years ago |
Astro
|
b7690c9702
|
fix UART_REF_CLK
started to become garbled.
|
4 years ago |
Astro
|
66c3470afd
|
link.x: rm unneeded ALIGN(4)
|
4 years ago |
Astro
|
d001593a36
|
rm bcmp
|
4 years ago |
Astro
|
f0f9603657
|
define custom target, use with cargo-xbuild
requires nixpkgs master now
|
4 years ago |
Astro
|
2db35d063f
|
define bcmp
other solution might be defining a non-linux target
|
4 years ago |
Astro
|
dbe04de735
|
update compiler-builtins
|
4 years ago |
Astro
|
b9c233b05b
|
compile fixes
|
4 years ago |
Astro
|
5a8d714627
|
working openocd scripts for zc706 and cora-z7-10
|
4 years ago |
Astro
|
d6b2321fee
|
eth: fix mio_pin setup
|
4 years ago |
Astro
|
9ab40daca2
|
eth: setup_gem0/1_clock()
|
4 years ago |
Astro
|
5823d90db1
|
phy: implement control, status, reset
|
4 years ago |
Astro
|
e6827a81f3
|
eth tx: set net_ctrl.start_tx on sending
|
4 years ago |
Astro
|
374686fd3e
|
eth tx: set last_buffer flag
|
4 years ago |
Astro
|
ce74fe7299
|
eth: prepare tx
|
4 years ago |
Astro
|
ec5dda4d0a
|
eth: add const MTU
|
4 years ago |
Astro
|
6757ceb76c
|
eth rx: error handling
|
4 years ago |
Astro
|
98947961c6
|
linker script: bump stack size to 64k
for all the network buffers
|
4 years ago |
Astro
|
a4be03bee9
|
rx: PktRef
|
4 years ago |
Astro
|
80f003b2c6
|
stdio: add print
|
4 years ago |
Astro
|
e5881a14ad
|
eth rx: descriptors/buffers as refs
avoid moving these after their addresses have been written to the qbar
|
4 years ago |
Astro
|
d65398205f
|
add a println! for convenience
|
4 years ago |
Astro
|
b3b65f9b74
|
eth: find Phy
|
4 years ago |
Astro
|
54d0f3583d
|
eth: fix io configuration
phy detection now works
|
4 years ago |
Astro
|
1634513bc7
|
mmu: align l1_table
|
4 years ago |
Astro
|
9bebfb49bc
|
begin MMU implementation
|
4 years ago |